Skip to content

Commit

Permalink
upgrade hocuspocus
Browse files Browse the repository at this point in the history
  • Loading branch information
YousefED committed Oct 17, 2023
1 parent 92e81d4 commit 16bfbf5
Show file tree
Hide file tree
Showing 4 changed files with 177 additions and 124 deletions.
287 changes: 170 additions & 117 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"react-confetti-explosion": "^2.1.2",
"@hocuspocus/provider": "^2.4.0",
"@hocuspocus/provider": "^2.7.0",
"@atlaskit/atlassian-navigation": "^2.6.13",
"@atlaskit/avatar": "^21.3.7",
"@atlaskit/breadcrumbs": "^11.10.5",
Expand Down Expand Up @@ -78,7 +78,7 @@
"lint": "eslint src",
"test-watch": "vitest watch",
"unittest:vitest": "vitest run",
"unittest:playwright": "playwright-test '**/*.browsertest.ts' --runner mocha",
"unittest:playwright": "playwright-test '**/*Syncer.browsertest.ts' -d --runner mocha",
"test": "npm run unittest:vitest && npm run unittest:playwright",
"vite:dev": "vite",
"vite:build": "vite build --mode=$MODE",
Expand Down
Loading

0 comments on commit 16bfbf5

Please sign in to comment.