Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #189 from jtpio/lab-3-1
Browse files Browse the repository at this point in the history
Update to JupyterLab 3.1 final
  • Loading branch information
jtpio authored Aug 27, 2021
2 parents 540a45a + 2d5c297 commit 2f06d80
Show file tree
Hide file tree
Showing 15 changed files with 888 additions and 2,966 deletions.
142 changes: 71 additions & 71 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,51 +15,51 @@
"watch": "webpack --config ./webpack.config.watch.js"
},
"resolutions": {
"@jupyterlab/application": "~3.1.0-rc.2",
"@jupyterlab/application-extension": "~3.1.0-rc.2",
"@jupyterlab/apputils": "~3.1.0-rc.2",
"@jupyterlab/apputils-extension": "~3.1.0-rc.2",
"@jupyterlab/celltags": "~3.1.0-rc.2",
"@jupyterlab/codeeditor": "~3.1.0-rc.2",
"@jupyterlab/codemirror-extension": "~3.1.0-rc.2",
"@jupyterlab/completer": "~3.1.0-rc.2",
"@jupyterlab/completer-extension": "~3.1.0-rc.2",
"@jupyterlab/console": "~3.1.0-rc.2",
"@jupyterlab/coreutils": "~5.1.0-rc.2",
"@jupyterlab/docmanager": "~3.1.0-rc.2",
"@jupyterlab/docmanager-extension": "~3.1.0-rc.2",
"@jupyterlab/filebrowser": "~3.1.0-rc.2",
"@jupyterlab/filebrowser-extension": "~3.1.0-rc.2",
"@jupyterlab/fileeditor": "~3.1.0-rc.2",
"@jupyterlab/fileeditor-extension": "~3.1.0-rc.2",
"@jupyterlab/hub-extension": "~3.1.0-rc.2",
"@jupyterlab/javascript-extension": "~3.1.0-rc.2",
"@jupyterlab/json-extension": "~3.1.0-rc.2",
"@jupyterlab/mainmenu": "~3.1.0-rc.2",
"@jupyterlab/mainmenu-extension": "~3.1.0-rc.2",
"@jupyterlab/mathjax2-extension": "~3.1.0-rc.2",
"@jupyterlab/notebook": "~3.1.0-rc.2",
"@jupyterlab/notebook-extension": "~3.1.0-rc.2",
"@jupyterlab/observables": "~4.1.0-rc.2",
"@jupyterlab/outputarea": "~3.1.0-rc.2",
"@jupyterlab/pdf-extension": "~3.1.0-rc.2",
"@jupyterlab/rendermime": "~3.1.0-rc.2",
"@jupyterlab/rendermime-extension": "~3.1.0-rc.2",
"@jupyterlab/rendermime-interfaces": "~3.1.0-rc.2",
"@jupyterlab/running-extension": "~3.1.0-rc.2",
"@jupyterlab/services": "~6.1.0-rc.2",
"@jupyterlab/settingregistry": "~3.1.0-rc.2",
"@jupyterlab/shortcuts-extension": "~3.1.0-rc.2",
"@jupyterlab/statedb": "~3.1.0-rc.2",
"@jupyterlab/statusbar": "~3.1.0-rc.2",
"@jupyterlab/terminal": "~3.1.0-rc.2",
"@jupyterlab/terminal-extension": "~3.1.0-rc.2",
"@jupyterlab/theme-dark-extension": "~3.1.0-rc.2",
"@jupyterlab/theme-light-extension": "~3.1.0-rc.2",
"@jupyterlab/tooltip": "~3.1.0-rc.2",
"@jupyterlab/tooltip-extension": "~3.1.0-rc.2",
"@jupyterlab/ui-components": "~3.1.0-rc.2",
"@jupyterlab/vega5-extension": "~3.1.0-rc.2",
"@jupyterlab/application": "~3.1.8",
"@jupyterlab/application-extension": "~3.1.8",
"@jupyterlab/apputils": "~3.1.8",
"@jupyterlab/apputils-extension": "~3.1.9",
"@jupyterlab/celltags": "~3.1.8",
"@jupyterlab/codeeditor": "~3.1.8",
"@jupyterlab/codemirror-extension": "~3.1.8",
"@jupyterlab/completer": "~3.1.8",
"@jupyterlab/completer-extension": "~3.1.8",
"@jupyterlab/console": "~3.1.8",
"@jupyterlab/coreutils": "~5.1.8",
"@jupyterlab/docmanager": "~3.1.8",
"@jupyterlab/docmanager-extension": "~3.1.8",
"@jupyterlab/filebrowser": "~3.1.8",
"@jupyterlab/filebrowser-extension": "~3.1.8",
"@jupyterlab/fileeditor": "~3.1.8",
"@jupyterlab/fileeditor-extension": "~3.1.8",
"@jupyterlab/hub-extension": "~3.1.8",
"@jupyterlab/javascript-extension": "~3.1.9",
"@jupyterlab/json-extension": "~3.1.9",
"@jupyterlab/mainmenu": "~3.1.8",
"@jupyterlab/mainmenu-extension": "~3.1.8",
"@jupyterlab/mathjax2-extension": "~3.1.8",
"@jupyterlab/notebook": "~3.1.8",
"@jupyterlab/notebook-extension": "~3.1.8",
"@jupyterlab/observables": "~4.1.8",
"@jupyterlab/outputarea": "~3.1.8",
"@jupyterlab/pdf-extension": "~3.1.8",
"@jupyterlab/rendermime": "~3.1.8",
"@jupyterlab/rendermime-extension": "~3.1.8",
"@jupyterlab/rendermime-interfaces": "~3.1.8",
"@jupyterlab/running-extension": "~3.1.8",
"@jupyterlab/services": "~6.1.8",
"@jupyterlab/settingregistry": "~3.1.8",
"@jupyterlab/shortcuts-extension": "~3.1.8",
"@jupyterlab/statedb": "~3.1.8",
"@jupyterlab/statusbar": "~3.1.8",
"@jupyterlab/terminal": "~3.1.8",
"@jupyterlab/terminal-extension": "~3.1.8",
"@jupyterlab/theme-dark-extension": "~3.1.8",
"@jupyterlab/theme-light-extension": "~3.1.8",
"@jupyterlab/tooltip": "~3.1.8",
"@jupyterlab/tooltip-extension": "~3.1.8",
"@jupyterlab/ui-components": "~3.1.8",
"@jupyterlab/vega5-extension": "~3.1.9",
"@lumino/algorithm": "~1.6.0",
"@lumino/application": "~1.20.0",
"@lumino/commands": "~1.15.0",
Expand All @@ -84,30 +84,30 @@
"react-dom": "~17.0.2"
},
"dependencies": {
"@jupyterlab/application-extension": "^3.1.0-rc.2",
"@jupyterlab/apputils-extension": "^3.1.0-rc.2",
"@jupyterlab/celltags": "^3.1.0-rc.2",
"@jupyterlab/codemirror-extension": "^3.1.0-rc.2",
"@jupyterlab/completer-extension": "^3.1.0-rc.2",
"@jupyterlab/coreutils": "~5.1.0-rc.2",
"@jupyterlab/docmanager-extension": "^3.1.0-rc.2",
"@jupyterlab/filebrowser-extension": "^3.1.0-rc.2",
"@jupyterlab/fileeditor-extension": "^3.1.0-rc.2",
"@jupyterlab/hub-extension": "^3.1.0-rc.2",
"@jupyterlab/javascript-extension": "^3.1.0-rc.2",
"@jupyterlab/json-extension": "^3.1.0-rc.2",
"@jupyterlab/mainmenu-extension": "^3.1.0-rc.2",
"@jupyterlab/mathjax2-extension": "^3.1.0-rc.2",
"@jupyterlab/notebook-extension": "^3.1.0-rc.2",
"@jupyterlab/pdf-extension": "^3.1.0-rc.2",
"@jupyterlab/rendermime-extension": "^3.1.0-rc.2",
"@jupyterlab/running-extension": "^3.1.0-rc.2",
"@jupyterlab/shortcuts-extension": "^3.1.0-rc.2",
"@jupyterlab/terminal-extension": "^3.1.0-rc.2",
"@jupyterlab/theme-dark-extension": "^3.1.0-rc.2",
"@jupyterlab/theme-light-extension": "^3.1.0-rc.2",
"@jupyterlab/tooltip-extension": "^3.1.0-rc.2",
"@jupyterlab/vega5-extension": "^3.1.0-rc.2",
"@jupyterlab/application-extension": "^3.1.8",
"@jupyterlab/apputils-extension": "^3.1.9",
"@jupyterlab/celltags": "^3.1.8",
"@jupyterlab/codemirror-extension": "^3.1.8",
"@jupyterlab/completer-extension": "^3.1.8",
"@jupyterlab/coreutils": "~5.1.8",
"@jupyterlab/docmanager-extension": "^3.1.8",
"@jupyterlab/filebrowser-extension": "^3.1.8",
"@jupyterlab/fileeditor-extension": "^3.1.8",
"@jupyterlab/hub-extension": "^3.1.8",
"@jupyterlab/javascript-extension": "^3.1.9",
"@jupyterlab/json-extension": "^3.1.9",
"@jupyterlab/mainmenu-extension": "^3.1.8",
"@jupyterlab/mathjax2-extension": "^3.1.8",
"@jupyterlab/notebook-extension": "^3.1.8",
"@jupyterlab/pdf-extension": "^3.1.8",
"@jupyterlab/rendermime-extension": "^3.1.8",
"@jupyterlab/running-extension": "^3.1.8",
"@jupyterlab/shortcuts-extension": "^3.1.8",
"@jupyterlab/terminal-extension": "^3.1.8",
"@jupyterlab/theme-dark-extension": "^3.1.8",
"@jupyterlab/theme-light-extension": "^3.1.8",
"@jupyterlab/tooltip-extension": "^3.1.8",
"@jupyterlab/vega5-extension": "^3.1.9",
"@retrolab/application": "^0.3.0-rc.1",
"@retrolab/application-extension": "^0.3.0-rc.1",
"@retrolab/docmanager-extension": "^0.3.0-rc.1",
Expand All @@ -118,8 +118,8 @@
"@retrolab/ui-components": "^0.3.0-rc.1"
},
"devDependencies": {
"@jupyterlab/builder": "^3.1.0-rc.2",
"@jupyterlab/buildutils": "^3.1.0-rc.2",
"@jupyterlab/builder": "^3.1.9",
"@jupyterlab/buildutils": "^3.1.9",
"@playwright/test": "^1.12.3",
"@types/rimraf": "^3.0.0",
"css-loader": "~5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion buildutils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"watch": "tsc -w --listEmittedFiles"
},
"dependencies": {
"@jupyterlab/buildutils": "^3.1.0-rc.2",
"@jupyterlab/buildutils": "^3.1.9",
"commander": "^6.2.0",
"fs-extra": "^9.1.0",
"typescript": "~4.1.3"
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
}
},
"devDependencies": {
"@jupyterlab/buildutils": "^3.1.0-rc.2",
"@jupyterlab/buildutils": "^3.1.9",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"eslint": "^7.10.0",
Expand Down Expand Up @@ -79,6 +79,7 @@
"version-cmd": [
"jlpm run release:bump --force --skip-commit"
]
}
},
"skip": ["check-links"]
}
}
22 changes: 11 additions & 11 deletions packages/application-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^3.1.0-rc.2",
"@jupyterlab/apputils": "^3.1.0-rc.2",
"@jupyterlab/celltags": "^3.1.0-rc.2",
"@jupyterlab/codeeditor": "^3.1.0-rc.2",
"@jupyterlab/codemirror": "^3.1.0-rc.2",
"@jupyterlab/coreutils": "^5.1.0-rc.2",
"@jupyterlab/docmanager": "^3.1.0-rc.2",
"@jupyterlab/docregistry": "^3.1.0-rc.2",
"@jupyterlab/mainmenu": "^3.1.0-rc.2",
"@jupyterlab/settingregistry": "^3.1.0-rc.2",
"@jupyterlab/translation": "^3.1.0-rc.2",
"@jupyterlab/application": "^3.1.8",
"@jupyterlab/apputils": "^3.1.8",
"@jupyterlab/celltags": "^3.1.8",
"@jupyterlab/codeeditor": "^3.1.8",
"@jupyterlab/codemirror": "^3.1.8",
"@jupyterlab/coreutils": "^5.1.8",
"@jupyterlab/docmanager": "^3.1.8",
"@jupyterlab/docregistry": "^3.1.8",
"@jupyterlab/mainmenu": "^3.1.8",
"@jupyterlab/settingregistry": "^3.1.8",
"@jupyterlab/translation": "^3.1.8",
"@lumino/widgets": "^1.23.0",
"@retrolab/application": "^0.3.0-rc.1",
"@retrolab/ui-components": "^0.3.0-rc.1"
Expand Down
12 changes: 6 additions & 6 deletions packages/application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^3.1.0-rc.2",
"@jupyterlab/coreutils": "^5.1.0-rc.2",
"@jupyterlab/docregistry": "^3.1.0-rc.2",
"@jupyterlab/rendermime-interfaces": "^3.1.0-rc.2",
"@jupyterlab/ui-components": "^3.1.0-rc.2",
"@jupyterlab/application": "^3.1.8",
"@jupyterlab/coreutils": "^5.1.8",
"@jupyterlab/docregistry": "^3.1.8",
"@jupyterlab/rendermime-interfaces": "^3.1.8",
"@jupyterlab/ui-components": "^3.1.8",
"@lumino/algorithm": "^1.6.0",
"@lumino/coreutils": "^1.8.0",
"@lumino/messaging": "^1.7.0",
Expand All @@ -58,7 +58,7 @@
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.12.1",
"@jupyterlab/testutils": "^3.1.0-rc.2",
"@jupyterlab/testutils": "^3.1.8",
"@types/jest": "^26.0.10",
"jest": "^26.4.2",
"rimraf": "~3.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/docmanager-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^3.1.0-rc.2",
"@jupyterlab/coreutils": "^5.1.0-rc.2",
"@jupyterlab/docmanager": "^3.1.0-rc.2",
"@jupyterlab/docregistry": "^3.1.0-rc.2",
"@jupyterlab/services": "^6.1.0-rc.2",
"@jupyterlab/application": "^3.1.8",
"@jupyterlab/coreutils": "^5.1.8",
"@jupyterlab/docmanager": "^3.1.8",
"@jupyterlab/docregistry": "^3.1.8",
"@jupyterlab/services": "^6.1.8",
"@lumino/algorithm": "^1.6.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/help-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^3.1.0-rc.2",
"@jupyterlab/apputils": "^3.1.0-rc.2",
"@jupyterlab/mainmenu": "^3.1.0-rc.2",
"@jupyterlab/application": "^3.1.8",
"@jupyterlab/apputils": "^3.1.8",
"@jupyterlab/mainmenu": "^3.1.8",
"@retrolab/ui-components": "^0.3.0-rc.1"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/lab-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@
"watch:src": "tsc -w"
},
"dependencies": {
"@jupyterlab/application": "^3.1.0-rc.2",
"@jupyterlab/apputils": "^3.1.0-rc.2",
"@jupyterlab/coreutils": "^5.1.0-rc.2",
"@jupyterlab/docregistry": "^3.1.0-rc.2",
"@jupyterlab/mainmenu": "^3.1.0-rc.2",
"@jupyterlab/notebook": "^3.1.0-rc.2",
"@jupyterlab/application": "^3.1.8",
"@jupyterlab/apputils": "^3.1.8",
"@jupyterlab/coreutils": "^5.1.8",
"@jupyterlab/docregistry": "^3.1.8",
"@jupyterlab/mainmenu": "^3.1.8",
"@jupyterlab/notebook": "^3.1.8",
"@lumino/commands": "^1.15.0",
"@lumino/disposable": "^1.7.0",
"@retrolab/ui-components": "^0.3.0-rc.1"
},
"devDependencies": {
"@jupyterlab/builder": "^3.1.0-rc.2",
"@jupyterlab/builder": "^3.1.9",
"rimraf": "~3.0.0",
"typescript": "~4.1.3"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/notebook-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^3.1.0-rc.2",
"@jupyterlab/apputils": "^3.1.0-rc.2",
"@jupyterlab/docmanager": "^3.1.0-rc.2",
"@jupyterlab/notebook": "^3.1.0-rc.2",
"@jupyterlab/application": "^3.1.8",
"@jupyterlab/apputils": "^3.1.8",
"@jupyterlab/docmanager": "^3.1.8",
"@jupyterlab/notebook": "^3.1.8",
"@lumino/polling": "^1.6.0",
"@lumino/widgets": "^1.23.0",
"@retrolab/application": "^0.3.0-rc.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/terminal-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^3.1.0-rc.2",
"@jupyterlab/coreutils": "^5.1.0-rc.2",
"@jupyterlab/terminal": "^3.1.0-rc.2",
"@jupyterlab/application": "^3.1.8",
"@jupyterlab/coreutils": "^5.1.8",
"@jupyterlab/terminal": "^3.1.8",
"@lumino/algorithm": "^1.6.0"
},
"devDependencies": {
Expand Down
22 changes: 11 additions & 11 deletions packages/tree-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^3.1.0-rc.2",
"@jupyterlab/apputils": "^3.1.0-rc.2",
"@jupyterlab/coreutils": "^5.1.0-rc.2",
"@jupyterlab/docmanager": "^3.1.0-rc.2",
"@jupyterlab/filebrowser": "^3.1.0-rc.2",
"@jupyterlab/mainmenu": "^3.1.0-rc.2",
"@jupyterlab/services": "^6.1.0-rc.2",
"@jupyterlab/settingregistry": "^3.1.0-rc.2",
"@jupyterlab/statedb": "^3.1.0-rc.2",
"@jupyterlab/translation": "^3.1.0-rc.2",
"@jupyterlab/ui-components": "^3.1.0-rc.2",
"@jupyterlab/application": "^3.1.8",
"@jupyterlab/apputils": "^3.1.8",
"@jupyterlab/coreutils": "^5.1.8",
"@jupyterlab/docmanager": "^3.1.8",
"@jupyterlab/filebrowser": "^3.1.8",
"@jupyterlab/mainmenu": "^3.1.8",
"@jupyterlab/services": "^6.1.8",
"@jupyterlab/settingregistry": "^3.1.8",
"@jupyterlab/statedb": "^3.1.8",
"@jupyterlab/translation": "^3.1.8",
"@jupyterlab/ui-components": "^3.1.8",
"@lumino/algorithm": "^1.6.0",
"@lumino/commands": "^1.15.0",
"@lumino/widgets": "^1.23.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/ui-components": "^3.1.0-rc.2",
"@jupyterlab/ui-components": "^3.1.8",
"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-rc.2",
"@jupyterlab/testutils": "^3.1.8",
"@types/jest": "^26.0.10",
"babel-loader": "^8.0.6",
"jest": "^26.4.2",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["jupyter_packaging~=0.10", "jupyterlab>=3.1.0rc2,==3.1.*"]
requires = ["jupyter_packaging~=0.10", "jupyterlab~=3.1"]
build-backend = "jupyter_packaging.build_api"

[license]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ include_package_data = True
packages = find:
python_requires = >=3.6
install_requires =
jupyterlab>=3.1.0rc2,<4
jupyterlab~=3.1
jupyterlab_server~=2.3
jupyter_server~=1.4
nbclassic~=0.2
Expand Down
Loading

0 comments on commit 2f06d80

Please sign in to comment.