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

Commit

Permalink
Update to alpha 19
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Jan 19, 2022
1 parent 5f25099 commit 6d78f87
Show file tree
Hide file tree
Showing 17 changed files with 853 additions and 853 deletions.
60 changes: 30 additions & 30 deletions app/package.json
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion buildutils/package.json
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down
24 changes: 12 additions & 12 deletions packages/application-extension/package.json
Expand Up @@ -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",
Expand Down
12 changes: 6 additions & 6 deletions packages/application/package.json
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/console-extension/package.json
Expand Up @@ -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": {
Expand Down
10 changes: 5 additions & 5 deletions packages/docmanager-extension/package.json
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/documentsearch-extension/package.json
Expand Up @@ -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"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/help-extension/package.json
Expand Up @@ -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": {
Expand Down
16 changes: 8 additions & 8 deletions packages/lab-extension/package.json
Expand Up @@ -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"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/notebook-extension/package.json
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions packages/terminal-extension/package.json
Expand Up @@ -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": {
Expand Down
22 changes: 11 additions & 11 deletions packages/tree-extension/package.json
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-components/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -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
Expand Down

0 comments on commit 6d78f87

Please sign in to comment.