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.0a33 #6713

Merged
merged 17 commits into from
Feb 7, 2023
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
dependency_type: minimum
python_version: '3.10'
- name: Run the unit tests
run: |
hatch run test:nowarn || hatch run test:nowarn --lf
Expand All @@ -110,9 +111,9 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python: ['3.7', '3.11']
python: ['3.8', '3.11']
include:
- python: '3.7'
- python: '3.8'
dist: 'notebook*.tar.gz'
- python: '3.11'
dist: 'notebook*.whl'
Expand Down
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.0a32,<5" hatch
python -m pip install -U "jupyterlab>=4.0.0a33,<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.0a32,<5" pip
python -m pip install -U "jupyterlab>=4.0.0a33,<5" pip
jlpm
jlpm run build
6 changes: 4 additions & 2 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,14 @@ async function main() {
'@jupyterlab/docmanager-extension:manager'
].includes(id)
),
require('@jupyterlab/docprovider-extension'),
require('@jupyterlab/documentsearch-extension').default.filter(({ id }) =>
['@jupyterlab/documentsearch-extension:plugin'].includes(id)
),
require('@jupyterlab/filebrowser-extension').default.filter(({ id }) =>
['@jupyterlab/filebrowser-extension:factory'].includes(id)
[
'@jupyterlab/filebrowser-extension:factory',
'@jupyterlab/filebrowser-extension:defaultFileBrowser'
].includes(id)
),
require('@jupyterlab/fileeditor-extension').default.filter(({ id }) =>
['@jupyterlab/fileeditor-extension:plugin'].includes(id)
Expand Down
253 changes: 125 additions & 128 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,91 +22,89 @@
"@jupyter-notebook/tree": "~7.0.0-alpha.11",
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.11",
"@jupyter-notebook/ui-components": "~7.0.0-alpha.11",
"@jupyter/ydoc": "~0.2.2",
"@jupyterlab/application": "~4.0.0-alpha.17",
"@jupyterlab/application-extension": "~4.0.0-alpha.17",
"@jupyterlab/apputils": "~4.0.0-alpha.17",
"@jupyterlab/apputils-extension": "~4.0.0-alpha.17",
"@jupyterlab/cell-toolbar": "~4.0.0-alpha.17",
"@jupyterlab/cell-toolbar-extension": "~4.0.0-alpha.17",
"@jupyterlab/celltags": "~4.0.0-alpha.17",
"@jupyterlab/celltags-extension": "~4.0.0-alpha.17",
"@jupyterlab/codeeditor": "~4.0.0-alpha.17",
"@jupyterlab/codemirror": "~4.0.0-alpha.17",
"@jupyterlab/codemirror-extension": "~4.0.0-alpha.17",
"@jupyterlab/collaboration": "~4.0.0-alpha.17",
"@jupyterlab/collaboration-extension": "~4.0.0-alpha.17",
"@jupyterlab/completer": "~4.0.0-alpha.17",
"@jupyterlab/completer-extension": "~4.0.0-alpha.17",
"@jupyterlab/console": "~4.0.0-alpha.17",
"@jupyterlab/console-extension": "~4.0.0-alpha.17",
"@jupyterlab/coreutils": "~6.0.0-alpha.17",
"@jupyterlab/debugger": "~4.0.0-alpha.17",
"@jupyterlab/debugger-extension": "~4.0.0-alpha.17",
"@jupyterlab/docmanager": "~4.0.0-alpha.17",
"@jupyterlab/docmanager-extension": "~4.0.0-alpha.17",
"@jupyterlab/docprovider": "~4.0.0-alpha.17",
"@jupyterlab/docprovider-extension": "~4.0.0-alpha.17",
"@jupyterlab/documentsearch": "~4.0.0-alpha.17",
"@jupyterlab/documentsearch-extension": "~4.0.0-alpha.17",
"@jupyterlab/filebrowser": "~4.0.0-alpha.17",
"@jupyterlab/filebrowser-extension": "~4.0.0-alpha.17",
"@jupyterlab/fileeditor": "~4.0.0-alpha.17",
"@jupyterlab/fileeditor-extension": "~4.0.0-alpha.17",
"@jupyterlab/htmlviewer": "~4.0.0-alpha.17",
"@jupyterlab/htmlviewer-extension": "~4.0.0-alpha.17",
"@jupyterlab/hub-extension": "~4.0.0-alpha.17",
"@jupyterlab/javascript-extension": "~4.0.0-alpha.17",
"@jupyterlab/json-extension": "~4.0.0-alpha.17",
"@jupyterlab/lsp": "~4.0.0-alpha.17",
"@jupyterlab/lsp-extension": "~4.0.0-alpha.17",
"@jupyterlab/mainmenu": "~4.0.0-alpha.17",
"@jupyterlab/mainmenu-extension": "~4.0.0-alpha.17",
"@jupyterlab/markedparser-extension": "~4.0.0-alpha.17",
"@jupyterlab/mathjax2-extension": "~4.0.0-alpha.17",
"@jupyterlab/notebook": "~4.0.0-alpha.17",
"@jupyterlab/notebook-extension": "~4.0.0-alpha.17",
"@jupyterlab/observables": "~5.0.0-alpha.17",
"@jupyterlab/outputarea": "~4.0.0-alpha.17",
"@jupyterlab/pdf-extension": "~4.0.0-alpha.17",
"@jupyterlab/rendermime": "~4.0.0-alpha.17",
"@jupyterlab/rendermime-extension": "~4.0.0-alpha.17",
"@jupyterlab/rendermime-interfaces": "~3.8.0-alpha.17",
"@jupyterlab/running-extension": "~4.0.0-alpha.17",
"@jupyterlab/services": "~7.0.0-alpha.17",
"@jupyterlab/settingeditor": "~4.0.0-alpha.17",
"@jupyterlab/settingeditor-extension": "~4.0.0-alpha.17",
"@jupyterlab/settingregistry": "~4.0.0-alpha.17",
"@jupyterlab/shortcuts-extension": "~4.0.0-alpha.17",
"@jupyterlab/statedb": "~4.0.0-alpha.17",
"@jupyterlab/statusbar": "~4.0.0-alpha.17",
"@jupyterlab/terminal": "~4.0.0-alpha.17",
"@jupyterlab/terminal-extension": "~4.0.0-alpha.17",
"@jupyterlab/theme-dark-extension": "~4.0.0-alpha.17",
"@jupyterlab/theme-light-extension": "~4.0.0-alpha.17",
"@jupyterlab/toc-extension": "~6.0.0-alpha.17",
"@jupyterlab/tooltip": "~4.0.0-alpha.17",
"@jupyterlab/tooltip-extension": "~4.0.0-alpha.17",
"@jupyterlab/translation": "~4.0.0-alpha.17",
"@jupyterlab/translation-extension": "~4.0.0-alpha.17",
"@jupyterlab/ui-components": "~4.0.0-alpha.32",
"@jupyterlab/ui-components-extension": "~4.0.0-alpha.17",
"@jupyterlab/vega5-extension": "~4.0.0-alpha.17",
"@lumino/algorithm": "~2.0.0-alpha.7",
"@lumino/application": "~2.0.0-alpha.7",
"@lumino/commands": "~2.0.0-alpha.7",
"@lumino/coreutils": "~2.0.0-alpha.7",
"@lumino/disposable": "~2.0.0-alpha.7",
"@lumino/domutils": "~2.0.0-alpha.7",
"@lumino/dragdrop": "~2.0.0-alpha.7",
"@lumino/messaging": "~2.0.0-alpha.7",
"@lumino/properties": "~2.0.0-alpha.7",
"@lumino/signaling": "~2.0.0-alpha.7",
"@lumino/virtualdom": "~2.0.0-alpha.7",
"@lumino/widgets": "~2.0.0-alpha.7",
"react": "~17.0.2",
"react-dom": "~17.0.2",
"yjs": "~13.5.44"
"@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/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",
"@lumino/algorithm": "~2.0.0-beta.0",
"@lumino/application": "~2.0.0-beta.1",
"@lumino/commands": "~2.0.0-beta.1",
"@lumino/coreutils": "~2.0.0-beta.0",
"@lumino/disposable": "~2.0.0-beta.1",
"@lumino/domutils": "~2.0.0-beta.0",
"@lumino/dragdrop": "~2.0.0-beta.1",
"@lumino/messaging": "~2.0.0-beta.0",
"@lumino/properties": "~2.0.0-beta.0",
"@lumino/signaling": "~2.0.0-beta.1",
"@lumino/virtualdom": "~2.0.0-beta.0",
"@lumino/widgets": "~2.0.0-beta.1",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"yjs": "~13.5.45"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.11",
Expand All @@ -120,51 +118,50 @@
"@jupyter-notebook/tree": "^7.0.0-alpha.11",
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.11",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.11",
"@jupyterlab/application-extension": "^4.0.0-alpha.17",
"@jupyterlab/apputils-extension": "^4.0.0-alpha.17",
"@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.17",
"@jupyterlab/celltags": "^4.0.0-alpha.17",
"@jupyterlab/celltags-extension": "^4.0.0-alpha.17",
"@jupyterlab/codemirror": "^4.0.0-alpha.17",
"@jupyterlab/codemirror-extension": "^4.0.0-alpha.17",
"@jupyterlab/collaboration-extension": "^4.0.0-alpha.17",
"@jupyterlab/completer-extension": "^4.0.0-alpha.17",
"@jupyterlab/console-extension": "^4.0.0-alpha.17",
"@jupyterlab/coreutils": "^6.0.0-alpha.17",
"@jupyterlab/debugger-extension": "^4.0.0-alpha.17",
"@jupyterlab/docmanager-extension": "^4.0.0-alpha.17",
"@jupyterlab/docprovider-extension": "^4.0.0-alpha.17",
"@jupyterlab/documentsearch-extension": "^4.0.0-alpha.17",
"@jupyterlab/filebrowser-extension": "^4.0.0-alpha.17",
"@jupyterlab/fileeditor-extension": "^4.0.0-alpha.17",
"@jupyterlab/htmlviewer-extension": "^4.0.0-alpha.17",
"@jupyterlab/hub-extension": "^4.0.0-alpha.17",
"@jupyterlab/javascript-extension": "^4.0.0-alpha.17",
"@jupyterlab/json-extension": "^4.0.0-alpha.17",
"@jupyterlab/lsp": "^4.0.0-alpha.17",
"@jupyterlab/lsp-extension": "^4.0.0-alpha.17",
"@jupyterlab/mainmenu-extension": "^4.0.0-alpha.17",
"@jupyterlab/markedparser-extension": "^4.0.0-alpha.17",
"@jupyterlab/mathjax2-extension": "^4.0.0-alpha.17",
"@jupyterlab/notebook-extension": "^4.0.0-alpha.17",
"@jupyterlab/pdf-extension": "^4.0.0-alpha.17",
"@jupyterlab/rendermime-extension": "^4.0.0-alpha.17",
"@jupyterlab/running-extension": "^4.0.0-alpha.17",
"@jupyterlab/settingeditor": "^4.0.0-alpha.17",
"@jupyterlab/settingeditor-extension": "^4.0.0-alpha.17",
"@jupyterlab/shortcuts-extension": "^4.0.0-alpha.17",
"@jupyterlab/terminal-extension": "^4.0.0-alpha.17",
"@jupyterlab/theme-dark-extension": "^4.0.0-alpha.17",
"@jupyterlab/theme-light-extension": "^4.0.0-alpha.17",
"@jupyterlab/toc-extension": "^6.0.0-alpha.17",
"@jupyterlab/tooltip-extension": "^4.0.0-alpha.17",
"@jupyterlab/translation-extension": "^4.0.0-alpha.17",
"@jupyterlab/ui-components-extension": "^4.0.0-alpha.17",
"@jupyterlab/vega5-extension": "^4.0.0-alpha.17"
"@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"
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.0-alpha.17",
"@jupyterlab/buildutils": "^4.0.0-alpha.17",
"@jupyterlab/builder": "^4.0.0-alpha.18",
"@jupyterlab/buildutils": "^4.0.0-alpha.18",
"@types/rimraf": "^3.0.2",
"css-loader": "~5.0.1",
"fs-extra": "^8.1.0",
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.17",
"@jupyterlab/buildutils": "^4.0.0-alpha.18",
"commander": "^6.2.0",
"fs-extra": "^9.1.0",
"typescript": "~4.9.3"
Expand Down
2 changes: 1 addition & 1 deletion notebook/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class JupyterNotebookApp(NotebookConfigShimMixin, LabServerApp):
flags = flags
flags["expose-app-in-browser"] = (
{"JupyterNotebookApp": {"expose_app_in_browser": True}},
"Expose the global app instance to browser via window.jupyterlab.",
"Expose the global app instance to browser via window.jupyterapp.",
)
flags["collaborative"] = (
{"JupyterNotebookApp": {"collaborative": True}},
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.17",
"@jupyterlab/buildutils": "^4.0.0-alpha.18",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"eslint": "^7.10.0",
Expand Down
28 changes: 14 additions & 14 deletions packages/application-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.11",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.11",
"@jupyterlab/application": "^4.0.0-alpha.17",
"@jupyterlab/apputils": "^4.0.0-alpha.17",
"@jupyterlab/celltags": "^4.0.0-alpha.17",
"@jupyterlab/codeeditor": "^4.0.0-alpha.17",
"@jupyterlab/console": "^4.0.0-alpha.17",
"@jupyterlab/coreutils": "^6.0.0-alpha.17",
"@jupyterlab/docmanager": "^4.0.0-alpha.17",
"@jupyterlab/docregistry": "^4.0.0-alpha.17",
"@jupyterlab/mainmenu": "^4.0.0-alpha.17",
"@jupyterlab/settingregistry": "^4.0.0-alpha.17",
"@jupyterlab/translation": "^4.0.0-alpha.17",
"@lumino/coreutils": "^2.0.0-alpha.7",
"@lumino/disposable": "^2.0.0-alpha.7",
"@lumino/widgets": "^2.0.0-alpha.7"
"@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",
"@lumino/coreutils": "^2.0.0-beta.0",
"@lumino/disposable": "^2.0.0-beta.1",
"@lumino/widgets": "^2.0.0-beta.1"
},
"devDependencies": {
"rimraf": "^3.0.2",
Expand Down
Loading