fix(core): use uint53 as yjs client id (#7444)

This commit is contained in:
forehalo
2024-07-08 07:24:32 +00:00
parent ba356f4412
commit 7235779b02
9 changed files with 61 additions and 18 deletions
+1 -1
View File
@@ -39,6 +39,6 @@
"nx-cloud": "^19.0.0",
"tiktoken": "^1.0.15",
"tinybench": "^2.8.0",
"yjs": "^13.6.14"
"yjs": "patch:yjs@npm%3A13.6.18#~/.yarn/patches/yjs-npm-13.6.18-ad0d5f7c43.patch"
}
}