Skip to content

Commit ef1f8db

Browse files
Update to JupyterLab 4.1.0a3 (#7161)
* Update to JupyterLab `4.1.0a3` * update rendermime-interfaces * Update `jupyterlab` Python dependency * Enable `showFullPath` by default * Update Playwright Snapshots * Update Playwright Snapshots * enable inline completer --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8086d6c commit ef1f8db

File tree

24 files changed

+1339
-1307
lines changed

24 files changed

+1339
-1307
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.0.2,<5" hatch
32+
python -m pip install -U "jupyterlab>=4.1.0a3,<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.0.2,<5" pip
82+
python -m pip install -U "jupyterlab>=4.1.0a3,<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
@@ -50,7 +50,7 @@ repos:
5050
files: "^notebook"
5151
stages: [manual]
5252
args: ["--install-types", "--non-interactive"]
53-
additional_dependencies: ["traitlets>=5.13", "tornado", "jupyter_server>=2.10", "jupyterlab_server>=2.25", "jupyterlab>=4.0"]
53+
additional_dependencies: ["traitlets>=5.13", "tornado", "jupyter_server>=2.10", "jupyterlab_server>=2.25", "jupyterlab>=4.1.0a3"]
5454

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

app/package.json

Lines changed: 124 additions & 121 deletions
Original file line numberDiff line numberDiff line change
@@ -24,81 +24,81 @@
2424
"@jupyter-notebook/tree-extension": "~7.1.0-alpha.0",
2525
"@jupyter-notebook/ui-components": "~7.1.0-alpha.0",
2626
"@jupyter/ydoc": "~1.1.1",
27-
"@jupyterlab/application": "~4.1.0-alpha.2",
28-
"@jupyterlab/application-extension": "~4.1.0-alpha.2",
29-
"@jupyterlab/apputils": "~4.2.0-alpha.2",
30-
"@jupyterlab/apputils-extension": "~4.1.0-alpha.2",
31-
"@jupyterlab/attachments": "~4.1.0-alpha.2",
32-
"@jupyterlab/cell-toolbar": "~4.1.0-alpha.2",
33-
"@jupyterlab/cell-toolbar-extension": "~4.1.0-alpha.2",
34-
"@jupyterlab/celltags-extension": "~4.1.0-alpha.2",
35-
"@jupyterlab/codeeditor": "~4.1.0-alpha.2",
36-
"@jupyterlab/codemirror": "~4.1.0-alpha.2",
37-
"@jupyterlab/codemirror-extension": "~4.1.0-alpha.2",
38-
"@jupyterlab/completer": "~4.1.0-alpha.2",
39-
"@jupyterlab/completer-extension": "~4.1.0-alpha.2",
40-
"@jupyterlab/console": "~4.1.0-alpha.2",
41-
"@jupyterlab/console-extension": "~4.1.0-alpha.2",
42-
"@jupyterlab/coreutils": "~6.1.0-alpha.2",
43-
"@jupyterlab/csvviewer-extension": "~4.1.0-alpha.2",
44-
"@jupyterlab/debugger": "~4.1.0-alpha.2",
45-
"@jupyterlab/debugger-extension": "~4.1.0-alpha.2",
46-
"@jupyterlab/docmanager": "~4.1.0-alpha.2",
47-
"@jupyterlab/docmanager-extension": "~4.1.0-alpha.2",
48-
"@jupyterlab/documentsearch": "~4.1.0-alpha.2",
49-
"@jupyterlab/documentsearch-extension": "~4.1.0-alpha.2",
50-
"@jupyterlab/extensionmanager": "~4.1.0-alpha.2",
51-
"@jupyterlab/extensionmanager-extension": "~4.1.0-alpha.2",
52-
"@jupyterlab/filebrowser": "~4.1.0-alpha.2",
53-
"@jupyterlab/filebrowser-extension": "~4.1.0-alpha.2",
54-
"@jupyterlab/fileeditor": "~4.1.0-alpha.2",
55-
"@jupyterlab/fileeditor-extension": "~4.1.0-alpha.2",
56-
"@jupyterlab/htmlviewer": "~4.1.0-alpha.2",
57-
"@jupyterlab/htmlviewer-extension": "~4.1.0-alpha.2",
58-
"@jupyterlab/hub-extension": "~4.1.0-alpha.2",
59-
"@jupyterlab/imageviewer": "~4.1.0-alpha.2",
60-
"@jupyterlab/imageviewer-extension": "~4.1.0-alpha.2",
61-
"@jupyterlab/javascript-extension": "~4.1.0-alpha.2",
62-
"@jupyterlab/json-extension": "~4.1.0-alpha.2",
63-
"@jupyterlab/lsp": "~4.1.0-alpha.2",
64-
"@jupyterlab/lsp-extension": "~4.1.0-alpha.2",
65-
"@jupyterlab/mainmenu": "~4.1.0-alpha.2",
66-
"@jupyterlab/mainmenu-extension": "~4.1.0-alpha.2",
67-
"@jupyterlab/markdownviewer": "~4.1.0-alpha.2",
68-
"@jupyterlab/markdownviewer-extension": "~4.1.0-alpha.2",
69-
"@jupyterlab/markedparser-extension": "~4.1.0-alpha.2",
70-
"@jupyterlab/mathjax-extension": "~4.1.0-alpha.2",
71-
"@jupyterlab/mermaid": "~4.1.0-alpha.2",
72-
"@jupyterlab/mermaid-extension": "~4.1.0-alpha.2",
73-
"@jupyterlab/metadataform": "~4.1.0-alpha.2",
74-
"@jupyterlab/metadataform-extension": "~4.1.0-alpha.2",
75-
"@jupyterlab/notebook": "~4.1.0-alpha.2",
76-
"@jupyterlab/notebook-extension": "~4.1.0-alpha.2",
77-
"@jupyterlab/observables": "~5.1.0-alpha.2",
78-
"@jupyterlab/outputarea": "~4.1.0-alpha.2",
79-
"@jupyterlab/pdf-extension": "~4.1.0-alpha.2",
80-
"@jupyterlab/rendermime": "~4.1.0-alpha.2",
81-
"@jupyterlab/rendermime-interfaces": "~3.8.3-alpha.1",
82-
"@jupyterlab/running-extension": "~4.1.0-alpha.2",
83-
"@jupyterlab/services": "~7.1.0-alpha.2",
84-
"@jupyterlab/settingeditor": "~4.1.0-alpha.2",
85-
"@jupyterlab/settingeditor-extension": "~4.1.0-alpha.2",
86-
"@jupyterlab/settingregistry": "~4.1.0-alpha.2",
87-
"@jupyterlab/shortcuts-extension": "~4.1.0-alpha.2",
88-
"@jupyterlab/statedb": "~4.1.0-alpha.2",
89-
"@jupyterlab/statusbar": "~4.1.0-alpha.2",
90-
"@jupyterlab/terminal": "~4.1.0-alpha.2",
91-
"@jupyterlab/terminal-extension": "~4.1.0-alpha.2",
92-
"@jupyterlab/theme-dark-extension": "~4.1.0-alpha.2",
93-
"@jupyterlab/theme-light-extension": "~4.1.0-alpha.2",
94-
"@jupyterlab/toc-extension": "~6.1.0-alpha.2",
95-
"@jupyterlab/tooltip": "~4.1.0-alpha.2",
96-
"@jupyterlab/tooltip-extension": "~4.1.0-alpha.2",
97-
"@jupyterlab/translation": "~4.1.0-alpha.2",
98-
"@jupyterlab/translation-extension": "~4.1.0-alpha.2",
99-
"@jupyterlab/ui-components": "~4.1.0-alpha.2",
100-
"@jupyterlab/ui-components-extension": "~4.1.0-alpha.2",
101-
"@jupyterlab/vega5-extension": "~4.1.0-alpha.2",
27+
"@jupyterlab/application": "~4.1.0-alpha.3",
28+
"@jupyterlab/application-extension": "~4.1.0-alpha.3",
29+
"@jupyterlab/apputils": "~4.2.0-alpha.3",
30+
"@jupyterlab/apputils-extension": "~4.1.0-alpha.3",
31+
"@jupyterlab/attachments": "~4.1.0-alpha.3",
32+
"@jupyterlab/cell-toolbar": "~4.1.0-alpha.3",
33+
"@jupyterlab/cell-toolbar-extension": "~4.1.0-alpha.3",
34+
"@jupyterlab/celltags-extension": "~4.1.0-alpha.3",
35+
"@jupyterlab/codeeditor": "~4.1.0-alpha.3",
36+
"@jupyterlab/codemirror": "~4.1.0-alpha.3",
37+
"@jupyterlab/codemirror-extension": "~4.1.0-alpha.3",
38+
"@jupyterlab/completer": "~4.1.0-alpha.3",
39+
"@jupyterlab/completer-extension": "~4.1.0-alpha.3",
40+
"@jupyterlab/console": "~4.1.0-alpha.3",
41+
"@jupyterlab/console-extension": "~4.1.0-alpha.3",
42+
"@jupyterlab/coreutils": "~6.1.0-alpha.3",
43+
"@jupyterlab/csvviewer-extension": "~4.1.0-alpha.3",
44+
"@jupyterlab/debugger": "~4.1.0-alpha.3",
45+
"@jupyterlab/debugger-extension": "~4.1.0-alpha.3",
46+
"@jupyterlab/docmanager": "~4.1.0-alpha.3",
47+
"@jupyterlab/docmanager-extension": "~4.1.0-alpha.3",
48+
"@jupyterlab/documentsearch": "~4.1.0-alpha.3",
49+
"@jupyterlab/documentsearch-extension": "~4.1.0-alpha.3",
50+
"@jupyterlab/extensionmanager": "~4.1.0-alpha.3",
51+
"@jupyterlab/extensionmanager-extension": "~4.1.0-alpha.3",
52+
"@jupyterlab/filebrowser": "~4.1.0-alpha.3",
53+
"@jupyterlab/filebrowser-extension": "~4.1.0-alpha.3",
54+
"@jupyterlab/fileeditor": "~4.1.0-alpha.3",
55+
"@jupyterlab/fileeditor-extension": "~4.1.0-alpha.3",
56+
"@jupyterlab/htmlviewer": "~4.1.0-alpha.3",
57+
"@jupyterlab/htmlviewer-extension": "~4.1.0-alpha.3",
58+
"@jupyterlab/hub-extension": "~4.1.0-alpha.3",
59+
"@jupyterlab/imageviewer": "~4.1.0-alpha.3",
60+
"@jupyterlab/imageviewer-extension": "~4.1.0-alpha.3",
61+
"@jupyterlab/javascript-extension": "~4.1.0-alpha.3",
62+
"@jupyterlab/json-extension": "~4.1.0-alpha.3",
63+
"@jupyterlab/lsp": "~4.1.0-alpha.3",
64+
"@jupyterlab/lsp-extension": "~4.1.0-alpha.3",
65+
"@jupyterlab/mainmenu": "~4.1.0-alpha.3",
66+
"@jupyterlab/mainmenu-extension": "~4.1.0-alpha.3",
67+
"@jupyterlab/markdownviewer": "~4.1.0-alpha.3",
68+
"@jupyterlab/markdownviewer-extension": "~4.1.0-alpha.3",
69+
"@jupyterlab/markedparser-extension": "~4.1.0-alpha.3",
70+
"@jupyterlab/mathjax-extension": "~4.1.0-alpha.3",
71+
"@jupyterlab/mermaid": "~4.1.0-alpha.3",
72+
"@jupyterlab/mermaid-extension": "~4.1.0-alpha.3",
73+
"@jupyterlab/metadataform": "~4.1.0-alpha.3",
74+
"@jupyterlab/metadataform-extension": "~4.1.0-alpha.3",
75+
"@jupyterlab/notebook": "~4.1.0-alpha.3",
76+
"@jupyterlab/notebook-extension": "~4.1.0-alpha.3",
77+
"@jupyterlab/observables": "~5.1.0-alpha.3",
78+
"@jupyterlab/outputarea": "~4.1.0-alpha.3",
79+
"@jupyterlab/pdf-extension": "~4.1.0-alpha.3",
80+
"@jupyterlab/rendermime": "~4.1.0-alpha.3",
81+
"@jupyterlab/rendermime-interfaces": "~3.9.0-alpha.2",
82+
"@jupyterlab/running-extension": "~4.1.0-alpha.3",
83+
"@jupyterlab/services": "~7.1.0-alpha.3",
84+
"@jupyterlab/settingeditor": "~4.1.0-alpha.3",
85+
"@jupyterlab/settingeditor-extension": "~4.1.0-alpha.3",
86+
"@jupyterlab/settingregistry": "~4.1.0-alpha.3",
87+
"@jupyterlab/shortcuts-extension": "~4.1.0-alpha.3",
88+
"@jupyterlab/statedb": "~4.1.0-alpha.3",
89+
"@jupyterlab/statusbar": "~4.1.0-alpha.3",
90+
"@jupyterlab/terminal": "~4.1.0-alpha.3",
91+
"@jupyterlab/terminal-extension": "~4.1.0-alpha.3",
92+
"@jupyterlab/theme-dark-extension": "~4.1.0-alpha.3",
93+
"@jupyterlab/theme-light-extension": "~4.1.0-alpha.3",
94+
"@jupyterlab/toc-extension": "~6.1.0-alpha.3",
95+
"@jupyterlab/tooltip": "~4.1.0-alpha.3",
96+
"@jupyterlab/tooltip-extension": "~4.1.0-alpha.3",
97+
"@jupyterlab/translation": "~4.1.0-alpha.3",
98+
"@jupyterlab/translation-extension": "~4.1.0-alpha.3",
99+
"@jupyterlab/ui-components": "~4.1.0-alpha.3",
100+
"@jupyterlab/ui-components-extension": "~4.1.0-alpha.3",
101+
"@jupyterlab/vega5-extension": "~4.1.0-alpha.3",
102102
"@lezer/common": "~1.1.0",
103103
"@lezer/highlight": "~1.1.6",
104104
"@lumino/algorithm": "~2.0.1",
@@ -129,57 +129,57 @@
129129
"@jupyter-notebook/tree": "^7.1.0-alpha.0",
130130
"@jupyter-notebook/tree-extension": "^7.1.0-alpha.0",
131131
"@jupyter-notebook/ui-components": "^7.1.0-alpha.0",
132-
"@jupyterlab/application-extension": "^4.1.0-alpha.2",
133-
"@jupyterlab/apputils-extension": "^4.1.0-alpha.2",
134-
"@jupyterlab/attachments": "^4.1.0-alpha.2",
135-
"@jupyterlab/cell-toolbar-extension": "^4.1.0-alpha.2",
136-
"@jupyterlab/celltags-extension": "^4.1.0-alpha.2",
137-
"@jupyterlab/codemirror": "^4.1.0-alpha.2",
138-
"@jupyterlab/codemirror-extension": "^4.1.0-alpha.2",
139-
"@jupyterlab/completer-extension": "^4.1.0-alpha.2",
140-
"@jupyterlab/console-extension": "^4.1.0-alpha.2",
141-
"@jupyterlab/coreutils": "^6.1.0-alpha.2",
142-
"@jupyterlab/csvviewer-extension": "^4.1.0-alpha.2",
143-
"@jupyterlab/debugger-extension": "^4.1.0-alpha.2",
144-
"@jupyterlab/docmanager-extension": "^4.1.0-alpha.2",
145-
"@jupyterlab/documentsearch-extension": "^4.1.0-alpha.2",
146-
"@jupyterlab/extensionmanager-extension": "^4.1.0-alpha.2",
147-
"@jupyterlab/filebrowser-extension": "^4.1.0-alpha.2",
148-
"@jupyterlab/fileeditor-extension": "^4.1.0-alpha.2",
149-
"@jupyterlab/htmlviewer-extension": "^4.1.0-alpha.2",
150-
"@jupyterlab/hub-extension": "^4.1.0-alpha.2",
151-
"@jupyterlab/imageviewer-extension": "^4.1.0-alpha.2",
152-
"@jupyterlab/javascript-extension": "^4.1.0-alpha.2",
153-
"@jupyterlab/json-extension": "^4.1.0-alpha.2",
154-
"@jupyterlab/lsp": "^4.1.0-alpha.2",
155-
"@jupyterlab/lsp-extension": "^4.1.0-alpha.2",
156-
"@jupyterlab/mainmenu-extension": "^4.1.0-alpha.2",
157-
"@jupyterlab/markdownviewer-extension": "^4.1.0-alpha.2",
158-
"@jupyterlab/markedparser-extension": "^4.1.0-alpha.2",
159-
"@jupyterlab/mathjax-extension": "^4.1.0-alpha.2",
160-
"@jupyterlab/mermaid-extension": "^4.1.0-alpha.2",
161-
"@jupyterlab/metadataform-extension": "^4.1.0-alpha.2",
162-
"@jupyterlab/notebook-extension": "^4.1.0-alpha.2",
163-
"@jupyterlab/pdf-extension": "^4.1.0-alpha.2",
164-
"@jupyterlab/running-extension": "^4.1.0-alpha.2",
165-
"@jupyterlab/settingeditor": "^4.1.0-alpha.2",
166-
"@jupyterlab/settingeditor-extension": "^4.1.0-alpha.2",
167-
"@jupyterlab/shortcuts-extension": "^4.1.0-alpha.2",
168-
"@jupyterlab/terminal-extension": "^4.1.0-alpha.2",
169-
"@jupyterlab/theme-dark-extension": "^4.1.0-alpha.2",
170-
"@jupyterlab/theme-light-extension": "^4.1.0-alpha.2",
171-
"@jupyterlab/toc-extension": "^6.1.0-alpha.2",
172-
"@jupyterlab/tooltip-extension": "^4.1.0-alpha.2",
173-
"@jupyterlab/translation-extension": "^4.1.0-alpha.2",
174-
"@jupyterlab/ui-components-extension": "^4.1.0-alpha.2",
175-
"@jupyterlab/vega5-extension": "^4.1.0-alpha.2",
132+
"@jupyterlab/application-extension": "^4.1.0-alpha.3",
133+
"@jupyterlab/apputils-extension": "^4.1.0-alpha.3",
134+
"@jupyterlab/attachments": "^4.1.0-alpha.3",
135+
"@jupyterlab/cell-toolbar-extension": "^4.1.0-alpha.3",
136+
"@jupyterlab/celltags-extension": "^4.1.0-alpha.3",
137+
"@jupyterlab/codemirror": "^4.1.0-alpha.3",
138+
"@jupyterlab/codemirror-extension": "^4.1.0-alpha.3",
139+
"@jupyterlab/completer-extension": "^4.1.0-alpha.3",
140+
"@jupyterlab/console-extension": "^4.1.0-alpha.3",
141+
"@jupyterlab/coreutils": "^6.1.0-alpha.3",
142+
"@jupyterlab/csvviewer-extension": "^4.1.0-alpha.3",
143+
"@jupyterlab/debugger-extension": "^4.1.0-alpha.3",
144+
"@jupyterlab/docmanager-extension": "^4.1.0-alpha.3",
145+
"@jupyterlab/documentsearch-extension": "^4.1.0-alpha.3",
146+
"@jupyterlab/extensionmanager-extension": "^4.1.0-alpha.3",
147+
"@jupyterlab/filebrowser-extension": "^4.1.0-alpha.3",
148+
"@jupyterlab/fileeditor-extension": "^4.1.0-alpha.3",
149+
"@jupyterlab/htmlviewer-extension": "^4.1.0-alpha.3",
150+
"@jupyterlab/hub-extension": "^4.1.0-alpha.3",
151+
"@jupyterlab/imageviewer-extension": "^4.1.0-alpha.3",
152+
"@jupyterlab/javascript-extension": "^4.1.0-alpha.3",
153+
"@jupyterlab/json-extension": "^4.1.0-alpha.3",
154+
"@jupyterlab/lsp": "^4.1.0-alpha.3",
155+
"@jupyterlab/lsp-extension": "^4.1.0-alpha.3",
156+
"@jupyterlab/mainmenu-extension": "^4.1.0-alpha.3",
157+
"@jupyterlab/markdownviewer-extension": "^4.1.0-alpha.3",
158+
"@jupyterlab/markedparser-extension": "^4.1.0-alpha.3",
159+
"@jupyterlab/mathjax-extension": "^4.1.0-alpha.3",
160+
"@jupyterlab/mermaid-extension": "^4.1.0-alpha.3",
161+
"@jupyterlab/metadataform-extension": "^4.1.0-alpha.3",
162+
"@jupyterlab/notebook-extension": "^4.1.0-alpha.3",
163+
"@jupyterlab/pdf-extension": "^4.1.0-alpha.3",
164+
"@jupyterlab/running-extension": "^4.1.0-alpha.3",
165+
"@jupyterlab/settingeditor": "^4.1.0-alpha.3",
166+
"@jupyterlab/settingeditor-extension": "^4.1.0-alpha.3",
167+
"@jupyterlab/shortcuts-extension": "^4.1.0-alpha.3",
168+
"@jupyterlab/terminal-extension": "^4.1.0-alpha.3",
169+
"@jupyterlab/theme-dark-extension": "^4.1.0-alpha.3",
170+
"@jupyterlab/theme-light-extension": "^4.1.0-alpha.3",
171+
"@jupyterlab/toc-extension": "^6.1.0-alpha.3",
172+
"@jupyterlab/tooltip-extension": "^4.1.0-alpha.3",
173+
"@jupyterlab/translation-extension": "^4.1.0-alpha.3",
174+
"@jupyterlab/ui-components-extension": "^4.1.0-alpha.3",
175+
"@jupyterlab/vega5-extension": "^4.1.0-alpha.3",
176176
"react": "^18.2.0",
177177
"react-dom": "^18.2.0",
178178
"yjs": "^13.5.40"
179179
},
180180
"devDependencies": {
181-
"@jupyterlab/builder": "^4.1.0-alpha.2",
182-
"@jupyterlab/buildutils": "^4.1.0-alpha.2",
181+
"@jupyterlab/builder": "^4.1.0-alpha.3",
182+
"@jupyterlab/buildutils": "^4.1.0-alpha.3",
183183
"@types/rimraf": "^3.0.2",
184184
"css-loader": "~5.0.1",
185185
"extra-watch-webpack-plugin": "^1.0.3",
@@ -237,6 +237,9 @@
237237
"@jupyterlab/codemirror-extension": true,
238238
"@jupyterlab/completer-extension": [
239239
"@jupyterlab/completer-extension:base-service",
240+
"@jupyterlab/completer-extension:inline-completer",
241+
"@jupyterlab/completer-extension:inline-completer-factory",
242+
"@jupyterlab/completer-extension:inline-history",
240243
"@jupyterlab/completer-extension:manager"
241244
],
242245
"@jupyterlab/console-extension": [

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.2",
32+
"@jupyterlab/buildutils": "^4.1.0-alpha.3",
3333
"commander": "^6.2.0",
3434
"fs-extra": "^9.1.0",
3535
"typescript": "~5.0.2"

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,12 @@
4444
"watch:lib": "lerna exec --stream --scope @jupyter-notebook/metapackage jlpm watch"
4545
},
4646
"resolutions": {
47-
"@jupyterlab/rendermime-interfaces": "3.8.3-alpha.1",
4847
"@types/react": "^18.0.26",
4948
"react": "^18.2.0",
5049
"yjs": "^13.5.40"
5150
},
5251
"devDependencies": {
53-
"@jupyterlab/buildutils": "^4.1.0-alpha.2",
52+
"@jupyterlab/buildutils": "^4.1.0-alpha.3",
5453
"@typescript-eslint/eslint-plugin": "^5.55.0",
5554
"@typescript-eslint/parser": "^5.55.0",
5655
"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.0",
4242
"@jupyter-notebook/ui-components": "^7.1.0-alpha.0",
43-
"@jupyterlab/application": "^4.1.0-alpha.2",
44-
"@jupyterlab/apputils": "^4.2.0-alpha.2",
45-
"@jupyterlab/codeeditor": "^4.1.0-alpha.2",
46-
"@jupyterlab/console": "^4.1.0-alpha.2",
47-
"@jupyterlab/coreutils": "^6.1.0-alpha.2",
48-
"@jupyterlab/docmanager": "^4.1.0-alpha.2",
49-
"@jupyterlab/docregistry": "^4.1.0-alpha.2",
50-
"@jupyterlab/mainmenu": "^4.1.0-alpha.2",
51-
"@jupyterlab/rendermime": "^4.1.0-alpha.2",
52-
"@jupyterlab/settingregistry": "^4.1.0-alpha.2",
53-
"@jupyterlab/translation": "^4.1.0-alpha.2",
43+
"@jupyterlab/application": "^4.1.0-alpha.3",
44+
"@jupyterlab/apputils": "^4.2.0-alpha.3",
45+
"@jupyterlab/codeeditor": "^4.1.0-alpha.3",
46+
"@jupyterlab/console": "^4.1.0-alpha.3",
47+
"@jupyterlab/coreutils": "^6.1.0-alpha.3",
48+
"@jupyterlab/docmanager": "^4.1.0-alpha.3",
49+
"@jupyterlab/docregistry": "^4.1.0-alpha.3",
50+
"@jupyterlab/mainmenu": "^4.1.0-alpha.3",
51+
"@jupyterlab/rendermime": "^4.1.0-alpha.3",
52+
"@jupyterlab/settingregistry": "^4.1.0-alpha.3",
53+
"@jupyterlab/translation": "^4.1.0-alpha.3",
5454
"@lumino/coreutils": "^2.1.2",
5555
"@lumino/disposable": "^2.1.2",
5656
"@lumino/widgets": "^2.3.1-alpha.0"

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.2",
46-
"@jupyterlab/coreutils": "^6.1.0-alpha.2",
47-
"@jupyterlab/docregistry": "^4.1.0-alpha.2",
48-
"@jupyterlab/rendermime-interfaces": "~3.8.3-alpha.1",
49-
"@jupyterlab/ui-components": "^4.1.0-alpha.2",
45+
"@jupyterlab/application": "^4.1.0-alpha.3",
46+
"@jupyterlab/coreutils": "^6.1.0-alpha.3",
47+
"@jupyterlab/docregistry": "^4.1.0-alpha.3",
48+
"@jupyterlab/rendermime-interfaces": "^3.9.0-alpha.2 ",
49+
"@jupyterlab/ui-components": "^4.1.0-alpha.3",
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.2",
60+
"@jupyterlab/testutils": "^4.1.0-alpha.3",
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.0",
42-
"@jupyterlab/application": "^4.1.0-alpha.2",
43-
"@jupyterlab/console": "^4.1.0-alpha.2",
44-
"@jupyterlab/coreutils": "^6.1.0-alpha.2",
42+
"@jupyterlab/application": "^4.1.0-alpha.3",
43+
"@jupyterlab/console": "^4.1.0-alpha.3",
44+
"@jupyterlab/coreutils": "^6.1.0-alpha.3",
4545
"@lumino/algorithm": "^2.0.1"
4646
},
4747
"devDependencies": {

0 commit comments

Comments
 (0)