Skip to content

Commit

Permalink
bump ydoc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Jun 17, 2024
1 parent 5b3fe5e commit 4cd9743
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"@jupyter-notebook/application": "^7.1.0",
"@jupyter-notebook/tree": "^7.1.0",
"@jupyter/ydoc": "^1.1.1",
"@jupyter/ydoc": "^2.0.0",
"@jupyterlab/application": "^4.1.0",
"@jupyterlab/apputils": "^4.2.0",
"@jupyterlab/cells": "^4.1.0",
Expand Down
16 changes: 15 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ __metadata:
dependencies:
"@jupyter-notebook/application": ^7.1.0
"@jupyter-notebook/tree": ^7.1.0
"@jupyter/ydoc": ^1.1.1
"@jupyter/ydoc": ^2.0.0
"@jupyterlab/application": ^4.1.0
"@jupyterlab/apputils": ^4.2.0
"@jupyterlab/builder": ^4.1.0
Expand Down Expand Up @@ -576,6 +576,20 @@ __metadata:
languageName: node
linkType: hard

"@jupyter/ydoc@npm:^2.0.0":
version: 2.0.1
resolution: "@jupyter/ydoc@npm:2.0.1"
dependencies:
"@jupyterlab/nbformat": ^3.0.0 || ^4.0.0-alpha.21 || ^4.0.0
"@lumino/coreutils": ^1.11.0 || ^2.0.0
"@lumino/disposable": ^1.10.0 || ^2.0.0
"@lumino/signaling": ^1.10.0 || ^2.0.0
y-protocols: ^1.0.5
yjs: ^13.5.40
checksum: f5f29e1ff3327ebc1cf326f53634e03c4c7bf7733d235087fe26975c16eebd404f23c2f3ba88b6e04b1927846be7162b09b8b8719a4b29e51d0299c745018cbb
languageName: node
linkType: hard

"@jupyterlab/application@npm:^4.1.0, @jupyterlab/application@npm:^4.1.2, @jupyterlab/application@npm:~4.1.1":
version: 4.1.2
resolution: "@jupyterlab/application@npm:4.1.2"
Expand Down

0 comments on commit 4cd9743

Please sign in to comment.