Skip to content

Commit 165b84e

Browse files
authored
Update to JupyterLab 4.1.0b0 (#7196)
* Update `yarn.lock` * Update to JupyterLab 4.1.0b0 * Fix rendermime-interfaces * CSS tweaks * more CSS tweaks * lint
1 parent d67c3cb commit 165b84e

File tree

20 files changed

+1241
-1235
lines changed

20 files changed

+1241
-1235
lines changed

.github/workflows/buildutils.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Install dependencies
3131
run: |
32-
python -m pip install -U "jupyterlab>=4.1.0a4,<5" hatch
32+
python -m pip install -U "jupyterlab>=4.1.0b0,<5" hatch
3333
jlpm
3434
jlpm run build
3535
@@ -79,6 +79,6 @@ jobs:
7979

8080
- name: Install dependencies
8181
run: |
82-
python -m pip install -U "jupyterlab>=4.1.0a4,<5" pip
82+
python -m pip install -U "jupyterlab>=4.1.0b0,<5" pip
8383
jlpm
8484
jlpm run build

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ repos:
4444
files: "^notebook"
4545
stages: [manual]
4646
args: ["--install-types", "--non-interactive"]
47-
additional_dependencies: ["traitlets>=5.13", "tornado", "jupyter_server>=2.10", "jupyterlab_server>=2.25", "jupyterlab>=4.1.0a4"]
47+
additional_dependencies: ["traitlets>=5.13", "tornado", "jupyter_server>=2.10", "jupyterlab_server>=2.25", "jupyterlab>=4.1.0b0"]
4848

4949
- repo: https://github.com/pre-commit/pygrep-hooks
5050
rev: 'v1.10.0'

app/package.json

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -130,58 +130,58 @@
130130
"@jupyter-notebook/tree": "^7.1.0-alpha.1",
131131
"@jupyter-notebook/tree-extension": "^7.1.0-alpha.1",
132132
"@jupyter-notebook/ui-components": "^7.1.0-alpha.1",
133-
"@jupyterlab/application-extension": "^4.1.0-alpha.4",
134-
"@jupyterlab/apputils-extension": "^4.1.0-alpha.4",
135-
"@jupyterlab/attachments": "^4.1.0-alpha.4",
136-
"@jupyterlab/cell-toolbar-extension": "^4.1.0-alpha.4",
137-
"@jupyterlab/celltags-extension": "^4.1.0-alpha.4",
138-
"@jupyterlab/codemirror": "^4.1.0-alpha.4",
139-
"@jupyterlab/codemirror-extension": "^4.1.0-alpha.4",
140-
"@jupyterlab/completer-extension": "^4.1.0-alpha.4",
141-
"@jupyterlab/console-extension": "^4.1.0-alpha.4",
142-
"@jupyterlab/coreutils": "^6.1.0-alpha.4",
143-
"@jupyterlab/csvviewer-extension": "^4.1.0-alpha.4",
144-
"@jupyterlab/debugger-extension": "^4.1.0-alpha.4",
145-
"@jupyterlab/docmanager-extension": "^4.1.0-alpha.4",
146-
"@jupyterlab/documentsearch-extension": "^4.1.0-alpha.4",
147-
"@jupyterlab/extensionmanager-extension": "^4.1.0-alpha.4",
148-
"@jupyterlab/filebrowser-extension": "^4.1.0-alpha.4",
149-
"@jupyterlab/fileeditor-extension": "^4.1.0-alpha.4",
150-
"@jupyterlab/help-extension": "^4.1.0-alpha.4",
151-
"@jupyterlab/htmlviewer-extension": "^4.1.0-alpha.4",
152-
"@jupyterlab/hub-extension": "^4.1.0-alpha.4",
153-
"@jupyterlab/imageviewer-extension": "^4.1.0-alpha.4",
154-
"@jupyterlab/javascript-extension": "^4.1.0-alpha.4",
155-
"@jupyterlab/json-extension": "^4.1.0-alpha.4",
156-
"@jupyterlab/lsp": "^4.1.0-alpha.4",
157-
"@jupyterlab/lsp-extension": "^4.1.0-alpha.4",
158-
"@jupyterlab/mainmenu-extension": "^4.1.0-alpha.4",
159-
"@jupyterlab/markdownviewer-extension": "^4.1.0-alpha.4",
160-
"@jupyterlab/markedparser-extension": "^4.1.0-alpha.4",
161-
"@jupyterlab/mathjax-extension": "^4.1.0-alpha.4",
162-
"@jupyterlab/mermaid-extension": "^4.1.0-alpha.4",
163-
"@jupyterlab/metadataform-extension": "^4.1.0-alpha.4",
164-
"@jupyterlab/notebook-extension": "^4.1.0-alpha.4",
165-
"@jupyterlab/pdf-extension": "^4.1.0-alpha.4",
166-
"@jupyterlab/running-extension": "^4.1.0-alpha.4",
167-
"@jupyterlab/settingeditor": "^4.1.0-alpha.4",
168-
"@jupyterlab/settingeditor-extension": "^4.1.0-alpha.4",
169-
"@jupyterlab/shortcuts-extension": "^4.1.0-alpha.4",
170-
"@jupyterlab/terminal-extension": "^4.1.0-alpha.4",
171-
"@jupyterlab/theme-dark-extension": "^4.1.0-alpha.4",
172-
"@jupyterlab/theme-light-extension": "^4.1.0-alpha.4",
173-
"@jupyterlab/toc-extension": "^6.1.0-alpha.4",
174-
"@jupyterlab/tooltip-extension": "^4.1.0-alpha.4",
175-
"@jupyterlab/translation-extension": "^4.1.0-alpha.4",
176-
"@jupyterlab/ui-components-extension": "^4.1.0-alpha.4",
177-
"@jupyterlab/vega5-extension": "^4.1.0-alpha.4",
133+
"@jupyterlab/application-extension": "^4.1.0-beta.0",
134+
"@jupyterlab/apputils-extension": "^4.1.0-beta.0",
135+
"@jupyterlab/attachments": "^4.1.0-beta.0",
136+
"@jupyterlab/cell-toolbar-extension": "^4.1.0-beta.0",
137+
"@jupyterlab/celltags-extension": "^4.1.0-beta.0",
138+
"@jupyterlab/codemirror": "^4.1.0-beta.0",
139+
"@jupyterlab/codemirror-extension": "^4.1.0-beta.0",
140+
"@jupyterlab/completer-extension": "^4.1.0-beta.0",
141+
"@jupyterlab/console-extension": "^4.1.0-beta.0",
142+
"@jupyterlab/coreutils": "^6.1.0-beta.0",
143+
"@jupyterlab/csvviewer-extension": "^4.1.0-beta.0",
144+
"@jupyterlab/debugger-extension": "^4.1.0-beta.0",
145+
"@jupyterlab/docmanager-extension": "^4.1.0-beta.0",
146+
"@jupyterlab/documentsearch-extension": "^4.1.0-beta.0",
147+
"@jupyterlab/extensionmanager-extension": "^4.1.0-beta.0",
148+
"@jupyterlab/filebrowser-extension": "^4.1.0-beta.0",
149+
"@jupyterlab/fileeditor-extension": "^4.1.0-beta.0",
150+
"@jupyterlab/help-extension": "^4.1.0-beta.0",
151+
"@jupyterlab/htmlviewer-extension": "^4.1.0-beta.0",
152+
"@jupyterlab/hub-extension": "^4.1.0-beta.0",
153+
"@jupyterlab/imageviewer-extension": "^4.1.0-beta.0",
154+
"@jupyterlab/javascript-extension": "^4.1.0-beta.0",
155+
"@jupyterlab/json-extension": "^4.1.0-beta.0",
156+
"@jupyterlab/lsp": "^4.1.0-beta.0",
157+
"@jupyterlab/lsp-extension": "^4.1.0-beta.0",
158+
"@jupyterlab/mainmenu-extension": "^4.1.0-beta.0",
159+
"@jupyterlab/markdownviewer-extension": "^4.1.0-beta.0",
160+
"@jupyterlab/markedparser-extension": "^4.1.0-beta.0",
161+
"@jupyterlab/mathjax-extension": "^4.1.0-beta.0",
162+
"@jupyterlab/mermaid-extension": "^4.1.0-beta.0",
163+
"@jupyterlab/metadataform-extension": "^4.1.0-beta.0",
164+
"@jupyterlab/notebook-extension": "^4.1.0-beta.0",
165+
"@jupyterlab/pdf-extension": "^4.1.0-beta.0",
166+
"@jupyterlab/running-extension": "^4.1.0-beta.0",
167+
"@jupyterlab/settingeditor": "^4.1.0-beta.0",
168+
"@jupyterlab/settingeditor-extension": "^4.1.0-beta.0",
169+
"@jupyterlab/shortcuts-extension": "^4.1.0-beta.0",
170+
"@jupyterlab/terminal-extension": "^4.1.0-beta.0",
171+
"@jupyterlab/theme-dark-extension": "^4.1.0-beta.0",
172+
"@jupyterlab/theme-light-extension": "^4.1.0-beta.0",
173+
"@jupyterlab/toc-extension": "^6.1.0-beta.0",
174+
"@jupyterlab/tooltip-extension": "^4.1.0-beta.0",
175+
"@jupyterlab/translation-extension": "^4.1.0-beta.0",
176+
"@jupyterlab/ui-components-extension": "^4.1.0-beta.0",
177+
"@jupyterlab/vega5-extension": "^4.1.0-beta.0",
178178
"react": "^18.2.0",
179179
"react-dom": "^18.2.0",
180180
"yjs": "^13.5.40"
181181
},
182182
"devDependencies": {
183-
"@jupyterlab/builder": "^4.1.0-alpha.4",
184-
"@jupyterlab/buildutils": "^4.1.0-alpha.4",
183+
"@jupyterlab/builder": "^4.1.0-beta.0",
184+
"@jupyterlab/buildutils": "^4.1.0-beta.0",
185185
"@types/rimraf": "^3.0.2",
186186
"css-loader": "~5.0.1",
187187
"extra-watch-webpack-plugin": "^1.0.3",

buildutils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"watch": "tsc -w --listEmittedFiles"
3030
},
3131
"dependencies": {
32-
"@jupyterlab/buildutils": "^4.1.0-alpha.4",
32+
"@jupyterlab/buildutils": "^4.1.0-beta.0",
3333
"commander": "^6.2.0",
3434
"fs-extra": "^9.1.0",
3535
"typescript": "~5.0.2"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"yjs": "^13.5.40"
5050
},
5151
"devDependencies": {
52-
"@jupyterlab/buildutils": "^4.1.0-alpha.4",
52+
"@jupyterlab/buildutils": "^4.1.0-beta.0",
5353
"@typescript-eslint/eslint-plugin": "^5.55.0",
5454
"@typescript-eslint/parser": "^5.55.0",
5555
"eslint": "^8.36.0",

packages/application-extension/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@
4040
"dependencies": {
4141
"@jupyter-notebook/application": "^7.1.0-alpha.1",
4242
"@jupyter-notebook/ui-components": "^7.1.0-alpha.1",
43-
"@jupyterlab/application": "^4.1.0-alpha.4",
44-
"@jupyterlab/apputils": "^4.2.0-alpha.4",
45-
"@jupyterlab/codeeditor": "^4.1.0-alpha.4",
46-
"@jupyterlab/console": "^4.1.0-alpha.4",
47-
"@jupyterlab/coreutils": "^6.1.0-alpha.4",
48-
"@jupyterlab/docmanager": "^4.1.0-alpha.4",
49-
"@jupyterlab/docregistry": "^4.1.0-alpha.4",
50-
"@jupyterlab/mainmenu": "^4.1.0-alpha.4",
51-
"@jupyterlab/rendermime": "^4.1.0-alpha.4",
52-
"@jupyterlab/settingregistry": "^4.1.0-alpha.4",
53-
"@jupyterlab/translation": "^4.1.0-alpha.4",
43+
"@jupyterlab/application": "^4.1.0-beta.0",
44+
"@jupyterlab/apputils": "^4.2.0-beta.0",
45+
"@jupyterlab/codeeditor": "^4.1.0-beta.0",
46+
"@jupyterlab/console": "^4.1.0-beta.0",
47+
"@jupyterlab/coreutils": "^6.1.0-beta.0",
48+
"@jupyterlab/docmanager": "^4.1.0-beta.0",
49+
"@jupyterlab/docregistry": "^4.1.0-beta.0",
50+
"@jupyterlab/mainmenu": "^4.1.0-beta.0",
51+
"@jupyterlab/rendermime": "^4.1.0-beta.0",
52+
"@jupyterlab/settingregistry": "^4.1.0-beta.0",
53+
"@jupyterlab/translation": "^4.1.0-beta.0",
5454
"@lumino/coreutils": "^2.1.2",
5555
"@lumino/disposable": "^2.1.2",
5656
"@lumino/widgets": "^2.3.1"

packages/application/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
"watch": "tsc -b --watch"
4343
},
4444
"dependencies": {
45-
"@jupyterlab/application": "^4.1.0-alpha.4",
46-
"@jupyterlab/coreutils": "^6.1.0-alpha.4",
47-
"@jupyterlab/docregistry": "^4.1.0-alpha.4",
48-
"@jupyterlab/rendermime-interfaces": "^3.9.0-alpha.3",
49-
"@jupyterlab/ui-components": "^4.1.0-alpha.4",
45+
"@jupyterlab/application": "^4.1.0-beta.0",
46+
"@jupyterlab/coreutils": "^6.1.0-beta.0",
47+
"@jupyterlab/docregistry": "^4.1.0-beta.0",
48+
"@jupyterlab/rendermime-interfaces": "^3.9.0-beta.0",
49+
"@jupyterlab/ui-components": "^4.1.0-beta.0",
5050
"@lumino/algorithm": "^2.0.1",
5151
"@lumino/coreutils": "^2.1.2",
5252
"@lumino/messaging": "^2.0.1",
@@ -57,7 +57,7 @@
5757
"devDependencies": {
5858
"@babel/core": "^7.11.6",
5959
"@babel/preset-env": "^7.12.1",
60-
"@jupyterlab/testutils": "^4.1.0-alpha.4",
60+
"@jupyterlab/testutils": "^4.1.0-beta.0",
6161
"@types/jest": "^29.2.5",
6262
"jest": "^29.3.1",
6363
"rimraf": "^3.0.2",

packages/console-extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
},
4040
"dependencies": {
4141
"@jupyter-notebook/application": "^7.1.0-alpha.1",
42-
"@jupyterlab/application": "^4.1.0-alpha.4",
43-
"@jupyterlab/console": "^4.1.0-alpha.4",
44-
"@jupyterlab/coreutils": "^6.1.0-alpha.4",
42+
"@jupyterlab/application": "^4.1.0-beta.0",
43+
"@jupyterlab/console": "^4.1.0-beta.0",
44+
"@jupyterlab/coreutils": "^6.1.0-beta.0",
4545
"@lumino/algorithm": "^2.0.1"
4646
},
4747
"devDependencies": {

packages/docmanager-extension/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
},
4040
"dependencies": {
4141
"@jupyter-notebook/application": "^7.1.0-alpha.1",
42-
"@jupyterlab/application": "^4.1.0-alpha.4",
43-
"@jupyterlab/coreutils": "^6.1.0-alpha.4",
44-
"@jupyterlab/docmanager": "^4.1.0-alpha.4",
45-
"@jupyterlab/docregistry": "^4.1.0-alpha.4",
46-
"@jupyterlab/services": "^7.1.0-alpha.4",
42+
"@jupyterlab/application": "^4.1.0-beta.0",
43+
"@jupyterlab/coreutils": "^6.1.0-beta.0",
44+
"@jupyterlab/docmanager": "^4.1.0-beta.0",
45+
"@jupyterlab/docregistry": "^4.1.0-beta.0",
46+
"@jupyterlab/services": "^7.1.0-beta.0",
4747
"@lumino/algorithm": "^2.0.1",
4848
"@lumino/signaling": "^2.1.2"
4949
},

packages/documentsearch-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
},
4040
"dependencies": {
4141
"@jupyter-notebook/application": "^7.1.0-alpha.1",
42-
"@jupyterlab/application": "^4.1.0-alpha.4",
43-
"@jupyterlab/documentsearch": "^4.1.0-alpha.4",
42+
"@jupyterlab/application": "^4.1.0-beta.0",
43+
"@jupyterlab/documentsearch": "^4.1.0-beta.0",
4444
"@lumino/widgets": "^2.3.1"
4545
},
4646
"devDependencies": {

packages/help-extension/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
},
4040
"dependencies": {
4141
"@jupyter-notebook/ui-components": "^7.1.0-alpha.1",
42-
"@jupyterlab/application": "^4.1.0-alpha.4",
43-
"@jupyterlab/apputils": "^4.2.0-alpha.4",
44-
"@jupyterlab/mainmenu": "^4.1.0-alpha.4",
45-
"@jupyterlab/translation": "^4.1.0-alpha.4",
42+
"@jupyterlab/application": "^4.1.0-beta.0",
43+
"@jupyterlab/apputils": "^4.2.0-beta.0",
44+
"@jupyterlab/mainmenu": "^4.1.0-beta.0",
45+
"@jupyterlab/translation": "^4.1.0-beta.0",
4646
"react": "^18.2.0",
4747
"react-dom": "^18.2.0"
4848
},

packages/lab-extension/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,18 @@
4444
},
4545
"dependencies": {
4646
"@jupyter-notebook/application": "^7.1.0-alpha.1",
47-
"@jupyterlab/application": "^4.1.0-alpha.4",
48-
"@jupyterlab/apputils": "^4.2.0-alpha.4",
49-
"@jupyterlab/coreutils": "^6.1.0-alpha.4",
50-
"@jupyterlab/docregistry": "^4.1.0-alpha.4",
51-
"@jupyterlab/notebook": "^4.1.0-alpha.4",
52-
"@jupyterlab/translation": "^4.1.0-alpha.4",
53-
"@jupyterlab/ui-components": "^4.1.0-alpha.4",
47+
"@jupyterlab/application": "^4.1.0-beta.0",
48+
"@jupyterlab/apputils": "^4.2.0-beta.0",
49+
"@jupyterlab/coreutils": "^6.1.0-beta.0",
50+
"@jupyterlab/docregistry": "^4.1.0-beta.0",
51+
"@jupyterlab/notebook": "^4.1.0-beta.0",
52+
"@jupyterlab/translation": "^4.1.0-beta.0",
53+
"@jupyterlab/ui-components": "^4.1.0-beta.0",
5454
"@lumino/commands": "^2.2.0",
5555
"@lumino/disposable": "^2.1.2"
5656
},
5757
"devDependencies": {
58-
"@jupyterlab/builder": "^4.1.0-alpha.4",
58+
"@jupyterlab/builder": "^4.1.0-beta.0",
5959
"rimraf": "^3.0.2",
6060
"typescript": "~5.0.2"
6161
},

