Skip to content

Commit

Permalink
fix: move y-prosemirror to peer-deps (ueberdosis#3763)
Browse files Browse the repository at this point in the history
Co-authored-by: Dominik <6538827+bdbch@users.noreply.github.com>
  • Loading branch information
2 people authored and aliasliao committed May 24, 2023
1 parent 208d1bb commit 02467f9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/extension-collaboration-cursor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,13 @@
"src",
"dist"
],
"dependencies": {
"y-prosemirror": "1.0.20"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0-beta.209"
"@tiptap/core": "^2.0.0-beta.209",
"y-prosemirror": "1.0.20"
},
"devDependencies": {
"@tiptap/core": "^2.0.0-beta.218"
"@tiptap/core": "^2.0.0-beta.218",
"y-prosemirror": "1.0.20"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 02467f9

Please sign in to comment.