|
@@ -8,37 +8,37 @@
|
|
|
"prepublishOnly": "npm run build"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "@jupyterlab/application": "^2.0.0",
|
|
|
- "@jupyterlab/application-extension": "^2.0.0",
|
|
|
- "@jupyterlab/apputils-extension": "^2.0.0",
|
|
|
- "@jupyterlab/buildutils": "^2.0.0",
|
|
|
- "@jupyterlab/codemirror-extension": "^2.0.0",
|
|
|
- "@jupyterlab/completer-extension": "^2.0.0",
|
|
|
- "@jupyterlab/console-extension": "^2.0.0",
|
|
|
- "@jupyterlab/csvviewer-extension": "^2.0.0",
|
|
|
- "@jupyterlab/docmanager-extension": "^2.0.0",
|
|
|
- "@jupyterlab/extensionmanager-extension": "^2.0.0",
|
|
|
- "@jupyterlab/filebrowser-extension": "^2.0.0",
|
|
|
- "@jupyterlab/fileeditor-extension": "^2.0.0",
|
|
|
- "@jupyterlab/help-extension": "^2.0.0",
|
|
|
- "@jupyterlab/imageviewer-extension": "^2.0.0",
|
|
|
- "@jupyterlab/inspector-extension": "^2.0.0",
|
|
|
- "@jupyterlab/launcher-extension": "^2.0.0",
|
|
|
- "@jupyterlab/mainmenu-extension": "^2.0.0",
|
|
|
- "@jupyterlab/markdownviewer-extension": "^2.0.0",
|
|
|
- "@jupyterlab/mathjax2-extension": "^2.0.0",
|
|
|
- "@jupyterlab/notebook-extension": "^2.0.0",
|
|
|
- "@jupyterlab/rendermime-extension": "^2.0.0",
|
|
|
- "@jupyterlab/running-extension": "^2.0.0",
|
|
|
- "@jupyterlab/settingeditor-extension": "^2.0.0",
|
|
|
- "@jupyterlab/shortcuts-extension": "^2.0.0",
|
|
|
- "@jupyterlab/statusbar-extension": "^2.0.0",
|
|
|
- "@jupyterlab/tabmanager-extension": "^2.0.0",
|
|
|
- "@jupyterlab/terminal-extension": "^2.0.0",
|
|
|
- "@jupyterlab/theme-dark-extension": "^2.0.0",
|
|
|
- "@jupyterlab/theme-light-extension": "^2.0.0",
|
|
|
- "@jupyterlab/tooltip-extension": "^2.0.0",
|
|
|
- "@jupyterlab/ui-components-extension": "^2.0.0",
|
|
|
+ "@jupyterlab/application": "^2.0.2",
|
|
|
+ "@jupyterlab/application-extension": "^2.0.2",
|
|
|
+ "@jupyterlab/apputils-extension": "^2.0.2",
|
|
|
+ "@jupyterlab/buildutils": "^2.0.2",
|
|
|
+ "@jupyterlab/codemirror-extension": "^2.0.2",
|
|
|
+ "@jupyterlab/completer-extension": "^2.0.2",
|
|
|
+ "@jupyterlab/console-extension": "^2.0.2",
|
|
|
+ "@jupyterlab/csvviewer-extension": "^2.0.2",
|
|
|
+ "@jupyterlab/docmanager-extension": "^2.0.2",
|
|
|
+ "@jupyterlab/extensionmanager-extension": "^2.0.2",
|
|
|
+ "@jupyterlab/filebrowser-extension": "^2.0.2",
|
|
|
+ "@jupyterlab/fileeditor-extension": "^2.0.2",
|
|
|
+ "@jupyterlab/help-extension": "^2.0.2",
|
|
|
+ "@jupyterlab/imageviewer-extension": "^2.0.2",
|
|
|
+ "@jupyterlab/inspector-extension": "^2.0.2",
|
|
|
+ "@jupyterlab/launcher-extension": "^2.0.2",
|
|
|
+ "@jupyterlab/mainmenu-extension": "^2.0.2",
|
|
|
+ "@jupyterlab/markdownviewer-extension": "^2.0.2",
|
|
|
+ "@jupyterlab/mathjax2-extension": "^2.0.2",
|
|
|
+ "@jupyterlab/notebook-extension": "^2.0.2",
|
|
|
+ "@jupyterlab/rendermime-extension": "^2.0.2",
|
|
|
+ "@jupyterlab/running-extension": "^2.0.2",
|
|
|
+ "@jupyterlab/settingeditor-extension": "^2.0.2",
|
|
|
+ "@jupyterlab/shortcuts-extension": "^2.0.2",
|
|
|
+ "@jupyterlab/statusbar-extension": "^2.0.2",
|
|
|
+ "@jupyterlab/tabmanager-extension": "^2.0.2",
|
|
|
+ "@jupyterlab/terminal-extension": "^2.0.2",
|
|
|
+ "@jupyterlab/theme-dark-extension": "^2.0.2",
|
|
|
+ "@jupyterlab/theme-light-extension": "^2.0.2",
|
|
|
+ "@jupyterlab/tooltip-extension": "^2.0.2",
|
|
|
+ "@jupyterlab/ui-components-extension": "^2.0.2",
|
|
|
"es6-promise": "~4.2.8",
|
|
|
"react": "~16.9.0",
|
|
|
"react-dom": "~16.9.0"
|