Skip to content

Commit

Permalink
Bump yjs to latest version (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
munshkr authored Dec 30, 2024
2 parents ad44b1b + 5cc3643 commit 48e5856
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 18 deletions.
27 changes: 14 additions & 13 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/example-vanilla-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"y-protocols": "^1.0.5",
"y-webrtc": "^10.2.5",
"y-websocket": "^1.5.0",
"yjs": "^13.5.51"
"yjs": "^13.6.21"
}
}
2 changes: 1 addition & 1 deletion packages/server-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"peerDependencies": {
"lib0": "^0.2.63",
"y-protocols": "^1.0.5",
"yjs": "^13.5.51"
"yjs": "^13.6.21"
}
}
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"debug": "^4.3.4",
"lib0": "^0.2.63",
"y-protocols": "^1.0.5",
"yjs": "^13.5.51"
"yjs": "^13.6.21"
}
}
2 changes: 1 addition & 1 deletion packages/session/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"y-protocols": "^1.0.5",
"y-webrtc": "^10.2.4",
"y-websocket": "^1.5.0",
"yjs": "^13.5.50"
"yjs": "^13.6.21"
}
}
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@
"y-protocols": "^1.0.5",
"y-webrtc": "^10.2.5",
"y-websocket": "^1.5.0",
"yjs": "^13.5.51"
"yjs": "^13.6.21"
}
}

0 comments on commit 48e5856

Please sign in to comment.