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.0rc0 #6853

Merged
merged 4 commits into from
Apr 28, 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/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

test:
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1
with:
ignore_links: "https://playwright.dev/docs/test-cli/ https://blog.jupyter.org/the-big-split-9d7b88a031a7 https://blog.jupyter.org/jupyter-ascending-1bf5b362d97e"
ignore_links: "https://playwright.dev/docs/test-cli/ https://blog.jupyter.org/the-big-split-9d7b88a031a7 https://blog.jupyter.org/jupyter-ascending-1bf5b362d97e https://mybinder.org/v2/gh/jupyter/notebook/main"

test_lint:
name: Test Lint
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.0b2,<5" hatch
python -m pip install -U "jupyterlab>=4.0.0rc0,<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.0b2,<5" pip
python -m pip install -U "jupyterlab>=4.0.0rc0,<5" pip
jlpm
jlpm run build
236 changes: 118 additions & 118 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,89 +24,89 @@
"@jupyter-notebook/tree-extension": "~7.0.0-beta.0",
"@jupyter-notebook/ui-components": "~7.0.0-beta.0",
"@jupyter/ydoc": "~1.0.2",
"@jupyterlab/application": "~4.0.0-beta.2",
"@jupyterlab/application-extension": "~4.0.0-beta.2",
"@jupyterlab/apputils": "~4.0.0-beta.2",
"@jupyterlab/apputils-extension": "~4.0.0-beta.2",
"@jupyterlab/cell-toolbar": "~4.0.0-beta.2",
"@jupyterlab/cell-toolbar-extension": "~4.0.0-beta.2",
"@jupyterlab/application": "~4.0.0-rc.0",
"@jupyterlab/application-extension": "~4.0.0-rc.0",
"@jupyterlab/apputils": "~4.0.0-rc.0",
"@jupyterlab/apputils-extension": "~4.0.0-rc.0",
"@jupyterlab/cell-toolbar": "~4.0.0-rc.0",
"@jupyterlab/cell-toolbar-extension": "~4.0.0-rc.0",
"@jupyterlab/celltags": "~4.0.0-alpha.20",
"@jupyterlab/celltags-extension": "~4.0.0-beta.2",
"@jupyterlab/codeeditor": "~4.0.0-beta.2",
"@jupyterlab/codemirror": "~4.0.0-beta.2",
"@jupyterlab/codemirror-extension": "~4.0.0-beta.2",
"@jupyterlab/completer": "~4.0.0-beta.2",
"@jupyterlab/completer-extension": "~4.0.0-beta.2",
"@jupyterlab/console": "~4.0.0-beta.2",
"@jupyterlab/console-extension": "~4.0.0-beta.2",
"@jupyterlab/coreutils": "~6.0.0-beta.2",
"@jupyterlab/csvviewer-extension": "~4.0.0-beta.2",
"@jupyterlab/debugger": "~4.0.0-beta.2",
"@jupyterlab/debugger-extension": "~4.0.0-beta.2",
"@jupyterlab/docmanager": "~4.0.0-beta.2",
"@jupyterlab/docmanager-extension": "~4.0.0-beta.2",
"@jupyterlab/documentsearch": "~4.0.0-beta.2",
"@jupyterlab/documentsearch-extension": "~4.0.0-beta.2",
"@jupyterlab/extensionmanager": "~4.0.0-beta.2",
"@jupyterlab/extensionmanager-extension": "~4.0.0-beta.2",
"@jupyterlab/filebrowser": "~4.0.0-beta.2",
"@jupyterlab/filebrowser-extension": "~4.0.0-beta.2",
"@jupyterlab/fileeditor": "~4.0.0-beta.2",
"@jupyterlab/fileeditor-extension": "~4.0.0-beta.2",
"@jupyterlab/htmlviewer": "~4.0.0-beta.2",
"@jupyterlab/htmlviewer-extension": "~4.0.0-beta.2",
"@jupyterlab/hub-extension": "~4.0.0-beta.2",
"@jupyterlab/javascript-extension": "~4.0.0-beta.2",
"@jupyterlab/json-extension": "~4.0.0-beta.2",
"@jupyterlab/lsp": "~4.0.0-beta.2",
"@jupyterlab/lsp-extension": "~4.0.0-beta.2",
"@jupyterlab/mainmenu": "~4.0.0-beta.2",
"@jupyterlab/mainmenu-extension": "~4.0.0-beta.2",
"@jupyterlab/markedparser-extension": "~4.0.0-beta.2",
"@jupyterlab/mathjax-extension": "~4.0.0-beta.2",
"@jupyterlab/metadataform-extension": "~4.0.0-beta.2",
"@jupyterlab/notebook": "~4.0.0-beta.2",
"@jupyterlab/notebook-extension": "~4.0.0-beta.2",
"@jupyterlab/observables": "~5.0.0-beta.2",
"@jupyterlab/outputarea": "~4.0.0-beta.2",
"@jupyterlab/pdf-extension": "~4.0.0-beta.2",
"@jupyterlab/rendermime": "~4.0.0-beta.2",
"@jupyterlab/rendermime-extension": "~4.0.0-beta.2",
"@jupyterlab/rendermime-interfaces": "~3.8.0-beta.2",
"@jupyterlab/running-extension": "~4.0.0-beta.2",
"@jupyterlab/services": "~7.0.0-beta.2",
"@jupyterlab/settingeditor": "~4.0.0-beta.2",
"@jupyterlab/settingeditor-extension": "~4.0.0-beta.2",
"@jupyterlab/settingregistry": "~4.0.0-beta.2",
"@jupyterlab/shortcuts-extension": "~4.0.0-beta.2",
"@jupyterlab/statedb": "~4.0.0-beta.2",
"@jupyterlab/statusbar": "~4.0.0-beta.2",
"@jupyterlab/terminal": "~4.0.0-beta.2",
"@jupyterlab/terminal-extension": "~4.0.0-beta.2",
"@jupyterlab/theme-dark-extension": "~4.0.0-beta.2",
"@jupyterlab/theme-light-extension": "~4.0.0-beta.2",
"@jupyterlab/toc-extension": "~6.0.0-beta.2",
"@jupyterlab/tooltip": "~4.0.0-beta.2",
"@jupyterlab/tooltip-extension": "~4.0.0-beta.2",
"@jupyterlab/translation": "~4.0.0-beta.2",
"@jupyterlab/translation-extension": "~4.0.0-beta.2",
"@jupyterlab/ui-components": "~4.0.0-beta.2",
"@jupyterlab/ui-components-extension": "~4.0.0-beta.2",
"@jupyterlab/vega5-extension": "~4.0.0-beta.2",
"@jupyterlab/celltags-extension": "~4.0.0-rc.0",
"@jupyterlab/codeeditor": "~4.0.0-rc.0",
"@jupyterlab/codemirror": "~4.0.0-rc.0",
"@jupyterlab/codemirror-extension": "~4.0.0-rc.0",
"@jupyterlab/completer": "~4.0.0-rc.0",
"@jupyterlab/completer-extension": "~4.0.0-rc.0",
"@jupyterlab/console": "~4.0.0-rc.0",
"@jupyterlab/console-extension": "~4.0.0-rc.0",
"@jupyterlab/coreutils": "~6.0.0-rc.0",
"@jupyterlab/csvviewer-extension": "~4.0.0-rc.0",
"@jupyterlab/debugger": "~4.0.0-rc.0",
"@jupyterlab/debugger-extension": "~4.0.0-rc.0",
"@jupyterlab/docmanager": "~4.0.0-rc.0",
"@jupyterlab/docmanager-extension": "~4.0.0-rc.0",
"@jupyterlab/documentsearch": "~4.0.0-rc.0",
"@jupyterlab/documentsearch-extension": "~4.0.0-rc.0",
"@jupyterlab/extensionmanager": "~4.0.0-rc.0",
"@jupyterlab/extensionmanager-extension": "~4.0.0-rc.0",
"@jupyterlab/filebrowser": "~4.0.0-rc.0",
"@jupyterlab/filebrowser-extension": "~4.0.0-rc.0",
"@jupyterlab/fileeditor": "~4.0.0-rc.0",
"@jupyterlab/fileeditor-extension": "~4.0.0-rc.0",
"@jupyterlab/htmlviewer": "~4.0.0-rc.0",
"@jupyterlab/htmlviewer-extension": "~4.0.0-rc.0",
"@jupyterlab/hub-extension": "~4.0.0-rc.0",
"@jupyterlab/javascript-extension": "~4.0.0-rc.0",
"@jupyterlab/json-extension": "~4.0.0-rc.0",
"@jupyterlab/lsp": "~4.0.0-rc.0",
"@jupyterlab/lsp-extension": "~4.0.0-rc.0",
"@jupyterlab/mainmenu": "~4.0.0-rc.0",
"@jupyterlab/mainmenu-extension": "~4.0.0-rc.0",
"@jupyterlab/markedparser-extension": "~4.0.0-rc.0",
"@jupyterlab/mathjax-extension": "~4.0.0-rc.0",
"@jupyterlab/metadataform-extension": "~4.0.0-rc.0",
"@jupyterlab/notebook": "~4.0.0-rc.0",
"@jupyterlab/notebook-extension": "~4.0.0-rc.0",
"@jupyterlab/observables": "~5.0.0-rc.0",
"@jupyterlab/outputarea": "~4.0.0-rc.0",
"@jupyterlab/pdf-extension": "~4.0.0-rc.0",
"@jupyterlab/rendermime": "~4.0.0-rc.0",
"@jupyterlab/rendermime-extension": "~4.0.0-rc.0",
"@jupyterlab/rendermime-interfaces": "~3.8.0-rc.0",
"@jupyterlab/running-extension": "~4.0.0-rc.0",
"@jupyterlab/services": "~7.0.0-rc.0",
"@jupyterlab/settingeditor": "~4.0.0-rc.0",
"@jupyterlab/settingeditor-extension": "~4.0.0-rc.0",
"@jupyterlab/settingregistry": "~4.0.0-rc.0",
"@jupyterlab/shortcuts-extension": "~4.0.0-rc.0",
"@jupyterlab/statedb": "~4.0.0-rc.0",
"@jupyterlab/statusbar": "~4.0.0-rc.0",
"@jupyterlab/terminal": "~4.0.0-rc.0",
"@jupyterlab/terminal-extension": "~4.0.0-rc.0",
"@jupyterlab/theme-dark-extension": "~4.0.0-rc.0",
"@jupyterlab/theme-light-extension": "~4.0.0-rc.0",
"@jupyterlab/toc-extension": "~6.0.0-rc.0",
"@jupyterlab/tooltip": "~4.0.0-rc.0",
"@jupyterlab/tooltip-extension": "~4.0.0-rc.0",
"@jupyterlab/translation": "~4.0.0-rc.0",
"@jupyterlab/translation-extension": "~4.0.0-rc.0",
"@jupyterlab/ui-components": "~4.0.0-rc.0",
"@jupyterlab/ui-components-extension": "~4.0.0-rc.0",
"@jupyterlab/vega5-extension": "~4.0.0-rc.0",
"@lezer/common": "~1.0.2",
"@lezer/highlight": "~1.1.4",
"@lumino/algorithm": "~2.0.0",
"@lumino/application": "~2.1.0",
"@lumino/commands": "~2.1.0",
"@lumino/coreutils": "~2.1.0",
"@lumino/disposable": "~2.1.0",
"@lumino/application": "~2.1.1",
"@lumino/commands": "~2.1.1",
"@lumino/coreutils": "~2.1.1",
"@lumino/disposable": "~2.1.1",
"@lumino/domutils": "~2.0.0",
"@lumino/dragdrop": "~2.1.0",
"@lumino/dragdrop": "~2.1.1",
"@lumino/messaging": "~2.0.0",
"@lumino/properties": "~2.0.0",
"@lumino/signaling": "~2.1.0",
"@lumino/signaling": "~2.1.1",
"@lumino/virtualdom": "~2.0.0",
"@lumino/widgets": "~2.1.0",
"@lumino/widgets": "~2.1.1",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"yjs": "~13.6.0"
Expand All @@ -123,52 +123,52 @@
"@jupyter-notebook/tree": "^7.0.0-beta.0",
"@jupyter-notebook/tree-extension": "^7.0.0-beta.0",
"@jupyter-notebook/ui-components": "^7.0.0-beta.0",
"@jupyterlab/application-extension": "^4.0.0-beta.2",
"@jupyterlab/apputils-extension": "^4.0.0-beta.2",
"@jupyterlab/cell-toolbar-extension": "^4.0.0-beta.2",
"@jupyterlab/application-extension": "^4.0.0-rc.0",
"@jupyterlab/apputils-extension": "^4.0.0-rc.0",
"@jupyterlab/cell-toolbar-extension": "^4.0.0-rc.0",
"@jupyterlab/celltags": "^4.0.0-alpha.20",
"@jupyterlab/celltags-extension": "^4.0.0-beta.2",
"@jupyterlab/codemirror": "^4.0.0-beta.2",
"@jupyterlab/codemirror-extension": "^4.0.0-beta.2",
"@jupyterlab/completer-extension": "^4.0.0-beta.2",
"@jupyterlab/console-extension": "^4.0.0-beta.2",
"@jupyterlab/coreutils": "^6.0.0-beta.2",
"@jupyterlab/csvviewer-extension": "^4.0.0-beta.2",
"@jupyterlab/debugger-extension": "^4.0.0-beta.2",
"@jupyterlab/docmanager-extension": "^4.0.0-beta.2",
"@jupyterlab/documentsearch-extension": "^4.0.0-beta.2",
"@jupyterlab/extensionmanager-extension": "^4.0.0-beta.2",
"@jupyterlab/filebrowser-extension": "^4.0.0-beta.2",
"@jupyterlab/fileeditor-extension": "^4.0.0-beta.2",
"@jupyterlab/htmlviewer-extension": "^4.0.0-beta.2",
"@jupyterlab/hub-extension": "^4.0.0-beta.2",
"@jupyterlab/javascript-extension": "^4.0.0-beta.2",
"@jupyterlab/json-extension": "^4.0.0-beta.2",
"@jupyterlab/lsp": "^4.0.0-beta.2",
"@jupyterlab/lsp-extension": "^4.0.0-beta.2",
"@jupyterlab/mainmenu-extension": "^4.0.0-beta.2",
"@jupyterlab/markedparser-extension": "^4.0.0-beta.2",
"@jupyterlab/mathjax-extension": "^4.0.0-beta.2",
"@jupyterlab/metadataform-extension": "^4.0.0-beta.2",
"@jupyterlab/notebook-extension": "^4.0.0-beta.2",
"@jupyterlab/pdf-extension": "^4.0.0-beta.2",
"@jupyterlab/rendermime-extension": "^4.0.0-beta.2",
"@jupyterlab/running-extension": "^4.0.0-beta.2",
"@jupyterlab/settingeditor": "^4.0.0-beta.2",
"@jupyterlab/settingeditor-extension": "^4.0.0-beta.2",
"@jupyterlab/shortcuts-extension": "^4.0.0-beta.2",
"@jupyterlab/terminal-extension": "^4.0.0-beta.2",
"@jupyterlab/theme-dark-extension": "^4.0.0-beta.2",
"@jupyterlab/theme-light-extension": "^4.0.0-beta.2",
"@jupyterlab/toc-extension": "^6.0.0-beta.2",
"@jupyterlab/tooltip-extension": "^4.0.0-beta.2",
"@jupyterlab/translation-extension": "^4.0.0-beta.2",
"@jupyterlab/ui-components-extension": "^4.0.0-beta.2",
"@jupyterlab/vega5-extension": "^4.0.0-beta.2"
"@jupyterlab/celltags-extension": "^4.0.0-rc.0",
"@jupyterlab/codemirror": "^4.0.0-rc.0",
"@jupyterlab/codemirror-extension": "^4.0.0-rc.0",
"@jupyterlab/completer-extension": "^4.0.0-rc.0",
"@jupyterlab/console-extension": "^4.0.0-rc.0",
"@jupyterlab/coreutils": "^6.0.0-rc.0",
"@jupyterlab/csvviewer-extension": "^4.0.0-rc.0",
"@jupyterlab/debugger-extension": "^4.0.0-rc.0",
"@jupyterlab/docmanager-extension": "^4.0.0-rc.0",
"@jupyterlab/documentsearch-extension": "^4.0.0-rc.0",
"@jupyterlab/extensionmanager-extension": "^4.0.0-rc.0",
"@jupyterlab/filebrowser-extension": "^4.0.0-rc.0",
"@jupyterlab/fileeditor-extension": "^4.0.0-rc.0",
"@jupyterlab/htmlviewer-extension": "^4.0.0-rc.0",
"@jupyterlab/hub-extension": "^4.0.0-rc.0",
"@jupyterlab/javascript-extension": "^4.0.0-rc.0",
"@jupyterlab/json-extension": "^4.0.0-rc.0",
"@jupyterlab/lsp": "^4.0.0-rc.0",
"@jupyterlab/lsp-extension": "^4.0.0-rc.0",
"@jupyterlab/mainmenu-extension": "^4.0.0-rc.0",
"@jupyterlab/markedparser-extension": "^4.0.0-rc.0",
"@jupyterlab/mathjax-extension": "^4.0.0-rc.0",
"@jupyterlab/metadataform-extension": "^4.0.0-rc.0",
"@jupyterlab/notebook-extension": "^4.0.0-rc.0",
"@jupyterlab/pdf-extension": "^4.0.0-rc.0",
"@jupyterlab/rendermime-extension": "^4.0.0-rc.0",
"@jupyterlab/running-extension": "^4.0.0-rc.0",
"@jupyterlab/settingeditor": "^4.0.0-rc.0",
"@jupyterlab/settingeditor-extension": "^4.0.0-rc.0",
"@jupyterlab/shortcuts-extension": "^4.0.0-rc.0",
"@jupyterlab/terminal-extension": "^4.0.0-rc.0",
"@jupyterlab/theme-dark-extension": "^4.0.0-rc.0",
"@jupyterlab/theme-light-extension": "^4.0.0-rc.0",
"@jupyterlab/toc-extension": "^6.0.0-rc.0",
"@jupyterlab/tooltip-extension": "^4.0.0-rc.0",
"@jupyterlab/translation-extension": "^4.0.0-rc.0",
"@jupyterlab/ui-components-extension": "^4.0.0-rc.0",
"@jupyterlab/vega5-extension": "^4.0.0-rc.0"
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.0-beta.2",
"@jupyterlab/buildutils": "^4.0.0-beta.2",
"@jupyterlab/builder": "^4.0.0-rc.0",
"@jupyterlab/buildutils": "^4.0.0-rc.0",
"@types/rimraf": "^3.0.2",
"css-loader": "~5.0.1",
"extra-watch-webpack-plugin": "^1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion buildutils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"watch": "tsc -w --listEmittedFiles"
},
"dependencies": {
"@jupyterlab/buildutils": "^4.0.0-beta.2",
"@jupyterlab/buildutils": "^4.0.0-rc.0",
"commander": "^6.2.0",
"fs-extra": "^9.1.0",
"typescript": "~5.0.2"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"watch:lib": "lerna exec --stream --scope @jupyter-notebook/metapackage jlpm watch"
},
"devDependencies": {
"@jupyterlab/buildutils": "^4.0.0-beta.2",
"@jupyterlab/buildutils": "^4.0.0-rc.0",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
Expand Down
26 changes: 13 additions & 13 deletions packages/application-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-beta.0",
"@jupyter-notebook/ui-components": "^7.0.0-beta.0",
"@jupyterlab/application": "^4.0.0-beta.2",
"@jupyterlab/apputils": "^4.0.0-beta.2",
"@jupyterlab/application": "^4.0.0-rc.0",
"@jupyterlab/apputils": "^4.0.0-rc.0",
"@jupyterlab/celltags": "^4.0.0-alpha.20",
"@jupyterlab/codeeditor": "^4.0.0-beta.2",
"@jupyterlab/console": "^4.0.0-beta.2",
"@jupyterlab/coreutils": "^6.0.0-beta.2",
"@jupyterlab/docmanager": "^4.0.0-beta.2",
"@jupyterlab/docregistry": "^4.0.0-beta.2",
"@jupyterlab/mainmenu": "^4.0.0-beta.2",
"@jupyterlab/settingregistry": "^4.0.0-beta.2",
"@jupyterlab/translation": "^4.0.0-beta.2",
"@lumino/coreutils": "^2.1.0",
"@lumino/disposable": "^2.1.0",
"@lumino/widgets": "^2.1.0"
"@jupyterlab/codeeditor": "^4.0.0-rc.0",
"@jupyterlab/console": "^4.0.0-rc.0",
"@jupyterlab/coreutils": "^6.0.0-rc.0",
"@jupyterlab/docmanager": "^4.0.0-rc.0",
"@jupyterlab/docregistry": "^4.0.0-rc.0",
"@jupyterlab/mainmenu": "^4.0.0-rc.0",
"@jupyterlab/settingregistry": "^4.0.0-rc.0",
"@jupyterlab/translation": "^4.0.0-rc.0",
"@lumino/coreutils": "^2.1.1",
"@lumino/disposable": "^2.1.1",
"@lumino/widgets": "^2.1.1"
},
"devDependencies": {
"rimraf": "^3.0.2",
Expand Down
20 changes: 10 additions & 10 deletions packages/application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^4.0.0-beta.2",
"@jupyterlab/coreutils": "^6.0.0-beta.2",
"@jupyterlab/docregistry": "^4.0.0-beta.2",
"@jupyterlab/rendermime-interfaces": "^3.8.0-beta.2",
"@jupyterlab/ui-components": "^4.0.0-beta.2",
"@jupyterlab/application": "^4.0.0-rc.0",
"@jupyterlab/coreutils": "^6.0.0-rc.0",
"@jupyterlab/docregistry": "^4.0.0-rc.0",
"@jupyterlab/rendermime-interfaces": "^3.8.0-rc.0",
"@jupyterlab/ui-components": "^4.0.0-rc.0",
"@lumino/algorithm": "^2.0.0",
"@lumino/coreutils": "^2.1.0",
"@lumino/coreutils": "^2.1.1",
"@lumino/messaging": "^2.0.0",
"@lumino/polling": "^2.1.0",
"@lumino/signaling": "^2.1.0",
"@lumino/widgets": "^2.1.0"
"@lumino/polling": "^2.1.1",
"@lumino/signaling": "^2.1.1",
"@lumino/widgets": "^2.1.1"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.12.1",
"@jupyterlab/testutils": "^4.0.0-beta.2",
"@jupyterlab/testutils": "^4.0.0-rc.0",
"@types/jest": "^29.2.5",
"jest": "^29.3.1",
"rimraf": "^3.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/console-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^4.0.0-beta.2",
"@jupyterlab/console": "^4.0.0-beta.2",
"@jupyterlab/coreutils": "^6.0.0-beta.2",
"@jupyterlab/application": "^4.0.0-rc.0",
"@jupyterlab/console": "^4.0.0-rc.0",
"@jupyterlab/coreutils": "^6.0.0-rc.0",
"@lumino/algorithm": "^2.0.0"
},
"devDependencies": {
Expand Down
Loading