From 21d0306ecef93ea23bf063bc1d8a0580450cd4df Mon Sep 17 00:00:00 2001 From: Nicolas Brichet <32258950+brichet@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:45:08 +0100 Subject: [PATCH] Adds jupyter-ui-toolkit packages in shared scope (#7530) * Adds jupyter-ui-toolkit packages in shared scope * reordering package names --- app/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/package.json b/app/package.json index 84d040683d..5e887bddfa 100644 --- a/app/package.json +++ b/app/package.json @@ -23,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", @@ -367,6 +369,8 @@ "@codemirror/state", "@codemirror/view", "@jupyter-notebook/tree", + "@jupyter/react-components", + "@jupyter/web-components", "@jupyter/ydoc", "@jupyterlab/application", "@jupyterlab/apputils",