Skip to content

Commit

Permalink
fix(collaboration): fix missing y-prosemirror dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbch committed Feb 2, 2023
1 parent b9b3e58 commit ef108df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 5 additions & 4 deletions packages/extension-collaboration-cursor/package.json
Expand Up @@ -27,13 +27,14 @@
"src",
"dist"
],
"peerDependencies": {
"@tiptap/core": "^2.0.0-beta.209",
"dependencies": {
"y-prosemirror": "1.0.20"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0-beta.209"
},
"devDependencies": {
"@tiptap/core": "^2.0.0-beta.211",
"y-prosemirror": "1.0.20"
"@tiptap/core": "^2.0.0-beta.211"
},
"repository": {
"type": "git",
Expand Down
6 changes: 4 additions & 2 deletions packages/extension-collaboration/package.json
Expand Up @@ -27,14 +27,16 @@
"src",
"dist"
],
"dependencies": {
"y-prosemirror": "1.0.20"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0-beta.209",
"@tiptap/pm": "^2.0.0-beta.209"
},
"devDependencies": {
"@tiptap/core": "^2.0.0-beta.211",
"@tiptap/pm": "^2.0.0-beta.211",
"y-prosemirror": "1.0.20"
"@tiptap/pm": "^2.0.0-beta.211"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ef108df

Please sign in to comment.