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 committed May 31, 2024
1 parent 9b7a243 commit 154e77c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1",
"@jupyter/docprovider": "^2.1.1",
"@jupyter/ydoc": "^1.1.0-a0",
"@jupyter/ydoc": "^1.1.0-a0 || ^2.0.0",
"@jupyterlab/application": "^4.0.5",
"@jupyterlab/apputils": "^4.0.5",
"@jupyterlab/codemirror": "^4.0.5",
Expand Down
4 changes: 2 additions & 2 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.1
"@jupyter/docprovider": ^2.1.1
"@jupyter/ydoc": ^1.1.0-a0
"@jupyter/ydoc": ^1.1.0-a0 || ^2.0.0
"@jupyterlab/application": ^4.0.5
"@jupyterlab/apputils": ^4.0.5
"@jupyterlab/builder": ^4.0.5
Expand Down Expand Up @@ -2130,7 +2130,7 @@ __metadata:
languageName: node
linkType: hard

"@jupyter/ydoc@npm:^1.1.0-a0, @jupyter/ydoc@npm:^1.1.0-a0 || ^2.0.0":
"@jupyter/ydoc@npm:^1.1.0-a0 || ^2.0.0":
version: 1.1.0-a0
resolution: "@jupyter/ydoc@npm:1.1.0-a0"
dependencies:
Expand Down

0 comments on commit 154e77c

Please sign in to comment.