From 49ecaeafb65fea42c58b7ca36eea471b6eb56b83 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Wed, 12 Oct 2022 14:57:52 +0000 Subject: [PATCH] Add ui-components-extension --- app/package.json | 4 +++- yarn.lock | 8 ++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index be4e0007d..885b42dad 100644 --- a/app/package.json +++ b/app/package.json @@ -151,6 +151,7 @@ "@jupyterlab/toc-extension": "^6.0.0-alpha.15", "@jupyterlab/tooltip-extension": "^4.0.0-alpha.15", "@jupyterlab/translation-extension": "^4.0.0-alpha.15", + "@jupyterlab/ui-components-extension": "^4.0.0-alpha.15", "@jupyterlab/vega5-extension": "^4.0.0-alpha.15" }, "devDependencies": { @@ -208,7 +209,8 @@ "@jupyterlab/theme-dark-extension", "@jupyterlab/theme-light-extension", "@jupyterlab/tooltip-extension", - "@jupyterlab/translation-extension" + "@jupyterlab/translation-extension", + "@jupyterlab/ui-components-extension" ], "singletonPackages": [ "@jupyter-notebook/tree", diff --git a/yarn.lock b/yarn.lock index cadd16c0b..e2832e27b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2946,6 +2946,14 @@ "@jupyterlab/statedb" "^4.0.0-alpha.15" "@lumino/coreutils" "^2.0.0-alpha.6" +"@jupyterlab/ui-components-extension@^4.0.0-alpha.15": + version "4.0.0-alpha.15" + resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components-extension/-/ui-components-extension-4.0.0-alpha.15.tgz#1d666964c13ff2836b2058b5f1e7bbcc8c1980ca" + integrity sha512-ivnFALA5E1WbFgIQRka2SyJDdv5UVNKr4u+zHRJq7cW59HW1eKRm/5sbPh9CVA+Qbt/chIjRzRtPWV0Gz+dC/Q== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.15" + "@jupyterlab/ui-components" "^4.0.0-alpha.30" + "@jupyterlab/ui-components@^4.0.0-alpha.30": version "4.0.0-alpha.30" resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components/-/ui-components-4.0.0-alpha.30.tgz#6de764759ac947366232ce232a80443317647bbc"