Update to JupyterLab 3.1.0rc1

Jeremy Tuloup 5 years ago
parent d61017515e
commit 006ae6822c

@ -84,30 +84,30 @@
"react-dom": "~17.0.2"
},
"dependencies": {
"@jupyterlab/application-extension": "^3.1.0-beta.0",
"@jupyterlab/apputils-extension": "^3.1.0-beta.0",
"@jupyterlab/celltags": "^3.1.0-beta.0",
"@jupyterlab/codemirror-extension": "^3.1.0-beta.0",
"@jupyterlab/completer-extension": "^3.1.0-beta.0",
"@jupyterlab/coreutils": "~5.1.0-beta.0",
"@jupyterlab/docmanager-extension": "^3.1.0-beta.0",
"@jupyterlab/filebrowser-extension": "^3.1.0-beta.0",
"@jupyterlab/fileeditor-extension": "^3.1.0-beta.0",
"@jupyterlab/hub-extension": "^3.1.0-beta.0",
"@jupyterlab/javascript-extension": "^3.1.0-beta.0",
"@jupyterlab/json-extension": "^3.1.0-beta.0",
"@jupyterlab/mainmenu-extension": "^3.1.0-beta.0",
"@jupyterlab/mathjax2-extension": "^3.1.0-beta.0",
"@jupyterlab/notebook-extension": "^3.1.0-beta.0",
"@jupyterlab/pdf-extension": "^3.1.0-beta.0",
"@jupyterlab/rendermime-extension": "^3.1.0-beta.0",
"@jupyterlab/running-extension": "^3.1.0-beta.0",
"@jupyterlab/shortcuts-extension": "^3.1.0-beta.0",
"@jupyterlab/terminal-extension": "^3.1.0-beta.0",
"@jupyterlab/theme-dark-extension": "^3.1.0-beta.0",
"@jupyterlab/theme-light-extension": "^3.1.0-beta.0",
"@jupyterlab/tooltip-extension": "^3.1.0-beta.0",
"@jupyterlab/vega5-extension": "^3.1.0-beta.0",
"@jupyterlab/application-extension": "^3.1.0-rc.1",
"@jupyterlab/apputils-extension": "^3.1.0-rc.1",
"@jupyterlab/celltags": "^3.1.0-rc.1",
"@jupyterlab/codemirror-extension": "^3.1.0-rc.1",
"@jupyterlab/completer-extension": "^3.1.0-rc.1",
"@jupyterlab/coreutils": "~5.1.0-rc.1",
"@jupyterlab/docmanager-extension": "^3.1.0-rc.1",
"@jupyterlab/filebrowser-extension": "^3.1.0-rc.1",
"@jupyterlab/fileeditor-extension": "^3.1.0-rc.1",
"@jupyterlab/hub-extension": "^3.1.0-rc.1",
"@jupyterlab/javascript-extension": "^3.1.0-rc.1",
"@jupyterlab/json-extension": "^3.1.0-rc.1",
"@jupyterlab/mainmenu-extension": "^3.1.0-rc.1",
"@jupyterlab/mathjax2-extension": "^3.1.0-rc.1",
"@jupyterlab/notebook-extension": "^3.1.0-rc.1",
"@jupyterlab/pdf-extension": "^3.1.0-rc.1",
"@jupyterlab/rendermime-extension": "^3.1.0-rc.1",
"@jupyterlab/running-extension": "^3.1.0-rc.1",
"@jupyterlab/shortcuts-extension": "^3.1.0-rc.1",
"@jupyterlab/terminal-extension": "^3.1.0-rc.1",
"@jupyterlab/theme-dark-extension": "^3.1.0-rc.1",
"@jupyterlab/theme-light-extension": "^3.1.0-rc.1",
"@jupyterlab/tooltip-extension": "^3.1.0-rc.1",
"@jupyterlab/vega5-extension": "^3.1.0-rc.1",
"@retrolab/application": "^0.3.0-beta.0",
"@retrolab/application-extension": "^0.3.0-beta.0",
"@retrolab/docmanager-extension": "^0.3.0-beta.0",
@ -118,8 +118,8 @@
"@retrolab/ui-components": "^0.3.0-beta.0"
},
"devDependencies": {
"@jupyterlab/builder": "^3.1.0-beta.0",
"@jupyterlab/buildutils": "^3.1.0-beta.0",
"@jupyterlab/builder": "^3.1.0-rc.1",
"@jupyterlab/buildutils": "^3.1.0-rc.1",
"@playwright/test": "^1.12.3",
"@types/rimraf": "^3.0.0",
"css-loader": "~5.0.1",

@ -30,7 +30,7 @@
"watch": "tsc -w --listEmittedFiles"
},
"dependencies": {
"@jupyterlab/buildutils": "^3.1.0-beta.0",
"@jupyterlab/buildutils": "^3.1.0-rc.1",
"commander": "^6.2.0",
"fs-extra": "^9.1.0",
"typescript": "~4.1.3"

@ -47,7 +47,7 @@
}
},
"devDependencies": {
"@jupyterlab/buildutils": "^3.1.0-beta.0",
"@jupyterlab/buildutils": "^3.1.0-rc.1",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"eslint": "^7.10.0",

@ -38,17 +38,17 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^3.1.0-beta.0",
"@jupyterlab/apputils": "^3.1.0-beta.0",
"@jupyterlab/celltags": "^3.1.0-beta.0",
"@jupyterlab/codeeditor": "^3.1.0-beta.0",
"@jupyterlab/codemirror": "^3.1.0-beta.0",
"@jupyterlab/coreutils": "^5.1.0-beta.0",
"@jupyterlab/docmanager": "^3.1.0-beta.0",
"@jupyterlab/docregistry": "^3.1.0-beta.0",
"@jupyterlab/mainmenu": "^3.1.0-beta.0",
"@jupyterlab/settingregistry": "^3.1.0-beta.0",
"@jupyterlab/translation": "^3.1.0-beta.0",
"@jupyterlab/application": "^3.1.0-rc.1",
"@jupyterlab/apputils": "^3.1.0-rc.1",
"@jupyterlab/celltags": "^3.1.0-rc.1",
"@jupyterlab/codeeditor": "^3.1.0-rc.1",
"@jupyterlab/codemirror": "^3.1.0-rc.1",
"@jupyterlab/coreutils": "^5.1.0-rc.1",
"@jupyterlab/docmanager": "^3.1.0-rc.1",
"@jupyterlab/docregistry": "^3.1.0-rc.1",
"@jupyterlab/mainmenu": "^3.1.0-rc.1",
"@jupyterlab/settingregistry": "^3.1.0-rc.1",
"@jupyterlab/translation": "^3.1.0-rc.1",
"@lumino/widgets": "^1.23.0",
"@retrolab/application": "^0.3.0-beta.0",
"@retrolab/ui-components": "^0.3.0-beta.0"

@ -42,11 +42,11 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^3.1.0-beta.0",
"@jupyterlab/coreutils": "^5.1.0-beta.0",
"@jupyterlab/docregistry": "^3.1.0-beta.0",
"@jupyterlab/rendermime-interfaces": "^3.1.0-beta.0",
"@jupyterlab/ui-components": "^3.1.0-beta.0",
"@jupyterlab/application": "^3.1.0-rc.1",
"@jupyterlab/coreutils": "^5.1.0-rc.1",
"@jupyterlab/docregistry": "^3.1.0-rc.1",
"@jupyterlab/rendermime-interfaces": "^3.1.0-rc.1",
"@jupyterlab/ui-components": "^3.1.0-rc.1",
"@lumino/algorithm": "^1.6.0",
"@lumino/coreutils": "^1.8.0",
"@lumino/messaging": "^1.7.0",
@ -57,7 +57,7 @@
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.12.1",
"@jupyterlab/testutils": "^3.1.0-beta.0",
"@jupyterlab/testutils": "^3.1.0-rc.1",
"@types/jest": "^26.0.10",
"jest": "^26.4.2",
"rimraf": "~3.0.0",

@ -38,11 +38,11 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^3.1.0-beta.0",
"@jupyterlab/coreutils": "^5.1.0-beta.0",
"@jupyterlab/docmanager": "^3.1.0-beta.0",
"@jupyterlab/docregistry": "^3.1.0-beta.0",
"@jupyterlab/services": "^6.1.0-beta.0",
"@jupyterlab/application": "^3.1.0-rc.1",
"@jupyterlab/coreutils": "^5.1.0-rc.1",
"@jupyterlab/docmanager": "^3.1.0-rc.1",
"@jupyterlab/docregistry": "^3.1.0-rc.1",
"@jupyterlab/services": "^6.1.0-rc.1",
"@lumino/algorithm": "^1.6.0"
},
"devDependencies": {

@ -38,9 +38,9 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^3.1.0-beta.0",
"@jupyterlab/apputils": "^3.1.0-beta.0",
"@jupyterlab/mainmenu": "^3.1.0-beta.0",
"@jupyterlab/application": "^3.1.0-rc.1",
"@jupyterlab/apputils": "^3.1.0-rc.1",
"@jupyterlab/mainmenu": "^3.1.0-rc.1",
"@retrolab/ui-components": "^0.3.0-beta.0"
},
"devDependencies": {

@ -45,18 +45,18 @@
"watch:src": "tsc -w"
},
"dependencies": {
"@jupyterlab/application": "^3.1.0-beta.0",
"@jupyterlab/apputils": "^3.1.0-beta.0",
"@jupyterlab/coreutils": "^5.1.0-beta.0",
"@jupyterlab/docregistry": "^3.1.0-beta.0",
"@jupyterlab/mainmenu": "^3.1.0-beta.0",
"@jupyterlab/notebook": "^3.1.0-beta.0",
"@jupyterlab/application": "^3.1.0-rc.1",
"@jupyterlab/apputils": "^3.1.0-rc.1",
"@jupyterlab/coreutils": "^5.1.0-rc.1",
"@jupyterlab/docregistry": "^3.1.0-rc.1",
"@jupyterlab/mainmenu": "^3.1.0-rc.1",
"@jupyterlab/notebook": "^3.1.0-rc.1",
"@lumino/commands": "^1.15.0",
"@lumino/disposable": "^1.7.0",
"@retrolab/ui-components": "^0.3.0-beta.0"
},
"devDependencies": {
"@jupyterlab/builder": "^3.1.0-beta.0",
"@jupyterlab/builder": "^3.1.0-rc.1",
"rimraf": "~3.0.0",
"typescript": "~4.1.3"
},

@ -38,10 +38,10 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^3.1.0-beta.0",
"@jupyterlab/apputils": "^3.1.0-beta.0",
"@jupyterlab/docmanager": "^3.1.0-beta.0",
"@jupyterlab/notebook": "^3.1.0-beta.0",
"@jupyterlab/application": "^3.1.0-rc.1",
"@jupyterlab/apputils": "^3.1.0-rc.1",
"@jupyterlab/docmanager": "^3.1.0-rc.1",
"@jupyterlab/notebook": "^3.1.0-rc.1",
"@lumino/polling": "^1.6.0",
"@lumino/widgets": "^1.23.0",
"@retrolab/application": "^0.3.0-beta.0"

@ -38,9 +38,9 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^3.1.0-beta.0",
"@jupyterlab/coreutils": "^5.1.0-beta.0",
"@jupyterlab/terminal": "^3.1.0-beta.0",
"@jupyterlab/application": "^3.1.0-rc.1",
"@jupyterlab/coreutils": "^5.1.0-rc.1",
"@jupyterlab/terminal": "^3.1.0-rc.1",
"@lumino/algorithm": "^1.6.0"
},
"devDependencies": {

@ -38,17 +38,17 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^3.1.0-beta.0",
"@jupyterlab/apputils": "^3.1.0-beta.0",
"@jupyterlab/coreutils": "^5.1.0-beta.0",
"@jupyterlab/docmanager": "^3.1.0-beta.0",
"@jupyterlab/filebrowser": "^3.1.0-beta.0",
"@jupyterlab/mainmenu": "^3.1.0-beta.0",
"@jupyterlab/services": "^6.1.0-beta.0",
"@jupyterlab/settingregistry": "^3.1.0-beta.0",
"@jupyterlab/statedb": "^3.1.0-beta.0",
"@jupyterlab/translation": "^3.1.0-beta.0",
"@jupyterlab/ui-components": "^3.1.0-beta.0",
"@jupyterlab/application": "^3.1.0-rc.1",
"@jupyterlab/apputils": "^3.1.0-rc.1",
"@jupyterlab/coreutils": "^5.1.0-rc.1",
"@jupyterlab/docmanager": "^3.1.0-rc.1",
"@jupyterlab/filebrowser": "^3.1.0-rc.1",
"@jupyterlab/mainmenu": "^3.1.0-rc.1",
"@jupyterlab/services": "^6.1.0-rc.1",
"@jupyterlab/settingregistry": "^3.1.0-rc.1",
"@jupyterlab/statedb": "^3.1.0-rc.1",
"@jupyterlab/translation": "^3.1.0-rc.1",
"@jupyterlab/ui-components": "^3.1.0-rc.1",
"@lumino/algorithm": "^1.6.0",
"@lumino/commands": "^1.15.0",
"@lumino/widgets": "^1.23.0",

@ -42,14 +42,14 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/ui-components": "^3.1.0-beta.0",
"@jupyterlab/ui-components": "^3.1.0-rc.1",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@jupyterlab/testutils": "^3.1.0-beta.0",
"@jupyterlab/testutils": "^3.1.0-rc.1",
"@types/jest": "^26.0.10",
"babel-loader": "^8.0.6",
"jest": "^26.4.2",

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save