Skip to content

Commit 49ecaea

Browse files
committed
Add ui-components-extension
1 parent 688da28 commit 49ecaea

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

app/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
"@jupyterlab/toc-extension": "^6.0.0-alpha.15",
152152
"@jupyterlab/tooltip-extension": "^4.0.0-alpha.15",
153153
"@jupyterlab/translation-extension": "^4.0.0-alpha.15",
154+
"@jupyterlab/ui-components-extension": "^4.0.0-alpha.15",
154155
"@jupyterlab/vega5-extension": "^4.0.0-alpha.15"
155156
},
156157
"devDependencies": {
@@ -208,7 +209,8 @@
208209
"@jupyterlab/theme-dark-extension",
209210
"@jupyterlab/theme-light-extension",
210211
"@jupyterlab/tooltip-extension",
211-
"@jupyterlab/translation-extension"
212+
"@jupyterlab/translation-extension",
213+
"@jupyterlab/ui-components-extension"
212214
],
213215
"singletonPackages": [
214216
"@jupyter-notebook/tree",

yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2946,6 +2946,14 @@
29462946
"@jupyterlab/statedb" "^4.0.0-alpha.15"
29472947
"@lumino/coreutils" "^2.0.0-alpha.6"
29482948

2949+
"@jupyterlab/ui-components-extension@^4.0.0-alpha.15":
2950+
version "4.0.0-alpha.15"
2951+
resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components-extension/-/ui-components-extension-4.0.0-alpha.15.tgz#1d666964c13ff2836b2058b5f1e7bbcc8c1980ca"
2952+
integrity sha512-ivnFALA5E1WbFgIQRka2SyJDdv5UVNKr4u+zHRJq7cW59HW1eKRm/5sbPh9CVA+Qbt/chIjRzRtPWV0Gz+dC/Q==
2953+
dependencies:
2954+
"@jupyterlab/application" "^4.0.0-alpha.15"
2955+
"@jupyterlab/ui-components" "^4.0.0-alpha.30"
2956+
29492957
"@jupyterlab/ui-components@^4.0.0-alpha.30":
29502958
version "4.0.0-alpha.30"
29512959
resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components/-/ui-components-4.0.0-alpha.30.tgz#6de764759ac947366232ce232a80443317647bbc"

0 commit comments

Comments
 (0)