From 1f03d067e9b03a19b1b8782d3f1ff81cdc578ab5 Mon Sep 17 00:00:00 2001 From: Nicolas Brichet Date: Wed, 4 Dec 2024 15:46:26 +0100 Subject: [PATCH 1/2] Adds jupyter-ui-toolkit packages in shared scope --- app/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/package.json b/app/package.json index 84d040683d..5a6005d725 100644 --- a/app/package.json +++ b/app/package.json @@ -12,6 +12,8 @@ "resolutions": { "@codemirror/state": "~6.4.1", "@codemirror/view": "~6.28.3", + "@jupyter/react-components": "^0.16.6", + "@jupyter/web-components": "^0.16.6", "@jupyter-notebook/application": "~7.3.0", "@jupyter-notebook/application-extension": "~7.3.0", "@jupyter-notebook/console-extension": "~7.3.0", @@ -366,6 +368,8 @@ "singletonPackages": [ "@codemirror/state", "@codemirror/view", + "@jupyter/react-components", + "@jupyter/web-components", "@jupyter-notebook/tree", "@jupyter/ydoc", "@jupyterlab/application", From 322c2bdc6807fbd4e7a0881d1caa98b09170c6bd Mon Sep 17 00:00:00 2001 From: Nicolas Brichet Date: Wed, 4 Dec 2024 16:30:25 +0100 Subject: [PATCH 2/2] reordering package names --- app/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/package.json b/app/package.json index 5a6005d725..5e887bddfa 100644 --- a/app/package.json +++ b/app/package.json @@ -12,8 +12,6 @@ "resolutions": { "@codemirror/state": "~6.4.1", "@codemirror/view": "~6.28.3", - "@jupyter/react-components": "^0.16.6", - "@jupyter/web-components": "^0.16.6", "@jupyter-notebook/application": "~7.3.0", "@jupyter-notebook/application-extension": "~7.3.0", "@jupyter-notebook/console-extension": "~7.3.0", @@ -25,6 +23,8 @@ "@jupyter-notebook/tree": "~7.3.0", "@jupyter-notebook/tree-extension": "~7.3.0", "@jupyter-notebook/ui-components": "~7.3.0", + "@jupyter/react-components": "^0.16.6", + "@jupyter/web-components": "^0.16.6", "@jupyter/ydoc": "~3.0.0", "@jupyterlab/application": "~4.3.2", "@jupyterlab/application-extension": "~4.3.2", @@ -368,9 +368,9 @@ "singletonPackages": [ "@codemirror/state", "@codemirror/view", + "@jupyter-notebook/tree", "@jupyter/react-components", "@jupyter/web-components", - "@jupyter-notebook/tree", "@jupyter/ydoc", "@jupyterlab/application", "@jupyterlab/apputils",