Skip to content

Commit 3b2da51

Browse files
authored
update yjs dependencies (#9951)
Signed-off-by: Alexander Onnikov <[email protected]>
1 parent d67278c commit 3b2da51

File tree

6 files changed

+86
-236
lines changed

6 files changed

+86
-236
lines changed

common/config/rush/pnpm-lock.yaml

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

packages/presentation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"png-chunks-extract": "^1.0.0",
6767
"svelte": "^4.2.20",
6868
"uuid": "^8.3.2",
69-
"yjs": "^13.6.23"
69+
"yjs": "^13.6.27"
7070
},
7171
"repository": "https://github.com/hcengineering/platform",
7272
"publishConfig": {

packages/text-ydoc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
"@types/jest": "^29.5.5",
3838
"jest-environment-jsdom": "^29.7.0",
3939
"fast-equals": "^5.2.2",
40-
"y-prosemirror": "^1.3.6"
40+
"y-prosemirror": "^1.3.7"
4141
},
4242
"dependencies": {
4343
"@hcengineering/core": "^0.6.32",
4444
"@hcengineering/text": "^0.6.5",
45-
"yjs": "^13.6.23"
45+
"yjs": "^13.6.27"
4646
},
4747
"repository": "https://github.com/hcengineering/platform",
4848
"publishConfig": {

plugins/text-editor-resources/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@
8383
"@hocuspocus/provider": "^2.15.2",
8484
"prosemirror-codemark": "^0.4.2",
8585
"y-protocols": "^1.0.6",
86-
"y-prosemirror": "^1.3.6",
86+
"y-prosemirror": "^1.3.7",
8787
"y-websocket": "^2.1.0",
88-
"yjs": "^13.6.23",
88+
"yjs": "^13.6.27",
8989
"fast-equals": "^5.2.2",
9090
"rfc6902": "^5.0.1",
9191
"diff": "^5.1.0",

server/collaboration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"@hcengineering/text": "^0.6.5",
4040
"@hcengineering/text-ydoc": "^0.6.0",
4141
"base64-js": "^1.5.1",
42-
"yjs": "^13.6.23"
42+
"yjs": "^13.6.27"
4343
}
4444
}

server/collaborator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@tiptap/core": "^2.11.7",
7070
"@tiptap/html": "^2.11.7",
7171
"mongodb": "^6.16.0",
72-
"yjs": "^13.6.23",
72+
"yjs": "^13.6.27",
7373
"express": "^4.21.2",
7474
"body-parser": "^1.20.3",
7575
"cors": "^2.8.5",

0 commit comments

Comments
 (0)