Skip to content

Commit 3137e00

Browse files
committed
chore: change doc for y-prosemirror update
1 parent 0279086 commit 3137e00

File tree

4 files changed

+46
-27
lines changed

4 files changed

+46
-27
lines changed

examples/07-collaboration/04-comments/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async function resolveUsers(userIds: string[]) {
3030
// (but of course, you also use other collaboration providers
3131
// see the docs for more information)
3232
export default function App() {
33-
const docId = "my-blocknote-document-with-comments-1";
33+
const docId = "my-blocknote-document-with-commenting";
3434

3535
return (
3636
<YDocProvider

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.0",
114+
"y-prosemirror": "^1.3.1",
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.0",
63+
"y-prosemirror": "^1.3.1",
6464
"y-protocols": "^1.0.6",
6565
"yjs": "^13.6.15"
6666
},

0 commit comments

Comments
 (0)