Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to JupyterLab 4.0.0a34 #6732

Merged
merged 12 commits into from
Feb 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/buildutils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install -U "jupyterlab>=4.0.0a33,<5" hatch
python -m pip install -U "jupyterlab>=4.0.0a34,<5" hatch
jlpm
jlpm run build

Expand Down Expand Up @@ -76,6 +76,6 @@ jobs:

- name: Install dependencies
run: |
python -m pip install -U "jupyterlab>=4.0.0a33,<5" pip
python -m pip install -U "jupyterlab>=4.0.0a34,<5" pip
jlpm
jlpm run build
5 changes: 2 additions & 3 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ async function main() {
require('@jupyterlab/completer-extension').default.filter(({ id }) =>
[
'@jupyterlab/completer-extension:base-service',
'@jupyterlab/completer-extension:tracker'
'@jupyterlab/completer-extension:manager'
].includes(id)
),
require('@jupyterlab/console-extension').default.filter(({ id }) =>
Expand All @@ -123,7 +123,7 @@ async function main() {
require('@jupyterlab/filebrowser-extension').default.filter(({ id }) =>
[
'@jupyterlab/filebrowser-extension:factory',
'@jupyterlab/filebrowser-extension:defaultFileBrowser'
'@jupyterlab/filebrowser-extension:default-file-browser'
].includes(id)
),
require('@jupyterlab/fileeditor-extension').default.filter(({ id }) =>
Expand Down Expand Up @@ -152,7 +152,6 @@ async function main() {
require('@jupyterlab/translation-extension'),
require('@jupyterlab/ui-components-extension'),
// Add the "Hub Control Panel" menu option when running in JupyterHub
require('@jupyterlab/collaboration-extension'),
require('@jupyterlab/hub-extension')
];

Expand Down
219 changes: 106 additions & 113 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,74 +23,71 @@
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.12",
"@jupyter-notebook/ui-components": "~7.0.0-alpha.12",
"@jupyter/ydoc": "~0.3.1",
"@jupyterlab/application": "~4.0.0-alpha.18",
"@jupyterlab/application-extension": "~4.0.0-alpha.18",
"@jupyterlab/apputils": "~4.0.0-alpha.18",
"@jupyterlab/apputils-extension": "~4.0.0-alpha.18",
"@jupyterlab/cell-toolbar": "~4.0.0-alpha.18",
"@jupyterlab/cell-toolbar-extension": "~4.0.0-alpha.18",
"@jupyterlab/celltags": "~4.0.0-alpha.18",
"@jupyterlab/celltags-extension": "~4.0.0-alpha.18",
"@jupyterlab/codeeditor": "~4.0.0-alpha.18",
"@jupyterlab/codemirror": "~4.0.0-alpha.18",
"@jupyterlab/codemirror-extension": "~4.0.0-alpha.18",
"@jupyterlab/collaboration": "~4.0.0-alpha.18",
"@jupyterlab/collaboration-extension": "~4.0.0-alpha.18",
"@jupyterlab/completer": "~4.0.0-alpha.18",
"@jupyterlab/completer-extension": "~4.0.0-alpha.18",
"@jupyterlab/console": "~4.0.0-alpha.18",
"@jupyterlab/console-extension": "~4.0.0-alpha.18",
"@jupyterlab/coreutils": "~6.0.0-alpha.18",
"@jupyterlab/debugger": "~4.0.0-alpha.18",
"@jupyterlab/debugger-extension": "~4.0.0-alpha.18",
"@jupyterlab/docmanager": "~4.0.0-alpha.18",
"@jupyterlab/docmanager-extension": "~4.0.0-alpha.18",
"@jupyterlab/docprovider": "~4.0.0-alpha.18",
"@jupyterlab/documentsearch": "~4.0.0-alpha.18",
"@jupyterlab/documentsearch-extension": "~4.0.0-alpha.18",
"@jupyterlab/filebrowser": "~4.0.0-alpha.18",
"@jupyterlab/filebrowser-extension": "~4.0.0-alpha.18",
"@jupyterlab/fileeditor": "~4.0.0-alpha.18",
"@jupyterlab/fileeditor-extension": "~4.0.0-alpha.18",
"@jupyterlab/htmlviewer": "~4.0.0-alpha.18",
"@jupyterlab/htmlviewer-extension": "~4.0.0-alpha.18",
"@jupyterlab/hub-extension": "~4.0.0-alpha.18",
"@jupyterlab/javascript-extension": "~4.0.0-alpha.18",
"@jupyterlab/json-extension": "~4.0.0-alpha.18",
"@jupyterlab/lsp": "~4.0.0-alpha.18",
"@jupyterlab/lsp-extension": "~4.0.0-alpha.18",
"@jupyterlab/mainmenu": "~4.0.0-alpha.18",
"@jupyterlab/mainmenu-extension": "~4.0.0-alpha.18",
"@jupyterlab/markedparser-extension": "~4.0.0-alpha.18",
"@jupyterlab/mathjax2-extension": "~4.0.0-alpha.18",
"@jupyterlab/notebook": "~4.0.0-alpha.18",
"@jupyterlab/notebook-extension": "~4.0.0-alpha.18",
"@jupyterlab/observables": "~5.0.0-alpha.18",
"@jupyterlab/outputarea": "~4.0.0-alpha.18",
"@jupyterlab/pdf-extension": "~4.0.0-alpha.18",
"@jupyterlab/rendermime": "~4.0.0-alpha.18",
"@jupyterlab/rendermime-extension": "~4.0.0-alpha.18",
"@jupyterlab/rendermime-interfaces": "~3.8.0-alpha.18",
"@jupyterlab/running-extension": "~4.0.0-alpha.18",
"@jupyterlab/services": "~7.0.0-alpha.18",
"@jupyterlab/settingeditor": "~4.0.0-alpha.18",
"@jupyterlab/settingeditor-extension": "~4.0.0-alpha.18",
"@jupyterlab/settingregistry": "~4.0.0-alpha.18",
"@jupyterlab/shortcuts-extension": "~4.0.0-alpha.18",
"@jupyterlab/statedb": "~4.0.0-alpha.18",
"@jupyterlab/statusbar": "~4.0.0-alpha.18",
"@jupyterlab/terminal": "~4.0.0-alpha.18",
"@jupyterlab/terminal-extension": "~4.0.0-alpha.18",
"@jupyterlab/theme-dark-extension": "~4.0.0-alpha.18",
"@jupyterlab/theme-light-extension": "~4.0.0-alpha.18",
"@jupyterlab/toc-extension": "~6.0.0-alpha.18",
"@jupyterlab/tooltip": "~4.0.0-alpha.18",
"@jupyterlab/tooltip-extension": "~4.0.0-alpha.18",
"@jupyterlab/translation": "~4.0.0-alpha.18",
"@jupyterlab/translation-extension": "~4.0.0-alpha.18",
"@jupyterlab/ui-components": "~4.0.0-alpha.33",
"@jupyterlab/ui-components-extension": "~4.0.0-alpha.18",
"@jupyterlab/vega5-extension": "~4.0.0-alpha.18",
"@jupyterlab/application": "~4.0.0-alpha.19",
"@jupyterlab/application-extension": "~4.0.0-alpha.19",
"@jupyterlab/apputils": "~4.0.0-alpha.19",
"@jupyterlab/apputils-extension": "~4.0.0-alpha.19",
"@jupyterlab/cell-toolbar": "~4.0.0-alpha.19",
"@jupyterlab/cell-toolbar-extension": "~4.0.0-alpha.19",
"@jupyterlab/celltags": "~4.0.0-alpha.19",
"@jupyterlab/celltags-extension": "~4.0.0-alpha.19",
"@jupyterlab/codeeditor": "~4.0.0-alpha.19",
"@jupyterlab/codemirror": "~4.0.0-alpha.19",
"@jupyterlab/codemirror-extension": "~4.0.0-alpha.19",
"@jupyterlab/completer": "~4.0.0-alpha.19",
"@jupyterlab/completer-extension": "~4.0.0-alpha.19",
"@jupyterlab/console": "~4.0.0-alpha.19",
"@jupyterlab/console-extension": "~4.0.0-alpha.19",
"@jupyterlab/coreutils": "~6.0.0-alpha.19",
"@jupyterlab/debugger": "~4.0.0-alpha.19",
"@jupyterlab/debugger-extension": "~4.0.0-alpha.19",
"@jupyterlab/docmanager": "~4.0.0-alpha.19",
"@jupyterlab/docmanager-extension": "~4.0.0-alpha.19",
"@jupyterlab/documentsearch": "~4.0.0-alpha.19",
"@jupyterlab/documentsearch-extension": "~4.0.0-alpha.19",
"@jupyterlab/filebrowser": "~4.0.0-alpha.19",
"@jupyterlab/filebrowser-extension": "~4.0.0-alpha.19",
"@jupyterlab/fileeditor": "~4.0.0-alpha.19",
"@jupyterlab/fileeditor-extension": "~4.0.0-alpha.19",
"@jupyterlab/htmlviewer": "~4.0.0-alpha.19",
"@jupyterlab/htmlviewer-extension": "~4.0.0-alpha.19",
"@jupyterlab/hub-extension": "~4.0.0-alpha.19",
"@jupyterlab/javascript-extension": "~4.0.0-alpha.19",
"@jupyterlab/json-extension": "~4.0.0-alpha.19",
"@jupyterlab/lsp": "~4.0.0-alpha.19",
"@jupyterlab/lsp-extension": "~4.0.0-alpha.19",
"@jupyterlab/mainmenu": "~4.0.0-alpha.19",
"@jupyterlab/mainmenu-extension": "~4.0.0-alpha.19",
"@jupyterlab/markedparser-extension": "~4.0.0-alpha.19",
"@jupyterlab/mathjax2-extension": "~4.0.0-alpha.19",
"@jupyterlab/notebook": "~4.0.0-alpha.19",
"@jupyterlab/notebook-extension": "~4.0.0-alpha.19",
"@jupyterlab/observables": "~5.0.0-alpha.19",
"@jupyterlab/outputarea": "~4.0.0-alpha.19",
"@jupyterlab/pdf-extension": "~4.0.0-alpha.19",
"@jupyterlab/rendermime": "~4.0.0-alpha.19",
"@jupyterlab/rendermime-extension": "~4.0.0-alpha.19",
"@jupyterlab/rendermime-interfaces": "~3.8.0-alpha.19",
"@jupyterlab/running-extension": "~4.0.0-alpha.19",
"@jupyterlab/services": "~7.0.0-alpha.19",
"@jupyterlab/settingeditor": "~4.0.0-alpha.19",
"@jupyterlab/settingeditor-extension": "~4.0.0-alpha.19",
"@jupyterlab/settingregistry": "~4.0.0-alpha.19",
"@jupyterlab/shortcuts-extension": "~4.0.0-alpha.19",
"@jupyterlab/statedb": "~4.0.0-alpha.19",
"@jupyterlab/statusbar": "~4.0.0-alpha.19",
"@jupyterlab/terminal": "~4.0.0-alpha.19",
"@jupyterlab/terminal-extension": "~4.0.0-alpha.19",
"@jupyterlab/theme-dark-extension": "~4.0.0-alpha.19",
"@jupyterlab/theme-light-extension": "~4.0.0-alpha.19",
"@jupyterlab/toc-extension": "~6.0.0-alpha.19",
"@jupyterlab/tooltip": "~4.0.0-alpha.19",
"@jupyterlab/tooltip-extension": "~4.0.0-alpha.19",
"@jupyterlab/translation": "~4.0.0-alpha.19",
"@jupyterlab/translation-extension": "~4.0.0-alpha.19",
"@jupyterlab/ui-components": "~4.0.0-alpha.34",
"@jupyterlab/ui-components-extension": "~4.0.0-alpha.19",
"@jupyterlab/vega5-extension": "~4.0.0-alpha.19",
"@lumino/algorithm": "~2.0.0-beta.0",
"@lumino/application": "~2.0.0-beta.1",
"@lumino/commands": "~2.0.0-beta.1",
Expand Down Expand Up @@ -119,50 +116,49 @@
"@jupyter-notebook/tree": "^7.0.0-alpha.12",
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.12",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.12",
"@jupyterlab/application-extension": "^4.0.0-alpha.18",
"@jupyterlab/apputils-extension": "^4.0.0-alpha.18",
"@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.18",
"@jupyterlab/celltags": "^4.0.0-alpha.18",
"@jupyterlab/celltags-extension": "^4.0.0-alpha.18",
"@jupyterlab/codemirror": "^4.0.0-alpha.18",
"@jupyterlab/codemirror-extension": "^4.0.0-alpha.18",
"@jupyterlab/collaboration-extension": "^4.0.0-alpha.18",
"@jupyterlab/completer-extension": "^4.0.0-alpha.18",
"@jupyterlab/console-extension": "^4.0.0-alpha.18",
"@jupyterlab/coreutils": "^6.0.0-alpha.18",
"@jupyterlab/debugger-extension": "^4.0.0-alpha.18",
"@jupyterlab/docmanager-extension": "^4.0.0-alpha.18",
"@jupyterlab/documentsearch-extension": "^4.0.0-alpha.18",
"@jupyterlab/filebrowser-extension": "^4.0.0-alpha.18",
"@jupyterlab/fileeditor-extension": "^4.0.0-alpha.18",
"@jupyterlab/htmlviewer-extension": "^4.0.0-alpha.18",
"@jupyterlab/hub-extension": "^4.0.0-alpha.18",
"@jupyterlab/javascript-extension": "^4.0.0-alpha.18",
"@jupyterlab/json-extension": "^4.0.0-alpha.18",
"@jupyterlab/lsp": "^4.0.0-alpha.18",
"@jupyterlab/lsp-extension": "^4.0.0-alpha.18",
"@jupyterlab/mainmenu-extension": "^4.0.0-alpha.18",
"@jupyterlab/markedparser-extension": "^4.0.0-alpha.18",
"@jupyterlab/mathjax2-extension": "^4.0.0-alpha.18",
"@jupyterlab/notebook-extension": "^4.0.0-alpha.18",
"@jupyterlab/pdf-extension": "^4.0.0-alpha.18",
"@jupyterlab/rendermime-extension": "^4.0.0-alpha.18",
"@jupyterlab/running-extension": "^4.0.0-alpha.18",
"@jupyterlab/settingeditor": "^4.0.0-alpha.18",
"@jupyterlab/settingeditor-extension": "^4.0.0-alpha.18",
"@jupyterlab/shortcuts-extension": "^4.0.0-alpha.18",
"@jupyterlab/terminal-extension": "^4.0.0-alpha.18",
"@jupyterlab/theme-dark-extension": "^4.0.0-alpha.18",
"@jupyterlab/theme-light-extension": "^4.0.0-alpha.18",
"@jupyterlab/toc-extension": "^6.0.0-alpha.18",
"@jupyterlab/tooltip-extension": "^4.0.0-alpha.18",
"@jupyterlab/translation-extension": "^4.0.0-alpha.18",
"@jupyterlab/ui-components-extension": "^4.0.0-alpha.18",
"@jupyterlab/vega5-extension": "^4.0.0-alpha.18"
"@jupyterlab/application-extension": "^4.0.0-alpha.19",
"@jupyterlab/apputils-extension": "^4.0.0-alpha.19",
"@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.19",
"@jupyterlab/celltags": "^4.0.0-alpha.19",
"@jupyterlab/celltags-extension": "^4.0.0-alpha.19",
"@jupyterlab/codemirror": "^4.0.0-alpha.19",
"@jupyterlab/codemirror-extension": "^4.0.0-alpha.19",
"@jupyterlab/completer-extension": "^4.0.0-alpha.19",
"@jupyterlab/console-extension": "^4.0.0-alpha.19",
"@jupyterlab/coreutils": "^6.0.0-alpha.19",
"@jupyterlab/debugger-extension": "^4.0.0-alpha.19",
"@jupyterlab/docmanager-extension": "^4.0.0-alpha.19",
"@jupyterlab/documentsearch-extension": "^4.0.0-alpha.19",
"@jupyterlab/filebrowser-extension": "^4.0.0-alpha.19",
"@jupyterlab/fileeditor-extension": "^4.0.0-alpha.19",
"@jupyterlab/htmlviewer-extension": "^4.0.0-alpha.19",
"@jupyterlab/hub-extension": "^4.0.0-alpha.19",
"@jupyterlab/javascript-extension": "^4.0.0-alpha.19",
"@jupyterlab/json-extension": "^4.0.0-alpha.19",
"@jupyterlab/lsp": "^4.0.0-alpha.19",
"@jupyterlab/lsp-extension": "^4.0.0-alpha.19",
"@jupyterlab/mainmenu-extension": "^4.0.0-alpha.19",
"@jupyterlab/markedparser-extension": "^4.0.0-alpha.19",
"@jupyterlab/mathjax2-extension": "^4.0.0-alpha.19",
"@jupyterlab/notebook-extension": "^4.0.0-alpha.19",
"@jupyterlab/pdf-extension": "^4.0.0-alpha.19",
"@jupyterlab/rendermime-extension": "^4.0.0-alpha.19",
"@jupyterlab/running-extension": "^4.0.0-alpha.19",
"@jupyterlab/settingeditor": "^4.0.0-alpha.19",
"@jupyterlab/settingeditor-extension": "^4.0.0-alpha.19",
"@jupyterlab/shortcuts-extension": "^4.0.0-alpha.19",
"@jupyterlab/terminal-extension": "^4.0.0-alpha.19",
"@jupyterlab/theme-dark-extension": "^4.0.0-alpha.19",
"@jupyterlab/theme-light-extension": "^4.0.0-alpha.19",
"@jupyterlab/toc-extension": "^6.0.0-alpha.19",
"@jupyterlab/tooltip-extension": "^4.0.0-alpha.19",
"@jupyterlab/translation-extension": "^4.0.0-alpha.19",
"@jupyterlab/ui-components-extension": "^4.0.0-alpha.19",
"@jupyterlab/vega5-extension": "^4.0.0-alpha.19"
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.0-alpha.18",
"@jupyterlab/buildutils": "^4.0.0-alpha.18",
"@jupyterlab/builder": "^4.0.0-alpha.19",
"@jupyterlab/buildutils": "^4.0.0-alpha.19",
"@types/rimraf": "^3.0.2",
"css-loader": "~5.0.1",
"fs-extra": "^8.1.0",
Expand All @@ -182,7 +178,6 @@
"name": "Jupyter Notebook",
"extensions": [
"@jupyter-notebook/application-extension",
"@jupyterlab/collaboration-extension",
"@jupyter-notebook/console-extension",
"@jupyter-notebook/docmanager-extension",
"@jupyter-notebook/documentsearch-extension",
Expand Down Expand Up @@ -229,13 +224,11 @@
"@jupyterlab/celltags",
"@jupyterlab/codeeditor",
"@jupyterlab/codemirror",
"@jupyterlab/collaboration",
"@jupyterlab/completer",
"@jupyterlab/console",
"@jupyterlab/coreutils",
"@jupyterlab/debugger",
"@jupyterlab/docmanager",
"@jupyterlab/docprovider",
"@jupyterlab/documentsearch",
"@jupyterlab/filebrowser",
"@jupyterlab/fileeditor",
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": "^4.0.0-alpha.18",
"@jupyterlab/buildutils": "^4.0.0-alpha.19",
"commander": "^6.2.0",
"fs-extra": "^9.1.0",
"typescript": "~4.9.3"
Expand Down
4 changes: 2 additions & 2 deletions jupyter_config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"LabApp": { "collaborative": true, "expose_app_in_browser": true },
"JupyterNotebookApp": { "collaborative": true, "expose_app_in_browser": true }
"LabApp": { "expose_app_in_browser": true },
"JupyterNotebookApp": { "expose_app_in_browser": true }
}
7 changes: 0 additions & 7 deletions notebook/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def get_page_config(self): # noqa:C901
"fullStaticUrl": ujoin(self.base_url, "static", self.name),
"frontendUrl": ujoin(self.base_url, "/"),
"exposeAppInBrowser": app.expose_app_in_browser,
"collaborative": app.collaborative,
}

if "hub_prefix" in app.serverapp.tornado_settings:
Expand Down Expand Up @@ -228,17 +227,11 @@ class JupyterNotebookApp(NotebookConfigShimMixin, LabServerApp):
help="Whether to expose the global app instance to browser via window.jupyterapp",
)

collaborative = Bool(False, config=True, help="Whether to enable collaborative mode.")

flags = flags
flags["expose-app-in-browser"] = (
{"JupyterNotebookApp": {"expose_app_in_browser": True}},
"Expose the global app instance to browser via window.jupyterapp.",
)
flags["collaborative"] = (
{"JupyterNotebookApp": {"collaborative": True}},
"Whether to enable collaborative mode.",
)

@default("static_dir")
def _default_static_dir(self):
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"watch:lib": "lerna exec --stream --scope @jupyter-notebook/metapackage jlpm watch"
},
"devDependencies": {
"@jupyterlab/buildutils": "^4.0.0-alpha.18",
"@jupyterlab/buildutils": "^4.0.0-alpha.19",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"eslint": "^7.10.0",
Expand Down
22 changes: 11 additions & 11 deletions packages/application-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.12",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.12",
"@jupyterlab/application": "^4.0.0-alpha.18",
"@jupyterlab/apputils": "^4.0.0-alpha.18",
"@jupyterlab/celltags": "^4.0.0-alpha.18",
"@jupyterlab/codeeditor": "^4.0.0-alpha.18",
"@jupyterlab/console": "^4.0.0-alpha.18",
"@jupyterlab/coreutils": "^6.0.0-alpha.18",
"@jupyterlab/docmanager": "^4.0.0-alpha.18",
"@jupyterlab/docregistry": "^4.0.0-alpha.18",
"@jupyterlab/mainmenu": "^4.0.0-alpha.18",
"@jupyterlab/settingregistry": "^4.0.0-alpha.18",
"@jupyterlab/translation": "^4.0.0-alpha.18",
"@jupyterlab/application": "^4.0.0-alpha.19",
"@jupyterlab/apputils": "^4.0.0-alpha.19",
"@jupyterlab/celltags": "^4.0.0-alpha.19",
"@jupyterlab/codeeditor": "^4.0.0-alpha.19",
"@jupyterlab/console": "^4.0.0-alpha.19",
"@jupyterlab/coreutils": "^6.0.0-alpha.19",
"@jupyterlab/docmanager": "^4.0.0-alpha.19",
"@jupyterlab/docregistry": "^4.0.0-alpha.19",
"@jupyterlab/mainmenu": "^4.0.0-alpha.19",
"@jupyterlab/settingregistry": "^4.0.0-alpha.19",
"@jupyterlab/translation": "^4.0.0-alpha.19",
"@lumino/coreutils": "^2.0.0-beta.0",
"@lumino/disposable": "^2.0.0-beta.1",
"@lumino/widgets": "^2.0.0-beta.1"
Expand Down
Loading