Skip to content

Commit

Permalink
Fix @jupyter/ydoc range in collaboration-extension
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored and brichet committed Oct 18, 2024
1 parent 98c8a20 commit bf0f328
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/collaboration-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"dependencies": {
"@jupyter/collaboration": "^2.1.4",
"@jupyter/docprovider": "^2.1.4",
"@jupyter/ydoc": "^1.1.0-a0",
"@jupyter/ydoc": "^1.1.0 || ^2.0.0",
"@jupyterlab/application": "^4.0.5",
"@jupyterlab/apputils": "^4.0.5",
"@jupyterlab/codemirror": "^4.0.5",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2021,7 +2021,7 @@ __metadata:
dependencies:
"@jupyter/collaboration": ^2.1.4
"@jupyter/docprovider": ^2.1.4
"@jupyter/ydoc": ^1.1.0-a0
"@jupyter/ydoc": ^1.1.0 || ^2.0.0
"@jupyterlab/application": ^4.0.5
"@jupyterlab/apputils": ^4.0.5
"@jupyterlab/builder": ^4.0.5
Expand Down Expand Up @@ -2076,7 +2076,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyter/docprovider@workspace:packages/docprovider"
dependencies:
"@jupyter/ydoc": ^1.1.0-a0 || ^2.0.0
"@jupyter/ydoc": ^1.1.0 || ^2.0.0
"@jupyterlab/coreutils": ^6.0.5
"@jupyterlab/services": ^7.0.5
"@jupyterlab/testing": ^4.0.5
Expand Down Expand Up @@ -2130,17 +2130,17 @@ __metadata:
languageName: node
linkType: hard

"@jupyter/ydoc@npm:^1.1.0-a0, @jupyter/ydoc@npm:^1.1.0-a0 || ^2.0.0":
version: 1.1.0-a0
resolution: "@jupyter/ydoc@npm:1.1.0-a0"
"@jupyter/ydoc@npm:^1.1.0 || ^2.0.0":
version: 2.1.3
resolution: "@jupyter/ydoc@npm:2.1.3"
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: 0099bacb2884a460867658e7f5a944e4d6eca7c4d3d68a6b31102be77d8fc9b6ba162af55c20f81c70f7fef4e9d9329eee4da32063c0caa0c6e3f10a488f95b5
checksum: 61b38e3f89accebc8060eb0aacc11bf812befb9b1cec085d1b0153be851037a3a26b5576d58e5bc65d8c0697ef9f1e535afa73af1b1deef0523d749ff4ac0ac9
languageName: node
linkType: hard

Expand Down

0 comments on commit bf0f328

Please sign in to comment.