Update to beta 0

This commit is contained in:
Jeremy Tuloup 2021-07-05 11:11:25 +02:00
parent 84d867b55c
commit aee20dc4d9
15 changed files with 4039 additions and 826 deletions

View File

@ -87,30 +87,30 @@
"react-dom": "~17.0.2"
},
"dependencies": {
"@jupyterlab/application-extension": "^3.1.0-alpha.13",
"@jupyterlab/apputils-extension": "^3.1.0-alpha.13",
"@jupyterlab/celltags": "^3.1.0-alpha.13",
"@jupyterlab/codemirror-extension": "^3.1.0-alpha.13",
"@jupyterlab/completer-extension": "^3.1.0-alpha.13",
"@jupyterlab/coreutils": "~5.1.0-alpha.13",
"@jupyterlab/docmanager-extension": "^3.1.0-alpha.13",
"@jupyterlab/filebrowser-extension": "^3.1.0-alpha.13",
"@jupyterlab/fileeditor-extension": "^3.1.0-alpha.13",
"@jupyterlab/hub-extension": "^3.1.0-alpha.13",
"@jupyterlab/javascript-extension": "^3.1.0-alpha.13",
"@jupyterlab/json-extension": "^3.1.0-alpha.13",
"@jupyterlab/mainmenu-extension": "^3.1.0-alpha.13",
"@jupyterlab/mathjax2-extension": "^3.1.0-alpha.13",
"@jupyterlab/notebook-extension": "^3.1.0-alpha.13",
"@jupyterlab/pdf-extension": "^3.1.0-alpha.13",
"@jupyterlab/rendermime-extension": "^3.1.0-alpha.13",
"@jupyterlab/running-extension": "^3.1.0-alpha.13",
"@jupyterlab/shortcuts-extension": "^3.1.0-alpha.13",
"@jupyterlab/terminal-extension": "^3.1.0-alpha.13",
"@jupyterlab/theme-dark-extension": "^3.1.0-alpha.13",
"@jupyterlab/theme-light-extension": "^3.1.0-alpha.13",
"@jupyterlab/tooltip-extension": "^3.1.0-alpha.13",
"@jupyterlab/vega5-extension": "^3.1.0-alpha.13",
"@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",
"@retrolab/application": "^0.3.0-alpha.2",
"@retrolab/application-extension": "^0.3.0-alpha.2",
"@retrolab/docmanager-extension": "^0.3.0-alpha.2",
@ -123,9 +123,9 @@
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.12.1",
"@jupyterlab/builder": "^3.1.0-alpha.13",
"@jupyterlab/buildutils": "^3.1.0-alpha.13",
"@jupyterlab/testutils": "^3.1.0-alpha.13",
"@jupyterlab/builder": "^3.1.0-beta.0",
"@jupyterlab/buildutils": "^3.1.0-beta.0",
"@jupyterlab/testutils": "^3.1.0-beta.0",
"@types/jest": "^26.0.10",
"css-loader": "~5.0.1",
"file-loader": "~5.0.2",

View File

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

View File

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

View File

@ -38,17 +38,17 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^3.1.0-alpha.13",
"@jupyterlab/apputils": "^3.1.0-alpha.13",
"@jupyterlab/celltags": "^3.1.0-alpha.13",
"@jupyterlab/codeeditor": "^3.1.0-alpha.13",
"@jupyterlab/codemirror": "^3.1.0-alpha.13",
"@jupyterlab/coreutils": "^5.1.0-alpha.13",
"@jupyterlab/docmanager": "^3.1.0-alpha.13",
"@jupyterlab/docregistry": "^3.1.0-alpha.13",
"@jupyterlab/mainmenu": "^3.1.0-alpha.13",
"@jupyterlab/settingregistry": "^3.1.0-alpha.13",
"@jupyterlab/translation": "^3.1.0-alpha.13",
"@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",
"@lumino/widgets": "^1.23.0",
"@retrolab/application": "^0.3.0-alpha.2",
"@retrolab/ui-components": "^0.3.0-alpha.2"

View File

@ -42,11 +42,11 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^3.1.0-alpha.13",
"@jupyterlab/coreutils": "^5.1.0-alpha.13",
"@jupyterlab/docregistry": "^3.1.0-alpha.13",
"@jupyterlab/rendermime-interfaces": "^3.1.0-alpha.13",
"@jupyterlab/ui-components": "^3.1.0-alpha.13",
"@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",
"@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-alpha.13",
"@jupyterlab/testutils": "^3.1.0-beta.0",
"@types/jest": "^26.0.10",
"jest": "^26.4.2",
"rimraf": "~3.0.0",

View File

@ -38,11 +38,11 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^3.1.0-alpha.13",
"@jupyterlab/coreutils": "^5.1.0-alpha.13",
"@jupyterlab/docmanager": "^3.1.0-alpha.13",
"@jupyterlab/docregistry": "^3.1.0-alpha.13",
"@jupyterlab/services": "^6.1.0-alpha.13",
"@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",
"@lumino/algorithm": "^1.6.0"
},
"devDependencies": {

View File

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

View File

@ -45,18 +45,18 @@
"watch:src": "tsc -w"
},
"dependencies": {
"@jupyterlab/application": "^3.1.0-alpha.13",
"@jupyterlab/apputils": "^3.1.0-alpha.13",
"@jupyterlab/coreutils": "^5.1.0-alpha.13",
"@jupyterlab/docregistry": "^3.1.0-alpha.13",
"@jupyterlab/mainmenu": "^3.1.0-alpha.13",
"@jupyterlab/notebook": "^3.1.0-alpha.13",
"@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",
"@lumino/commands": "^1.15.0",
"@lumino/disposable": "^1.7.0",
"@retrolab/ui-components": "^0.3.0-alpha.2"
},
"devDependencies": {
"@jupyterlab/builder": "^3.1.0-alpha.13",
"@jupyterlab/builder": "^3.1.0-beta.0",
"rimraf": "~3.0.0",
"typescript": "~4.1.3"
},

