File tree Expand file tree Collapse file tree 4 files changed +46
-27
lines changed Expand file tree Collapse file tree 4 files changed +46
-27
lines changed Original file line number Diff line number Diff 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)
3232export 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
Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments