Update to alpha 19

pull/6294/head
Jeremy Tuloup 4 years ago
parent 5f250996c9
commit 6d78f87ba2

@ -91,34 +91,34 @@
"yjs": "~13.5.23"
},
"dependencies": {
"@jupyterlab/application-extension": "^4.0.0-alpha.3",
"@jupyterlab/apputils-extension": "^4.0.0-alpha.3",
"@jupyterlab/celltags": "^4.0.0-alpha.3",
"@jupyterlab/codemirror-extension": "^4.0.0-alpha.3",
"@jupyterlab/completer-extension": "^4.0.0-alpha.3",
"@jupyterlab/console-extension": "^4.0.0-alpha.3",
"@jupyterlab/coreutils": "~6.0.0-alpha.3",
"@jupyterlab/docmanager-extension": "^4.0.0-alpha.3",
"@jupyterlab/docprovider-extension": "^4.0.0-alpha.3",
"@jupyterlab/documentsearch-extension": "^4.0.0-alpha.3",
"@jupyterlab/filebrowser-extension": "^4.0.0-alpha.3",
"@jupyterlab/fileeditor-extension": "^4.0.0-alpha.3",
"@jupyterlab/hub-extension": "^4.0.0-alpha.3",
"@jupyterlab/javascript-extension": "^4.0.0-alpha.3",
"@jupyterlab/json-extension": "^4.0.0-alpha.3",
"@jupyterlab/mainmenu-extension": "^4.0.0-alpha.3",
"@jupyterlab/mathjax2-extension": "^4.0.0-alpha.3",
"@jupyterlab/notebook-extension": "^4.0.0-alpha.3",
"@jupyterlab/pdf-extension": "^4.0.0-alpha.3",
"@jupyterlab/rendermime-extension": "^4.0.0-alpha.3",
"@jupyterlab/running-extension": "^4.0.0-alpha.3",
"@jupyterlab/shortcuts-extension": "^4.0.0-alpha.3",
"@jupyterlab/terminal-extension": "^4.0.0-alpha.3",
"@jupyterlab/theme-dark-extension": "^4.0.0-alpha.3",
"@jupyterlab/theme-light-extension": "^4.0.0-alpha.3",
"@jupyterlab/tooltip-extension": "^4.0.0-alpha.3",
"@jupyterlab/translation-extension": "^4.0.0-alpha.3",
"@jupyterlab/vega5-extension": "^4.0.0-alpha.3",
"@jupyterlab/application-extension": "^4.0.0-alpha.4",
"@jupyterlab/apputils-extension": "^4.0.0-alpha.4",
"@jupyterlab/celltags": "^4.0.0-alpha.4",
"@jupyterlab/codemirror-extension": "^4.0.0-alpha.4",
"@jupyterlab/completer-extension": "^4.0.0-alpha.4",
"@jupyterlab/console-extension": "^4.0.0-alpha.4",
"@jupyterlab/coreutils": "~6.0.0-alpha.4",
"@jupyterlab/docmanager-extension": "^4.0.0-alpha.4",
"@jupyterlab/docprovider-extension": "^4.0.0-alpha.4",
"@jupyterlab/documentsearch-extension": "^4.0.0-alpha.4",
"@jupyterlab/filebrowser-extension": "^4.0.0-alpha.4",
"@jupyterlab/fileeditor-extension": "^4.0.0-alpha.4",
"@jupyterlab/hub-extension": "^4.0.0-alpha.4",
"@jupyterlab/javascript-extension": "^4.0.0-alpha.4",
"@jupyterlab/json-extension": "^4.0.0-alpha.4",
"@jupyterlab/mainmenu-extension": "^4.0.0-alpha.4",
"@jupyterlab/mathjax2-extension": "^4.0.0-alpha.4",
"@jupyterlab/notebook-extension": "^4.0.0-alpha.4",
"@jupyterlab/pdf-extension": "^4.0.0-alpha.4",
"@jupyterlab/rendermime-extension": "^4.0.0-alpha.4",
"@jupyterlab/running-extension": "^4.0.0-alpha.4",
"@jupyterlab/shortcuts-extension": "^4.0.0-alpha.4",
"@jupyterlab/terminal-extension": "^4.0.0-alpha.4",
"@jupyterlab/theme-dark-extension": "^4.0.0-alpha.4",
"@jupyterlab/theme-light-extension": "^4.0.0-alpha.4",
"@jupyterlab/tooltip-extension": "^4.0.0-alpha.4",
"@jupyterlab/translation-extension": "^4.0.0-alpha.4",
"@jupyterlab/vega5-extension": "^4.0.0-alpha.4",
"@retrolab/application": "^0.3.15",
"@retrolab/application-extension": "^0.3.15",
"@retrolab/console-extension": "^0.3.15",
@ -131,8 +131,8 @@
"@retrolab/ui-components": "^0.3.15"
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.0-alpha.3",
"@jupyterlab/buildutils": "^4.0.0-alpha.3",
"@jupyterlab/builder": "^4.0.0-alpha.4",
"@jupyterlab/buildutils": "^4.0.0-alpha.4",
"@types/rimraf": "^3.0.0",
"css-loader": "~5.0.1",
"file-loader": "~5.0.2",

@ -30,7 +30,7 @@
"watch": "tsc -w --listEmittedFiles"
},
"dependencies": {
"@jupyterlab/buildutils": "^4.0.0-alpha.3",
"@jupyterlab/buildutils": "^4.0.0-alpha.4",
"commander": "^6.2.0",
"fs-extra": "^9.1.0",
"typescript": "~4.1.3"

@ -45,7 +45,7 @@
}
},
"devDependencies": {
"@jupyterlab/buildutils": "^4.0.0-alpha.3",
"@jupyterlab/buildutils": "^4.0.0-alpha.4",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"eslint": "^7.10.0",

@ -39,18 +39,18 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^4.0.0-alpha.3",
"@jupyterlab/apputils": "^4.0.0-alpha.3",
"@jupyterlab/celltags": "^4.0.0-alpha.3",
"@jupyterlab/codeeditor": "^4.0.0-alpha.3",
"@jupyterlab/codemirror": "^4.0.0-alpha.3",
"@jupyterlab/console": "^4.0.0-alpha.3",
"@jupyterlab/coreutils": "^6.0.0-alpha.3",
"@jupyterlab/docmanager": "^4.0.0-alpha.3",
"@jupyterlab/docregistry": "^4.0.0-alpha.3",
"@jupyterlab/mainmenu": "^4.0.0-alpha.3",
"@jupyterlab/settingregistry": "^4.0.0-alpha.3",
"@jupyterlab/translation": "^4.0.0-alpha.3",
"@jupyterlab/application": "^4.0.0-alpha.4",
"@jupyterlab/apputils": "^4.0.0-alpha.4",
"@jupyterlab/celltags": "^4.0.0-alpha.4",
"@jupyterlab/codeeditor": "^4.0.0-alpha.4",
"@jupyterlab/codemirror": "^4.0.0-alpha.4",
"@jupyterlab/console": "^4.0.0-alpha.4",
"@jupyterlab/coreutils": "^6.0.0-alpha.4",
"@jupyterlab/docmanager": "^4.0.0-alpha.4",
"@jupyterlab/docregistry": "^4.0.0-alpha.4",
"@jupyterlab/mainmenu": "^4.0.0-alpha.4",
"@jupyterlab/settingregistry": "^4.0.0-alpha.4",
"@jupyterlab/translation": "^4.0.0-alpha.4",
"@lumino/coreutils": "^1.11.1",
"@lumino/disposable": "^1.10.1",
"@lumino/widgets": "^1.30.1",

@ -43,11 +43,11 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^4.0.0-alpha.3",
"@jupyterlab/coreutils": "^6.0.0-alpha.3",
"@jupyterlab/docregistry": "^4.0.0-alpha.3",
"@jupyterlab/rendermime-interfaces": "^4.0.0-alpha.3",
"@jupyterlab/ui-components": "^4.0.0-alpha.18",
"@jupyterlab/application": "^4.0.0-alpha.4",
"@jupyterlab/coreutils": "^6.0.0-alpha.4",
"@jupyterlab/docregistry": "^4.0.0-alpha.4",
"@jupyterlab/rendermime-interfaces": "^4.0.0-alpha.4",
"@jupyterlab/ui-components": "^4.0.0-alpha.19",
"@lumino/algorithm": "^1.9.1",
"@lumino/coreutils": "^1.11.1",
"@lumino/messaging": "^1.10.1",
@ -58,7 +58,7 @@
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.12.1",
"@jupyterlab/testutils": "^4.0.0-alpha.3",
"@jupyterlab/testutils": "^4.0.0-alpha.4",
"@types/jest": "^26.0.10",
"jest": "^26.4.2",
"rimraf": "~3.0.0",

@ -39,9 +39,9 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^4.0.0-alpha.3",
"@jupyterlab/console": "^4.0.0-alpha.3",
"@jupyterlab/coreutils": "^6.0.0-alpha.3",
"@jupyterlab/application": "^4.0.0-alpha.4",
"@jupyterlab/console": "^4.0.0-alpha.4",
"@jupyterlab/coreutils": "^6.0.0-alpha.4",
"@lumino/algorithm": "^1.9.1"
},
"devDependencies": {

@ -39,11 +39,11 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^4.0.0-alpha.3",
"@jupyterlab/coreutils": "^6.0.0-alpha.3",
"@jupyterlab/docmanager": "^4.0.0-alpha.3",
"@jupyterlab/docregistry": "^4.0.0-alpha.3",
"@jupyterlab/services": "^7.0.0-alpha.3",
"@jupyterlab/application": "^4.0.0-alpha.4",
"@jupyterlab/coreutils": "^6.0.0-alpha.4",
"@jupyterlab/docmanager": "^4.0.0-alpha.4",
"@jupyterlab/docregistry": "^4.0.0-alpha.4",
"@jupyterlab/services": "^7.0.0-alpha.4",
"@lumino/algorithm": "^1.9.1"
},
"devDependencies": {

@ -39,8 +39,8 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^4.0.0-alpha.3",
"@jupyterlab/documentsearch": "^4.0.0-alpha.3",
"@jupyterlab/application": "^4.0.0-alpha.4",
"@jupyterlab/documentsearch": "^4.0.0-alpha.4",
"@lumino/widgets": "^1.30.1",
"@retrolab/application": "^0.3.15"
},

@ -39,10 +39,10 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^4.0.0-alpha.3",
"@jupyterlab/apputils": "^4.0.0-alpha.3",
"@jupyterlab/mainmenu": "^4.0.0-alpha.3",
"@jupyterlab/translation": "^4.0.0-alpha.3",
"@jupyterlab/application": "^4.0.0-alpha.4",
"@jupyterlab/apputils": "^4.0.0-alpha.4",
"@jupyterlab/mainmenu": "^4.0.0-alpha.4",
"@jupyterlab/translation": "^4.0.0-alpha.4",
"@retrolab/ui-components": "^0.3.15"
},
"devDependencies": {

@ -43,19 +43,19 @@
"watch:src": "tsc -w"
},
"dependencies": {
"@jupyterlab/application": "^4.0.0-alpha.3",
"@jupyterlab/apputils": "^4.0.0-alpha.3",
"@jupyterlab/coreutils": "^6.0.0-alpha.3",
"@jupyterlab/docregistry": "^4.0.0-alpha.3",
"@jupyterlab/mainmenu": "^4.0.0-alpha.3",
"@jupyterlab/notebook": "^4.0.0-alpha.3",
"@jupyterlab/translation": "^4.0.0-alpha.3",
"@jupyterlab/application": "^4.0.0-alpha.4",
"@jupyterlab/apputils": "^4.0.0-alpha.4",
"@jupyterlab/coreutils": "^6.0.0-alpha.4",
"@jupyterlab/docregistry": "^4.0.0-alpha.4",
"@jupyterlab/mainmenu": "^4.0.0-alpha.4",
"@jupyterlab/notebook": "^4.0.0-alpha.4",
"@jupyterlab/translation": "^4.0.0-alpha.4",
"@lumino/commands": "^1.19.1",
"@lumino/disposable": "^1.10.1",
"@retrolab/application": "^0.3.15"
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.0-alpha.3",
"@jupyterlab/builder": "^4.0.0-alpha.4",
"rimraf": "~3.0.0",
"typescript": "~4.1.3"
},

