mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-23 12:49:41 +08:00
Add ui-components-extension
This commit is contained in:
parent
688da288be
commit
49ecaeafb6
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user