diff --git a/packages/collaboration-extension/package.json b/packages/collaboration-extension/package.json index 91d19d33..49c1b72a 100644 --- a/packages/collaboration-extension/package.json +++ b/packages/collaboration-extension/package.json @@ -55,15 +55,15 @@ "dependencies": { "@jupyter/collaboration": "^3.0.0-alpha.1", "@jupyter/docprovider": "^3.0.0-alpha.1", - "@jupyter/ydoc": "^1.1.0-a0", - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.2.0-beta.0", - "@jupyterlab/codemirror": "^4.2.0-beta.0", + "@jupyter/ydoc": "^2.0.0", + "@jupyterlab/application": "^4.2.0", + "@jupyterlab/apputils": "^4.2.0", + "@jupyterlab/codemirror": "^4.2.0", "@jupyterlab/coreutils": "^6.0.5", "@jupyterlab/services": "^7.0.5", - "@jupyterlab/statedb": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/statedb": "^4.2.0", + "@jupyterlab/translation": "^4.2.0", + "@jupyterlab/ui-components": "^4.2.0", "@lumino/widgets": "^2.1.0", "y-protocols": "^1.0.5", "y-websocket": "^1.3.15", diff --git a/packages/docprovider-extension/package.json b/packages/docprovider-extension/package.json index 8111ca68..13958415 100644 --- a/packages/docprovider-extension/package.json +++ b/packages/docprovider-extension/package.json @@ -54,16 +54,16 @@ }, "dependencies": { "@jupyter/docprovider": "^3.0.0-alpha.1", - "@jupyter/ydoc": "^1.1.0-a0", - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.2.0-beta.0", - "@jupyterlab/docregistry": "^4.2.0-beta.0", - "@jupyterlab/filebrowser": "^4.2.0-beta.0", - "@jupyterlab/fileeditor": "^4.2.0-beta.0", - "@jupyterlab/logconsole": "^4.2.0-beta.0", - "@jupyterlab/notebook": "^4.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", + "@jupyter/ydoc": "^2.0.0", + "@jupyterlab/application": "^4.2.0", + "@jupyterlab/apputils": "^4.2.0", + "@jupyterlab/docregistry": "^4.2.0", + "@jupyterlab/filebrowser": "^4.2.0", + "@jupyterlab/fileeditor": "^4.2.0", + "@jupyterlab/logconsole": "^4.2.0", + "@jupyterlab/notebook": "^4.2.0", + "@jupyterlab/settingregistry": "^4.2.0", + "@jupyterlab/translation": "^4.2.0", "@lumino/commands": "^2.1.0", "y-protocols": "^1.0.5", "y-websocket": "^1.3.15", diff --git a/packages/docprovider/package.json b/packages/docprovider/package.json index dc156a7b..b002a94d 100644 --- a/packages/docprovider/package.json +++ b/packages/docprovider/package.json @@ -41,7 +41,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter/ydoc": "^1.1.0-a0", + "@jupyter/ydoc": "^2.0.0", "@jupyterlab/coreutils": "^6.0.5", "@jupyterlab/services": "^7.0.5", "@lumino/coreutils": "^2.1.0",