View File

@ -38,10 +38,10 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^3.1.0-alpha.13",
"@jupyterlab/apputils": "^3.1.0-alpha.13",
"@jupyterlab/docmanager": "^3.1.0-alpha.13",
"@jupyterlab/notebook": "^3.1.0-alpha.13",
"@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",
"@lumino/polling": "^1.6.0",
"@lumino/widgets": "^1.23.0",
"@retrolab/application": "^0.3.0-alpha.2"

View File

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

View File

@ -38,17 +38,17 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^3.1.0-alpha.13",
"@jupyterlab/apputils": "^3.1.0-alpha.13",
"@jupyterlab/coreutils": "^5.1.0-alpha.13",
"@jupyterlab/docmanager": "^3.1.0-alpha.13",
"@jupyterlab/filebrowser": "^3.1.0-alpha.13",
"@jupyterlab/mainmenu": "^3.1.0-alpha.13",
"@jupyterlab/services": "^6.1.0-alpha.13",
"@jupyterlab/settingregistry": "^3.1.0-alpha.13",
"@jupyterlab/statedb": "^3.1.0-alpha.13",
"@jupyterlab/translation": "^3.1.0-alpha.13",
"@jupyterlab/ui-components": "^3.1.0-alpha.13",
"@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",
"@lumino/algorithm": "^1.6.0",
"@lumino/commands": "^1.15.0",
"@lumino/widgets": "^1.23.0",

View File

@ -42,14 +42,14 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/ui-components": "^3.1.0-alpha.13",
"@jupyterlab/ui-components": "^3.1.0-beta.0",
"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-alpha.13",
"@jupyterlab/testutils": "^3.1.0-beta.0",
"@types/jest": "^26.0.10",
"babel-loader": "^8.0.6",
"jest": "^26.4.2",

View File

@ -1,3 +1,3 @@
[build-system]
requires = ["jupyter_packaging~=0.7.9", "jupyterlab>=3.1.0a8,==3.*", "setuptools>=40.8.0", "wheel"]
requires = ["jupyter_packaging~=0.7.9", "jupyterlab>=3.1.0b0,==3.*", "setuptools>=40.8.0", "wheel"]
build-backend = "setuptools.build_meta"

View File

@ -84,7 +84,7 @@ setup_args = dict(
cmdclass=cmdclass,
packages=setuptools.find_packages(),
install_requires=[
"jupyterlab>=3.1.0a13,<4",
"jupyterlab>=3.1.0b0,<4",
"jupyterlab_server~=2.3",
"jupyter_server~=1.4",
"nbclassic~=0.2",

4699
yarn.lock

File diff suppressed because it is too large Load Diff