packages/notebook-extension/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
},
4040
"dependencies": {
4141
"@jupyter-notebook/application": "^7.1.0-alpha.1",
42-
"@jupyterlab/application": "^4.1.0-alpha.4",
43-
"@jupyterlab/apputils": "^4.2.0-alpha.4",
44-
"@jupyterlab/cells": "^4.1.0-alpha.4",
45-
"@jupyterlab/docmanager": "^4.1.0-alpha.4",
46-
"@jupyterlab/notebook": "^4.1.0-alpha.4",
47-
"@jupyterlab/settingregistry": "^4.1.0-alpha.4",
48-
"@jupyterlab/translation": "^4.1.0-alpha.4",
42+
"@jupyterlab/application": "^4.1.0-beta.0",
43+
"@jupyterlab/apputils": "^4.2.0-beta.0",
44+
"@jupyterlab/cells": "^4.1.0-beta.0",
45+
"@jupyterlab/docmanager": "^4.1.0-beta.0",
46+
"@jupyterlab/notebook": "^4.1.0-beta.0",
47+
"@jupyterlab/settingregistry": "^4.1.0-beta.0",
48+
"@jupyterlab/translation": "^4.1.0-beta.0",
4949
"@lumino/polling": "^2.1.2",
5050
"@lumino/widgets": "^2.3.1",
5151
"react": "^18.2.0",

packages/notebook-extension/style/base.css

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ body[data-notebook='notebooks'] .jp-NotebookPanel-toolbar {
2323
padding-right: calc(calc(100% - var(--jp-notebook-max-width)) * 0.5);
2424
}
2525

26-
body[data-notebook='notebooks'] .jp-Notebook {
26+
body[data-notebook='notebooks'] .jp-WindowedPanel-outer {
2727
padding-top: unset;
2828
padding-left: calc(calc(100% - var(--jp-notebook-max-width)) * 0.5);
2929
padding-right: calc(
@@ -51,7 +51,7 @@ body[data-notebook='notebooks'] .jp-Notebook.jp-mod-scrollPastEnd::after {
5151

5252
/* Fix background colors */
5353

54-
body[data-notebook='notebooks'] .jp-Notebook > * {
54+
body[data-notebook='notebooks'] .jp-WindowedPanel-outer > * {
5555
background: var(--jp-layout-color0);
5656
}
5757

@@ -69,7 +69,7 @@ body[data-notebook='notebooks']
6969
padding-top: calc(2 * var(--jp-notebook-padding));
7070
}
7171

72-
body[data-notebook='notebooks'] .jp-WindowedPanel-window > *:last-child {
72+
body[data-notebook='notebooks'] .jp-WindowedPanel-viewport > *:last-child {
7373
padding-bottom: calc(2 * var(--jp-notebook-padding));
7474
}
7575

@@ -135,7 +135,7 @@ body[data-format='mobile'] .jp-NotebookCheckpoint {
135135
display: none;
136136
}
137137

138-
body[data-format='mobile'] .jp-Notebook > *:first-child {
138+
body[data-format='mobile'] .jp-WindowedPanel-outer > *:first-child {
139139
margin-top: 0;
140140
}
141141

@@ -145,13 +145,16 @@ body[data-format='mobile'] .jp-ToolbarButton .jp-DebuggerBugButton {
145145

146146
/* Virtual Notebook fixes */
147147

148-
body[data-notebook='notebooks'] .jp-WindowedPanel-window {
148+
body[data-notebook='notebooks'] .jp-WindowedPanel-viewport {
149149
background: var(--jp-layout-color0);
150+
padding: unset;
150151
}
151152

152153
/* Notebook box shadow */
153154

154-
body[data-notebook='notebooks'] .jp-Notebook > *:first-child:not(:last-child) {
155+
body[data-notebook='notebooks']
156+
.jp-WindowedPanel-outer
157+
> *:first-child:not(:last-child) {
155158
box-shadow: var(--jp-elevation-z4);
156159
}
157160

packages/terminal-extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
},
4040
"dependencies": {
4141
"@jupyter-notebook/application": "^7.1.0-alpha.1",
42-
"@jupyterlab/application": "^4.1.0-alpha.4",
43-
"@jupyterlab/coreutils": "^6.1.0-alpha.4",
44-
"@jupyterlab/terminal": "^4.1.0-alpha.4",
42+
"@jupyterlab/application": "^4.1.0-beta.0",
43+
"@jupyterlab/coreutils": "^6.1.0-beta.0",
44+
"@jupyterlab/terminal": "^4.1.0-beta.0",
4545
"@lumino/algorithm": "^2.0.1"
4646
},
4747
"devDependencies": {

0 commit comments

Comments
 (0)