Skip to content

Commit

Permalink
Upgrade yjs, ws and y-protocols packages
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-klein committed Nov 14, 2023
1 parent 48a1435 commit 0011323
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 39 deletions.
83 changes: 48 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"dependencies": {
"lib0": "^0.2.42",
"simple-peer": "^9.11.0",
"y-protocols": "^1.0.5"
"y-protocols": "^1.0.6"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^11.1.0",
Expand All @@ -73,13 +73,13 @@
"rollup-plugin-terser": "^5.3.1",
"standard": "^14.3.4",
"typescript": "^4.4.4",
"yjs": "^13.5.20"
"yjs": "^13.6.8"
},
"peerDependencies": {
"yjs": "^13.5.6"
"yjs": "^13.6.8"
},
"optionalDependencies": {
"ws": "^8.13.0"
"ws": "^8.14.2"
},
"engines": {
"node": ">=12"
Expand Down

0 comments on commit 0011323

Please sign in to comment.