From 3450ba3c28c163573889b6552deda6997ed36ada Mon Sep 17 00:00:00 2001 From: David Brochart Date: Mon, 18 Mar 2024 15:17:49 +0100 Subject: [PATCH] Update to v2.0.1 --- packages/collaboration-extension/package.json | 2 +- packages/docprovider/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/collaboration-extension/package.json b/packages/collaboration-extension/package.json index 96588165..67fcdfdd 100644 --- a/packages/collaboration-extension/package.json +++ b/packages/collaboration-extension/package.json @@ -55,7 +55,7 @@ "dependencies": { "@jupyter/collaboration": "^2.0.3", "@jupyter/docprovider": "^2.0.3", - "@jupyter/ydoc": "^1.1.0-a0", + "@jupyter/ydoc": "^2.0.1", "@jupyterlab/application": "^4.0.5", "@jupyterlab/apputils": "^4.0.5", "@jupyterlab/codemirror": "^4.0.5", diff --git a/packages/docprovider/package.json b/packages/docprovider/package.json index b49662fb..b89a23dc 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.1", "@jupyterlab/coreutils": "^6.0.5", "@jupyterlab/services": "^7.0.5", "@lumino/coreutils": "^2.1.0",