Skip to content

Commit 2bbaa2a

Browse files
authored
fix: update y-prosemirror to fix #1462 (#1608)
1 parent 540dbf8 commit 2bbaa2a

File tree

3 files changed

+32
-25
lines changed

3 files changed

+32
-25
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"remark-stringify": "^11.0.0",
112112
"unified": "^11.0.5",
113113
"uuid": "^8.3.2",
114-
"y-prosemirror": "^1.3.1",
114+
"y-prosemirror": "^1.3.3",
115115
"y-protocols": "^1.0.6",
116116
"yjs": "^13.6.15"
117117
},

packages/server-util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@tiptap/core": "^2.7.1",
6161
"@tiptap/pm": "^2.7.1",
6262
"jsdom": "^25.0.1",
63-
"y-prosemirror": "^1.3.1",
63+
"y-prosemirror": "^1.3.3",
6464
"y-protocols": "^1.0.6",
6565
"yjs": "^13.6.15"
6666
},

pnpm-lock.yaml

Lines changed: 30 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
close