Skip to content

Commit 74a269c

Browse files
authored
Allow jupyter-ydoc v3.0.0-a3 or higher (#334)
1 parent 34e0ac5 commit 74a269c

File tree

5 files changed

+22
-8
lines changed

5 files changed

+22
-8
lines changed

packages/collaboration-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"dependencies": {
5656
"@jupyter/collaboration": "^3.0.0-beta.1",
5757
"@jupyter/docprovider": "^3.0.0-beta.1",
58-
"@jupyter/ydoc": "^2.0.0",
58+
"@jupyter/ydoc": "^2.0.0 || ^3.0.0-a3",
5959
"@jupyterlab/application": "^4.2.0",
6060
"@jupyterlab/apputils": "^4.2.0",
6161
"@jupyterlab/codemirror": "^4.2.0",

packages/docprovider-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"dependencies": {
5656
"@jupyter/docprovider": "^3.0.0-beta.1",
57-
"@jupyter/ydoc": "^2.0.0",
57+
"@jupyter/ydoc": "^2.0.0 || ^3.0.0-a3",
5858
"@jupyterlab/application": "^4.2.0",
5959
"@jupyterlab/apputils": "^4.2.0",
6060
"@jupyterlab/docregistry": "^4.2.0",

packages/docprovider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"watch": "tsc -b --watch"
4242
},
4343
"dependencies": {
44-
"@jupyter/ydoc": "^2.0.0",
44+
"@jupyter/ydoc": "^2.0.0 || ^3.0.0-a3",
4545
"@jupyterlab/apputils": "^4.2.0",
4646
"@jupyterlab/cells": "^4.2.0",
4747
"@jupyterlab/coreutils": "^6.2.0",

projects/jupyter-server-ydoc/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ authors = [
2929
]
3030
dependencies = [
3131
"jupyter_server>=2.4.0,<3.0.0",
32-
"jupyter_ydoc>=2.0.0,<3.0.0",
32+
"jupyter_ydoc>=2.0.0,<4.0.0",
3333
"pycrdt",
3434
"pycrdt-websocket>=0.14.0,<0.15.0",
3535
"jupyter_events>=0.10.0",

yarn.lock

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2089,7 +2089,7 @@ __metadata:
20892089
dependencies:
20902090
"@jupyter/collaboration": ^3.0.0-beta.1
20912091
"@jupyter/docprovider": ^3.0.0-beta.1
2092-
"@jupyter/ydoc": ^2.0.0
2092+
"@jupyter/ydoc": ^2.0.0 || ^3.0.0-a3
20932093
"@jupyterlab/application": ^4.2.0
20942094
"@jupyterlab/apputils": ^4.2.0
20952095
"@jupyterlab/builder": ^4.0.5
@@ -2139,7 +2139,7 @@ __metadata:
21392139
resolution: "@jupyter/docprovider-extension@workspace:packages/docprovider-extension"
21402140
dependencies:
21412141
"@jupyter/docprovider": ^3.0.0-beta.1
2142-
"@jupyter/ydoc": ^2.0.0
2142+
"@jupyter/ydoc": ^2.0.0 || ^3.0.0-a3
21432143
"@jupyterlab/application": ^4.2.0
21442144
"@jupyterlab/apputils": ^4.2.0
21452145
"@jupyterlab/builder": ^4.0.0
@@ -2165,7 +2165,7 @@ __metadata:
21652165
version: 0.0.0-use.local
21662166
resolution: "@jupyter/docprovider@workspace:packages/docprovider"
21672167
dependencies:
2168-
"@jupyter/ydoc": ^2.0.0
2168+
"@jupyter/ydoc": ^2.0.0 || ^3.0.0-a3
21692169
"@jupyterlab/apputils": ^4.2.0
21702170
"@jupyterlab/cells": ^4.2.0
21712171
"@jupyterlab/coreutils": ^6.2.0
@@ -2233,7 +2233,21 @@ __metadata:
22332233
languageName: node
22342234
linkType: hard
22352235

2236-
"@jupyter/ydoc@npm:^2.0.0, @jupyter/ydoc@npm:^2.0.1":
2236+
"@jupyter/ydoc@npm:^2.0.0 || ^3.0.0-a3":
2237+
version: 3.0.0-a3
2238+
resolution: "@jupyter/ydoc@npm:3.0.0-a3"
2239+
dependencies:
2240+
"@jupyterlab/nbformat": ^3.0.0 || ^4.0.0-alpha.21 || ^4.0.0
2241+
"@lumino/coreutils": ^1.11.0 || ^2.0.0
2242+
"@lumino/disposable": ^1.10.0 || ^2.0.0
2243+
"@lumino/signaling": ^1.10.0 || ^2.0.0
2244+
y-protocols: ^1.0.5
2245+
yjs: ^13.5.40
2246+
checksum: 6651b7433c73312f6caf24bcd066b999a55be695ec6850a48442fbe9f739343893b181532398bf5e0b6c10f3fe874c832c075c865f1adb902d859b306cc1d333
2247+
languageName: node
2248+
linkType: hard
2249+
2250+
"@jupyter/ydoc@npm:^2.0.1":
22372251
version: 2.0.1
22382252
resolution: "@jupyter/ydoc@npm:2.0.1"
22392253
dependencies:

0 commit comments

Comments
 (0)