|
|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
{
|
|
|
|
|
"name": "@jupyterlab-classic/app",
|
|
|
|
|
"version": "0.1.7",
|
|
|
|
|
"version": "0.1.8",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "webpack",
|
|
|
|
|
@ -18,14 +18,14 @@
|
|
|
|
|
"watch": "webpack --watch"
|
|
|
|
|
},
|
|
|
|
|
"resolutions": {
|
|
|
|
|
"@jupyterlab-classic/application": "~0.1.7",
|
|
|
|
|
"@jupyterlab-classic/application-extension": "~0.1.7",
|
|
|
|
|
"@jupyterlab-classic/docmanager-extension": "~0.1.7",
|
|
|
|
|
"@jupyterlab-classic/help-extension": "~0.1.7",
|
|
|
|
|
"@jupyterlab-classic/notebook-extension": "~0.1.7",
|
|
|
|
|
"@jupyterlab-classic/terminal-extension": "~0.1.7",
|
|
|
|
|
"@jupyterlab-classic/tree-extension": "~0.1.7",
|
|
|
|
|
"@jupyterlab-classic/ui-components": "~0.1.7",
|
|
|
|
|
"@jupyterlab-classic/application": "~0.1.8",
|
|
|
|
|
"@jupyterlab-classic/application-extension": "~0.1.8",
|
|
|
|
|
"@jupyterlab-classic/docmanager-extension": "~0.1.8",
|
|
|
|
|
"@jupyterlab-classic/help-extension": "~0.1.8",
|
|
|
|
|
"@jupyterlab-classic/notebook-extension": "~0.1.8",
|
|
|
|
|
"@jupyterlab-classic/terminal-extension": "~0.1.8",
|
|
|
|
|
"@jupyterlab-classic/tree-extension": "~0.1.8",
|
|
|
|
|
"@jupyterlab-classic/ui-components": "~0.1.8",
|
|
|
|
|
"@jupyterlab/application": "~3.0.7",
|
|
|
|
|
"@jupyterlab/apputils": "~3.0.5",
|
|
|
|
|
"@jupyterlab/apputils-extension": "~3.0.7",
|
|
|
|
|
@ -80,14 +80,14 @@
|
|
|
|
|
"react-dom": "~17.0.2"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@jupyterlab-classic/application": "^0.1.7",
|
|
|
|
|
"@jupyterlab-classic/application-extension": "^0.1.7",
|
|
|
|
|
"@jupyterlab-classic/docmanager-extension": "^0.1.7",
|
|
|
|
|
"@jupyterlab-classic/help-extension": "^0.1.7",
|
|
|
|
|
"@jupyterlab-classic/notebook-extension": "^0.1.7",
|
|
|
|
|
"@jupyterlab-classic/terminal-extension": "^0.1.7",
|
|
|
|
|
"@jupyterlab-classic/tree-extension": "^0.1.7",
|
|
|
|
|
"@jupyterlab-classic/ui-components": "^0.1.7",
|
|
|
|
|
"@jupyterlab-classic/application": "^0.1.8",
|
|
|
|
|
"@jupyterlab-classic/application-extension": "^0.1.8",
|
|
|
|
|
"@jupyterlab-classic/docmanager-extension": "^0.1.8",
|
|
|
|
|
"@jupyterlab-classic/help-extension": "^0.1.8",
|
|
|
|
|
"@jupyterlab-classic/notebook-extension": "^0.1.8",
|
|
|
|
|
"@jupyterlab-classic/terminal-extension": "^0.1.8",
|
|
|
|
|
"@jupyterlab-classic/tree-extension": "^0.1.8",
|
|
|
|
|
"@jupyterlab-classic/ui-components": "^0.1.8",
|
|
|
|
|
"@jupyterlab/apputils-extension": "^3.0.0",
|
|
|
|
|
"@jupyterlab/celltags": "^3.0.0",
|
|
|
|
|
"@jupyterlab/codemirror-extension": "^3.0.0",
|
|
|
|
|
|