Skip to content

Commit 95b198f

Browse files
committed
Update to @jupyter/ydoc v2.0.1
1 parent fab7f19 commit 95b198f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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": "^2.0.3",
5757
"@jupyter/docprovider": "^2.0.3",
58-
"@jupyter/ydoc": "^1.1.0-a0",
58+
"@jupyter/ydoc": "^2.0.1",
5959
"@jupyterlab/application": "^4.0.5",
6060
"@jupyterlab/apputils": "^4.0.5",
6161
"@jupyterlab/codemirror": "^4.0.5",

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": "^1.1.0-a0",
44+
"@jupyter/ydoc": "^2.0.1",
4545
"@jupyterlab/coreutils": "^6.0.5",
4646
"@jupyterlab/services": "^7.0.5",
4747
"@lumino/coreutils": "^2.1.0",

0 commit comments

Comments
 (0)