fix(extension/collaboration): 🚑 pin y-prosemirror version to 1.0.20 to fix broken functionality with vue

This commit is contained in:
Dominik Biedebach
2022-06-17 05:08:54 +02:00
parent fa8c4ca639
commit 5989f3b780
4 changed files with 64 additions and 34 deletions

View File

@@ -25,7 +25,7 @@
},
"dependencies": {
"prosemirror-state": "^1.3.4",
"y-prosemirror": "^1.0.14"
"y-prosemirror": "1.0.20"
},
"repository": {
"type": "git",