From 0e97ecf2537c1d60e14c16fe81c7ac7a84fa3fde 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] Backport PR #7530: 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 493174e037..60b761202b 100644 --- a/app/package.json +++ b/app/package.json @@ -23,6 +23,8 @@ "@jupyter-notebook/tree": "~7.2.2", "@jupyter-notebook/tree-extension": "~7.2.2", "@jupyter-notebook/ui-components": "~7.2.2", + "@jupyter/react-components": "^0.16.3", + "@jupyter/web-components": "^0.16.3", "@jupyter/ydoc": "~2.0.1", "@jupyterlab/application": "~4.2.5", "@jupyterlab/application-extension": "~4.2.5", @@ -367,6 +369,8 @@ "@codemirror/state", "@codemirror/view", "@jupyter-notebook/tree", + "@jupyter/react-components", + "@jupyter/web-components", "@jupyter/ydoc", "@jupyterlab/application", "@jupyterlab/apputils",