@ -39,13 +39,13 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^4.0.0-alpha.3",
"@jupyterlab/apputils": "^4.0.0-alpha.3",
"@jupyterlab/cells": "^4.0.0-alpha.3",
"@jupyterlab/docmanager": "^4.0.0-alpha.3",
"@jupyterlab/notebook": "^4.0.0-alpha.3",
"@jupyterlab/settingregistry": "^4.0.0-alpha.3",
"@jupyterlab/translation": "^4.0.0-alpha.3",
"@jupyterlab/application": "^4.0.0-alpha.4",
"@jupyterlab/apputils": "^4.0.0-alpha.4",
"@jupyterlab/cells": "^4.0.0-alpha.4",
"@jupyterlab/docmanager": "^4.0.0-alpha.4",
"@jupyterlab/notebook": "^4.0.0-alpha.4",
"@jupyterlab/settingregistry": "^4.0.0-alpha.4",
"@jupyterlab/translation": "^4.0.0-alpha.4",
"@lumino/polling": "^1.9.1",
"@lumino/widgets": "^1.30.1",
"@retrolab/application": "^0.3.15"

@ -39,9 +39,9 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^4.0.0-alpha.3",
"@jupyterlab/coreutils": "^6.0.0-alpha.3",
"@jupyterlab/terminal": "^4.0.0-alpha.3",
"@jupyterlab/application": "^4.0.0-alpha.4",
"@jupyterlab/coreutils": "^6.0.0-alpha.4",
"@jupyterlab/terminal": "^4.0.0-alpha.4",
"@lumino/algorithm": "^1.9.1"
},
"devDependencies": {

@ -39,17 +39,17 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^4.0.0-alpha.3",
"@jupyterlab/apputils": "^4.0.0-alpha.3",
"@jupyterlab/coreutils": "^6.0.0-alpha.3",
"@jupyterlab/docmanager": "^4.0.0-alpha.3",
"@jupyterlab/filebrowser": "^4.0.0-alpha.3",
"@jupyterlab/mainmenu": "^4.0.0-alpha.3",
"@jupyterlab/services": "^7.0.0-alpha.3",
"@jupyterlab/settingregistry": "^4.0.0-alpha.3",
"@jupyterlab/statedb": "^4.0.0-alpha.3",
"@jupyterlab/translation": "^4.0.0-alpha.3",
"@jupyterlab/ui-components": "^4.0.0-alpha.18",
"@jupyterlab/application": "^4.0.0-alpha.4",
"@jupyterlab/apputils": "^4.0.0-alpha.4",
"@jupyterlab/coreutils": "^6.0.0-alpha.4",
"@jupyterlab/docmanager": "^4.0.0-alpha.4",
"@jupyterlab/filebrowser": "^4.0.0-alpha.4",
"@jupyterlab/mainmenu": "^4.0.0-alpha.4",
"@jupyterlab/services": "^7.0.0-alpha.4",
"@jupyterlab/settingregistry": "^4.0.0-alpha.4",
"@jupyterlab/statedb": "^4.0.0-alpha.4",
"@jupyterlab/translation": "^4.0.0-alpha.4",
"@jupyterlab/ui-components": "^4.0.0-alpha.19",
"@lumino/algorithm": "^1.9.1",
"@lumino/commands": "^1.19.1",
"@lumino/widgets": "^1.30.1",

@ -43,14 +43,14 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/ui-components": "^4.0.0-alpha.18",
"@jupyterlab/ui-components": "^4.0.0-alpha.19",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@jupyterlab/testutils": "^4.0.0-alpha.3",
"@jupyterlab/testutils": "^4.0.0-alpha.4",
"@types/jest": "^26.0.10",
"babel-loader": "^8.0.6",
"jest": "^26.4.2",

@ -1,5 +1,5 @@
[build-system]
requires = ["jupyter_packaging~=0.10", "jupyterlab>=4.0.0a18,<5"]
requires = ["jupyter_packaging~=0.10", "jupyterlab>=4.0.0a19,<5"]
build-backend = "jupyter_packaging.build_api"
[license]

@ -28,7 +28,7 @@ include_package_data = True
packages = find:
python_requires = >=3.7
install_requires =
jupyterlab>=4.0.0a18,<5
jupyterlab>=4.0.0a19,<5
jupyterlab_server~=2.3
jupyter_server~=1.4
nbclassic~=0.2

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