|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
|
"name": "@jupyterlab/application-top",
|
|
|
- "version": "1.2.0-alpha.0",
|
|
|
+ "version": "2.0.0-alpha.0",
|
|
|
"private": true,
|
|
|
"scripts": {
|
|
|
"build": "webpack",
|
|
@@ -8,6 +8,7 @@
|
|
|
"build:dev:minimize": "jlpm run build:dev",
|
|
|
"build:prod": "cross-env NODE_OPTIONS=--max_old_space_size=4096 webpack --config webpack.prod.config.js",
|
|
|
"build:prod:minimize": "cross-env NODE_OPTIONS=--max_old_space_size=4096 webpack --config webpack.prod.minimize.config.js",
|
|
|
+ "build:prod:release": "cross-env NODE_OPTIONS=--max_old_space_size=4096 webpack --config webpack.prod.release.config.js",
|
|
|
"build:prod:stats": "cross-env NODE_OPTIONS=--max_old_space_size=4096 webpack --profile --config webpack.prod.minimize.config.js --json > stats.json",
|
|
|
"build:stats": "webpack --profile --json > stats.json",
|
|
|
"clean": "rimraf build",
|
|
@@ -15,49 +16,49 @@
|
|
|
"watch": "webpack --watch"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "@jupyterlab/application": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/application-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/apputils-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/codemirror-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/completer-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/console-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/coreutils": "~3.2.0-alpha.0",
|
|
|
- "@jupyterlab/csvviewer-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/docmanager-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/documentsearch-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/extensionmanager-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/filebrowser-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/fileeditor-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/help-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/htmlviewer-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/hub-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/imageviewer-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/inspector-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/javascript-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/json-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/launcher-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/mainmenu-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/markdownviewer-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/mathjax2-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/notebook-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/pdf-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/rendermime-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/running-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/settingeditor-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/shortcuts-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/statusbar-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/tabmanager-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/terminal-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/theme-dark-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/theme-light-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/tooltip-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/ui-components-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/vdom-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/vega4-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/vega5-extension": "~1.2.0-alpha.0"
|
|
|
+ "@jupyterlab/application": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/application-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/apputils-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/codemirror-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/completer-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/console-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/coreutils": "~4.0.0-alpha.0",
|
|
|
+ "@jupyterlab/csvviewer-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/docmanager-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/documentsearch-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/extensionmanager-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/filebrowser-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/fileeditor-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/help-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/htmlviewer-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/hub-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/imageviewer-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/inspector-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/javascript-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/json-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/launcher-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/mainmenu-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/markdownviewer-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/mathjax2-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/notebook-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/pdf-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/rendermime-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/running-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/settingeditor-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/shortcuts-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/statusbar-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/tabmanager-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/terminal-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/theme-dark-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/theme-light-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/tooltip-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/ui-components-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/vdom-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/vega4-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/vega5-extension": "~2.0.0-alpha.0"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@jupyterlab/buildutils": "^1.2.0-alpha.0",
|
|
|
+ "@jupyterlab/buildutils": "^2.0.0-alpha.0",
|
|
|
"cross-env": "^5.2.0",
|
|
|
"css-loader": "~2.1.1",
|
|
|
"duplicate-package-checker-webpack-plugin": "^3.0.0",
|
|
@@ -86,95 +87,95 @@
|
|
|
"yarn-deduplicate": "^1.1.1"
|
|
|
},
|
|
|
"resolutions": {
|
|
|
- "@jupyterlab/application": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/application-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/apputils": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/apputils-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/attachments": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/cells": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/codeeditor": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/codemirror": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/codemirror-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/completer": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/completer-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/console": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/console-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/coreutils": "~3.2.0-alpha.0",
|
|
|
- "@jupyterlab/csvviewer": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/csvviewer-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/docmanager": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/docmanager-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/docregistry": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/documentsearch": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/documentsearch-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/extensionmanager": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/extensionmanager-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/filebrowser": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/filebrowser-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/fileeditor": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/fileeditor-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/help-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/htmlviewer": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/htmlviewer-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/hub-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/imageviewer": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/imageviewer-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/inspector": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/inspector-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/javascript-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/json-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/launcher": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/launcher-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/mainmenu": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/mainmenu-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/markdownviewer": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/markdownviewer-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/mathjax2": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/mathjax2-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/metapackage": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/nbconvert-css": "~0.3.0-alpha.0",
|
|
|
- "@jupyterlab/notebook": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/notebook-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/observables": "~2.4.0-alpha.0",
|
|
|
- "@jupyterlab/outputarea": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/pdf-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/rendermime": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/rendermime-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/rendermime-interfaces": "~1.5.0-alpha.0",
|
|
|
- "@jupyterlab/running": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/running-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/services": "~4.2.0-alpha.0",
|
|
|
- "@jupyterlab/settingeditor": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/settingeditor-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/shortcuts-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/statusbar": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/statusbar-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/tabmanager-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/terminal": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/terminal-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/theme-dark-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/theme-light-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/tooltip": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/tooltip-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/ui-components": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/ui-components-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/vdom": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/vdom-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/vega4-extension": "~1.2.0-alpha.0",
|
|
|
- "@jupyterlab/vega5-extension": "~1.2.0-alpha.0",
|
|
|
- "@phosphor/algorithm": "^1.1.3",
|
|
|
- "@phosphor/application": "^1.6.3",
|
|
|
- "@phosphor/commands": "^1.6.3",
|
|
|
+ "@jupyterlab/application": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/application-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/apputils": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/apputils-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/attachments": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/cells": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/codeeditor": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/codemirror": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/codemirror-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/completer": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/completer-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/console": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/console-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/coreutils": "~4.0.0-alpha.0",
|
|
|
+ "@jupyterlab/csvviewer": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/csvviewer-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/docmanager": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/docmanager-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/docregistry": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/documentsearch": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/documentsearch-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/extensionmanager": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/extensionmanager-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/filebrowser": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/filebrowser-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/fileeditor": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/fileeditor-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/help-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/htmlviewer": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/htmlviewer-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/hub-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/imageviewer": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/imageviewer-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/inspector": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/inspector-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/javascript-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/json-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/launcher": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/launcher-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/mainmenu": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/mainmenu-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/markdownviewer": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/markdownviewer-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/mathjax2": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/mathjax2-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/metapackage": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/nbconvert-css": "~1.0.0-alpha.0",
|
|
|
+ "@jupyterlab/notebook": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/notebook-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/observables": "~3.0.0-alpha.0",
|
|
|
+ "@jupyterlab/outputarea": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/pdf-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/rendermime": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/rendermime-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/rendermime-interfaces": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/running": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/running-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/services": "~5.0.0-alpha.0",
|
|
|
+ "@jupyterlab/settingeditor": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/settingeditor-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/shortcuts-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/statusbar": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/statusbar-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/tabmanager-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/terminal": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/terminal-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/theme-dark-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/theme-light-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/tooltip": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/tooltip-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/ui-components": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/ui-components-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/vdom": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/vdom-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/vega4-extension": "~2.0.0-alpha.0",
|
|
|
+ "@jupyterlab/vega5-extension": "~2.0.0-alpha.0",
|
|
|
+ "@phosphor/algorithm": "^1.2.0",
|
|
|
+ "@phosphor/application": "^1.7.0",
|
|
|
+ "@phosphor/commands": "^1.7.0",
|
|
|
"@phosphor/coreutils": "^1.3.1",
|
|
|
- "@phosphor/datagrid": "^0.1.9",
|
|
|
- "@phosphor/disposable": "^1.2.0",
|
|
|
+ "@phosphor/datagrid": "^0.1.11",
|
|
|
+ "@phosphor/disposable": "^1.3.0",
|
|
|
"@phosphor/domutils": "^1.1.3",
|
|
|
- "@phosphor/dragdrop": "^1.3.3",
|
|
|
- "@phosphor/messaging": "^1.2.3",
|
|
|
+ "@phosphor/dragdrop": "^1.3.0",
|
|
|
+ "@phosphor/messaging": "^1.3.0",
|
|
|
"@phosphor/properties": "^1.1.3",
|
|
|
- "@phosphor/signaling": "^1.2.3",
|
|
|
- "@phosphor/virtualdom": "^1.1.3",
|
|
|
- "@phosphor/widgets": "^1.8.0",
|
|
|
+ "@phosphor/signaling": "^1.3.0",
|
|
|
+ "@phosphor/virtualdom": "^1.2.0",
|
|
|
+ "@phosphor/widgets": "^1.9.0",
|
|
|
"react": "~16.8.4",
|
|
|
"react-dom": "~16.8.4"
|
|
|
},
|
|
@@ -183,7 +184,7 @@
|
|
|
},
|
|
|
"jupyterlab": {
|
|
|
"name": "JupyterLab",
|
|
|
- "version": "1.2.0a0",
|
|
|
+ "version": "2.0.0a0",
|
|
|
"extensions": {
|
|
|
"@jupyterlab/application-extension": "",
|
|
|
"@jupyterlab/apputils-extension": "",
|