Skip to content

Commit 22e29fc

Browse files
Update to JupyterLab v4.5.0a0 (#7650)
* Update to JupyterLab v4.5.0a0 * bump lab * update playwright * update snapshots * bump lumino --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b6dc5a2 commit 22e29fc

File tree

25 files changed

+2316
-1754
lines changed

25 files changed

+2316
-1754
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.3.2,<4.4" hatch
32+
python -m pip install -U "jupyterlab>=4.5.0a0,<4.6" 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.3.2,<4.4" pip
82+
python -m pip install -U "jupyterlab>=4.5.0a0,<4.6" 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
@@ -45,7 +45,7 @@ repos:
4545
files: "^notebook"
4646
stages: [manual]
4747
args: ["--install-types", "--non-interactive"]
48-
additional_dependencies: ["traitlets>=5.13", "tornado", "jupyter_server>=2.10", "jupyterlab_server>=2.25", "jupyterlab>=4.4.0rc0,<4.5"]
48+
additional_dependencies: ["traitlets>=5.13", "tornado", "jupyter_server>=2.10", "jupyterlab_server>=2.25", "jupyterlab>=4.5.0a0,<4.6"]
4949

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

app/package.json

Lines changed: 137 additions & 137 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"watch": "webpack --config ./webpack.config.watch.js"
1111
},
1212
"resolutions": {
13-
"@codemirror/state": "~6.5.0",
14-
"@codemirror/view": "~6.36.1",
13+
"@codemirror/state": "~6.5.2",
14+
"@codemirror/view": "~6.36.7",
1515
"@jupyter-notebook/application": "~7.4.0",
1616
"@jupyter-notebook/application-extension": "~7.4.0",
1717
"@jupyter-notebook/console-extension": "~7.4.0",
@@ -25,91 +25,91 @@
2525
"@jupyter-notebook/ui-components": "~7.4.0",
2626
"@jupyter/react-components": "~0.16.7",
2727
"@jupyter/web-components": "~0.16.7",
28-
"@jupyter/ydoc": "~3.0.0",
29-
"@jupyterlab/application": "~4.4.1",
30-
"@jupyterlab/application-extension": "~4.4.1",
31-
"@jupyterlab/apputils": "~4.5.1",
32-
"@jupyterlab/apputils-extension": "~4.4.1",
33-
"@jupyterlab/attachments": "~4.4.1",
34-
"@jupyterlab/cell-toolbar": "~4.4.1",
35-
"@jupyterlab/cell-toolbar-extension": "~4.4.1",
36-
"@jupyterlab/celltags-extension": "~4.4.1",
37-
"@jupyterlab/codeeditor": "~4.4.1",
38-
"@jupyterlab/codemirror": "~4.4.1",
39-
"@jupyterlab/codemirror-extension": "~4.4.1",
40-
"@jupyterlab/completer": "~4.4.1",
41-
"@jupyterlab/completer-extension": "~4.4.1",
42-
"@jupyterlab/console": "~4.4.1",
43-
"@jupyterlab/console-extension": "~4.4.1",
44-
"@jupyterlab/coreutils": "~6.4.1",
45-
"@jupyterlab/csvviewer-extension": "~4.4.1",
46-
"@jupyterlab/debugger": "~4.4.1",
47-
"@jupyterlab/debugger-extension": "~4.4.1",
48-
"@jupyterlab/docmanager": "~4.4.1",
49-
"@jupyterlab/docmanager-extension": "~4.4.1",
50-
"@jupyterlab/documentsearch": "~4.4.1",
51-
"@jupyterlab/documentsearch-extension": "~4.4.1",
52-
"@jupyterlab/extensionmanager": "~4.4.1",
53-
"@jupyterlab/extensionmanager-extension": "~4.4.1",
54-
"@jupyterlab/filebrowser": "~4.4.1",
55-
"@jupyterlab/filebrowser-extension": "~4.4.1",
56-
"@jupyterlab/fileeditor": "~4.4.1",
57-
"@jupyterlab/fileeditor-extension": "~4.4.1",
58-
"@jupyterlab/help-extension": "~4.4.1",
59-
"@jupyterlab/htmlviewer": "~4.4.1",
60-
"@jupyterlab/htmlviewer-extension": "~4.4.1",
61-
"@jupyterlab/hub-extension": "~4.4.1",
62-
"@jupyterlab/imageviewer": "~4.4.1",
63-
"@jupyterlab/imageviewer-extension": "~4.4.1",
64-
"@jupyterlab/javascript-extension": "~4.4.1",
65-
"@jupyterlab/json-extension": "~4.4.1",
66-
"@jupyterlab/logconsole-extension": "~4.4.1",
67-
"@jupyterlab/lsp": "~4.4.1",
68-
"@jupyterlab/lsp-extension": "~4.4.1",
69-
"@jupyterlab/mainmenu": "~4.4.1",
70-
"@jupyterlab/mainmenu-extension": "~4.4.1",
71-
"@jupyterlab/markdownviewer": "~4.4.1",
72-
"@jupyterlab/markdownviewer-extension": "~4.4.1",
73-
"@jupyterlab/markedparser-extension": "~4.4.1",
74-
"@jupyterlab/mathjax-extension": "~4.4.1",
75-
"@jupyterlab/mermaid": "~4.4.1",
76-
"@jupyterlab/mermaid-extension": "~4.4.1",
77-
"@jupyterlab/metadataform": "~4.4.1",
78-
"@jupyterlab/metadataform-extension": "~4.4.1",
79-
"@jupyterlab/notebook": "~4.4.1",
80-
"@jupyterlab/notebook-extension": "~4.4.1",
81-
"@jupyterlab/observables": "~5.4.1",
82-
"@jupyterlab/outputarea": "~4.4.1",
83-
"@jupyterlab/pdf-extension": "~4.4.1",
84-
"@jupyterlab/pluginmanager-extension": "~4.4.1",
85-
"@jupyterlab/rendermime": "~4.4.1",
86-
"@jupyterlab/rendermime-interfaces": "~3.12.1",
87-
"@jupyterlab/running-extension": "~4.4.1",
88-
"@jupyterlab/services": "~7.4.1",
89-
"@jupyterlab/services-extension": "~4.4.1",
90-
"@jupyterlab/settingeditor": "~4.4.1",
91-
"@jupyterlab/settingeditor-extension": "~4.4.1",
92-
"@jupyterlab/settingregistry": "~4.4.1",
93-
"@jupyterlab/shortcuts-extension": "~5.2.1",
94-
"@jupyterlab/statedb": "~4.4.1",
95-
"@jupyterlab/statusbar": "~4.4.1",
96-
"@jupyterlab/terminal": "~4.4.1",
97-
"@jupyterlab/terminal-extension": "~4.4.1",
98-
"@jupyterlab/theme-dark-extension": "~4.4.1",
99-
"@jupyterlab/theme-dark-high-contrast-extension": "~4.4.1",
100-
"@jupyterlab/theme-light-extension": "~4.4.1",
101-
"@jupyterlab/toc-extension": "~6.4.1",
102-
"@jupyterlab/tooltip": "~4.4.1",
103-
"@jupyterlab/tooltip-extension": "~4.4.1",
104-
"@jupyterlab/translation": "~4.4.1",
105-
"@jupyterlab/translation-extension": "~4.4.1",
106-
"@jupyterlab/ui-components": "~4.4.1",
107-
"@jupyterlab/ui-components-extension": "~4.4.1",
108-
"@jupyterlab/vega5-extension": "~4.4.1",
28+
"@jupyter/ydoc": "~3.0.4",
29+
"@jupyterlab/application": "~4.5.0-alpha.0",
30+
"@jupyterlab/application-extension": "~4.5.0-alpha.0",
31+
"@jupyterlab/apputils": "~4.6.0-alpha.0",
32+
"@jupyterlab/apputils-extension": "~4.5.0-alpha.0",
33+
"@jupyterlab/attachments": "~4.5.0-alpha.0",
34+
"@jupyterlab/cell-toolbar": "~4.5.0-alpha.0",
35+
"@jupyterlab/cell-toolbar-extension": "~4.5.0-alpha.0",
36+
"@jupyterlab/celltags-extension": "~4.5.0-alpha.0",
37+
"@jupyterlab/codeeditor": "~4.5.0-alpha.0",
38+
"@jupyterlab/codemirror": "~4.5.0-alpha.0",
39+
"@jupyterlab/codemirror-extension": "~4.5.0-alpha.0",
40+
"@jupyterlab/completer": "~4.5.0-alpha.0",
41+
"@jupyterlab/completer-extension": "~4.5.0-alpha.0",
42+
"@jupyterlab/console": "~4.5.0-alpha.0",
43+
"@jupyterlab/console-extension": "~4.5.0-alpha.0",
44+
"@jupyterlab/coreutils": "~6.5.0-alpha.0",
45+
"@jupyterlab/csvviewer-extension": "~4.5.0-alpha.0",
46+
"@jupyterlab/debugger": "~4.5.0-alpha.0",
47+
"@jupyterlab/debugger-extension": "~4.5.0-alpha.0",
48+
"@jupyterlab/docmanager": "~4.5.0-alpha.0",
49+
"@jupyterlab/docmanager-extension": "~4.5.0-alpha.0",
50+
"@jupyterlab/documentsearch": "~4.5.0-alpha.0",
51+
"@jupyterlab/documentsearch-extension": "~4.5.0-alpha.0",
52+
"@jupyterlab/extensionmanager": "~4.5.0-alpha.0",
53+
"@jupyterlab/extensionmanager-extension": "~4.5.0-alpha.0",
54+
"@jupyterlab/filebrowser": "~4.5.0-alpha.0",
55+
"@jupyterlab/filebrowser-extension": "~4.5.0-alpha.0",
56+
"@jupyterlab/fileeditor": "~4.5.0-alpha.0",
57+
"@jupyterlab/fileeditor-extension": "~4.5.0-alpha.0",
58+
"@jupyterlab/help-extension": "~4.5.0-alpha.0",
59+
"@jupyterlab/htmlviewer": "~4.5.0-alpha.0",
60+
"@jupyterlab/htmlviewer-extension": "~4.5.0-alpha.0",
61+
"@jupyterlab/hub-extension": "~4.5.0-alpha.0",
62+
"@jupyterlab/imageviewer": "~4.5.0-alpha.0",
63+
"@jupyterlab/imageviewer-extension": "~4.5.0-alpha.0",
64+
"@jupyterlab/javascript-extension": "~4.5.0-alpha.0",
65+
"@jupyterlab/json-extension": "~4.5.0-alpha.0",
66+
"@jupyterlab/logconsole-extension": "~4.5.0-alpha.0",
67+
"@jupyterlab/lsp": "~4.5.0-alpha.0",
68+
"@jupyterlab/lsp-extension": "~4.5.0-alpha.0",
69+
"@jupyterlab/mainmenu": "~4.5.0-alpha.0",
70+
"@jupyterlab/mainmenu-extension": "~4.5.0-alpha.0",
71+
"@jupyterlab/markdownviewer": "~4.5.0-alpha.0",
72+
"@jupyterlab/markdownviewer-extension": "~4.5.0-alpha.0",
73+
"@jupyterlab/markedparser-extension": "~4.5.0-alpha.0",
74+
"@jupyterlab/mathjax-extension": "~4.5.0-alpha.0",
75+
"@jupyterlab/mermaid": "~4.5.0-alpha.0",
76+
"@jupyterlab/mermaid-extension": "~4.5.0-alpha.0",
77+
"@jupyterlab/metadataform": "~4.5.0-alpha.0",
78+
"@jupyterlab/metadataform-extension": "~4.5.0-alpha.0",
79+
"@jupyterlab/notebook": "~4.5.0-alpha.0",
80+
"@jupyterlab/notebook-extension": "~4.5.0-alpha.0",
81+
"@jupyterlab/observables": "~5.5.0-alpha.0",
82+
"@jupyterlab/outputarea": "~4.5.0-alpha.0",
83+
"@jupyterlab/pdf-extension": "~4.5.0-alpha.0",
84+
"@jupyterlab/pluginmanager-extension": "~4.5.0-alpha.0",
85+
"@jupyterlab/rendermime": "~4.5.0-alpha.0",
86+
"@jupyterlab/rendermime-interfaces": "~3.13.0-alpha.0",
87+
"@jupyterlab/running-extension": "~4.5.0-alpha.0",
88+
"@jupyterlab/services": "~7.5.0-alpha.0",
89+
"@jupyterlab/services-extension": "~4.5.0-alpha.0",
90+
"@jupyterlab/settingeditor": "~4.5.0-alpha.0",
91+
"@jupyterlab/settingeditor-extension": "~4.5.0-alpha.0",
92+
"@jupyterlab/settingregistry": "~4.5.0-alpha.0",
93+
"@jupyterlab/shortcuts-extension": "~5.3.0-alpha.0",
94+
"@jupyterlab/statedb": "~4.5.0-alpha.0",
95+
"@jupyterlab/statusbar": "~4.5.0-alpha.0",
96+
"@jupyterlab/terminal": "~4.5.0-alpha.0",
97+
"@jupyterlab/terminal-extension": "~4.5.0-alpha.0",
98+
"@jupyterlab/theme-dark-extension": "~4.5.0-alpha.0",
99+
"@jupyterlab/theme-dark-high-contrast-extension": "~4.5.0-alpha.0",
100+
"@jupyterlab/theme-light-extension": "~4.5.0-alpha.0",
101+
"@jupyterlab/toc-extension": "~6.5.0-alpha.0",
102+
"@jupyterlab/tooltip": "~4.5.0-alpha.0",
103+
"@jupyterlab/tooltip-extension": "~4.5.0-alpha.0",
104+
"@jupyterlab/translation": "~4.5.0-alpha.0",
105+
"@jupyterlab/translation-extension": "~4.5.0-alpha.0",
106+
"@jupyterlab/ui-components": "~4.5.0-alpha.0",
107+
"@jupyterlab/ui-components-extension": "~4.5.0-alpha.0",
108+
"@jupyterlab/vega5-extension": "~4.5.0-alpha.0",
109109
"@lezer/common": "~1.2.1",
110110
"@lezer/highlight": "~1.2.0",
111111
"@lumino/algorithm": "~2.0.3",
112-
"@lumino/application": "~2.4.3",
112+
"@lumino/application": "~2.4.4",
113113
"@lumino/commands": "~2.3.2",
114114
"@lumino/coreutils": "~2.2.1",
115115
"@lumino/disposable": "~2.1.4",
@@ -119,7 +119,7 @@
119119
"@lumino/properties": "~2.0.3",
120120
"@lumino/signaling": "~2.1.4",
121121
"@lumino/virtualdom": "~2.0.3",
122-
"@lumino/widgets": "~2.7.0",
122+
"@lumino/widgets": "~2.7.1",
123123
"react": "~18.2.0",
124124
"react-dom": "~18.2.0",
125125
"yjs": "~13.6.8"
@@ -136,63 +136,63 @@
136136
"@jupyter-notebook/tree": "^7.4.0",
137137
"@jupyter-notebook/tree-extension": "^7.4.0",
138138
"@jupyter-notebook/ui-components": "^7.4.0",
139-
"@jupyterlab/application-extension": "~4.4.1",
140-
"@jupyterlab/apputils-extension": "~4.4.1",
141-
"@jupyterlab/attachments": "~4.4.1",
142-
"@jupyterlab/cell-toolbar-extension": "~4.4.1",
143-
"@jupyterlab/celltags-extension": "~4.4.1",
144-
"@jupyterlab/codemirror": "~4.4.1",
145-
"@jupyterlab/codemirror-extension": "~4.4.1",
146-
"@jupyterlab/completer-extension": "~4.4.1",
147-
"@jupyterlab/console-extension": "~4.4.1",
148-
"@jupyterlab/coreutils": "~6.4.1",
149-
"@jupyterlab/csvviewer-extension": "~4.4.1",
150-
"@jupyterlab/debugger-extension": "~4.4.1",
151-
"@jupyterlab/docmanager-extension": "~4.4.1",
152-
"@jupyterlab/documentsearch-extension": "~4.4.1",
153-
"@jupyterlab/extensionmanager-extension": "~4.4.1",
154-
"@jupyterlab/filebrowser-extension": "~4.4.1",
155-
"@jupyterlab/fileeditor-extension": "~4.4.1",
156-
"@jupyterlab/help-extension": "~4.4.1",
157-
"@jupyterlab/htmlviewer-extension": "~4.4.1",
158-
"@jupyterlab/hub-extension": "~4.4.1",
159-
"@jupyterlab/imageviewer-extension": "~4.4.1",
160-
"@jupyterlab/javascript-extension": "~4.4.1",
161-
"@jupyterlab/json-extension": "~4.4.1",
162-
"@jupyterlab/logconsole-extension": "~4.4.1",
163-
"@jupyterlab/lsp": "~4.4.1",
164-
"@jupyterlab/lsp-extension": "~4.4.1",
165-
"@jupyterlab/mainmenu-extension": "~4.4.1",
166-
"@jupyterlab/markdownviewer-extension": "~4.4.1",
167-
"@jupyterlab/markedparser-extension": "~4.4.1",
168-
"@jupyterlab/mathjax-extension": "~4.4.1",
169-
"@jupyterlab/mermaid-extension": "~4.4.1",
170-
"@jupyterlab/metadataform-extension": "~4.4.1",
171-
"@jupyterlab/notebook-extension": "~4.4.1",
172-
"@jupyterlab/pdf-extension": "~4.4.1",
173-
"@jupyterlab/pluginmanager-extension": "~4.4.1",
174-
"@jupyterlab/running-extension": "~4.4.1",
175-
"@jupyterlab/services-extension": "~4.4.1",
176-
"@jupyterlab/settingeditor": "~4.4.1",
177-
"@jupyterlab/settingeditor-extension": "~4.4.1",
178-
"@jupyterlab/shortcuts-extension": "~5.2.1",
179-
"@jupyterlab/terminal-extension": "~4.4.1",
180-
"@jupyterlab/theme-dark-extension": "~4.4.1",
181-
"@jupyterlab/theme-dark-high-contrast-extension": "~4.4.1",
182-
"@jupyterlab/theme-light-extension": "~4.4.1",
183-
"@jupyterlab/toc-extension": "~6.4.1",
184-
"@jupyterlab/tooltip-extension": "~4.4.1",
185-
"@jupyterlab/translation-extension": "~4.4.1",
186-
"@jupyterlab/ui-components-extension": "~4.4.1",
187-
"@jupyterlab/vega5-extension": "~4.4.1",
188-
"@lumino/coreutils": "~2.2.0",
139+
"@jupyterlab/application-extension": "~4.5.0-alpha.0",
140+
"@jupyterlab/apputils-extension": "~4.5.0-alpha.0",
141+
"@jupyterlab/attachments": "~4.5.0-alpha.0",
142+
"@jupyterlab/cell-toolbar-extension": "~4.5.0-alpha.0",
143+
"@jupyterlab/celltags-extension": "~4.5.0-alpha.0",
144+
"@jupyterlab/codemirror": "~4.5.0-alpha.0",
145+
"@jupyterlab/codemirror-extension": "~4.5.0-alpha.0",
146+
"@jupyterlab/completer-extension": "~4.5.0-alpha.0",
147+
"@jupyterlab/console-extension": "~4.5.0-alpha.0",
148+
"@jupyterlab/coreutils": "~6.5.0-alpha.0",
149+
"@jupyterlab/csvviewer-extension": "~4.5.0-alpha.0",
150+
"@jupyterlab/debugger-extension": "~4.5.0-alpha.0",
151+
"@jupyterlab/docmanager-extension": "~4.5.0-alpha.0",
152+
"@jupyterlab/documentsearch-extension": "~4.5.0-alpha.0",
153+
"@jupyterlab/extensionmanager-extension": "~4.5.0-alpha.0",
154+
"@jupyterlab/filebrowser-extension": "~4.5.0-alpha.0",
155+
"@jupyterlab/fileeditor-extension": "~4.5.0-alpha.0",
156+
"@jupyterlab/help-extension": "~4.5.0-alpha.0",
157+
"@jupyterlab/htmlviewer-extension": "~4.5.0-alpha.0",
158+
"@jupyterlab/hub-extension": "~4.5.0-alpha.0",
159+
"@jupyterlab/imageviewer-extension": "~4.5.0-alpha.0",
160+
"@jupyterlab/javascript-extension": "~4.5.0-alpha.0",
161+
"@jupyterlab/json-extension": "~4.5.0-alpha.0",
162+
"@jupyterlab/logconsole-extension": "~4.5.0-alpha.0",
163+
"@jupyterlab/lsp": "~4.5.0-alpha.0",
164+
"@jupyterlab/lsp-extension": "~4.5.0-alpha.0",
165+
"@jupyterlab/mainmenu-extension": "~4.5.0-alpha.0",
166+
"@jupyterlab/markdownviewer-extension": "~4.5.0-alpha.0",
167+
"@jupyterlab/markedparser-extension": "~4.5.0-alpha.0",
168+
"@jupyterlab/mathjax-extension": "~4.5.0-alpha.0",
169+
"@jupyterlab/mermaid-extension": "~4.5.0-alpha.0",
170+
"@jupyterlab/metadataform-extension": "~4.5.0-alpha.0",
171+
"@jupyterlab/notebook-extension": "~4.5.0-alpha.0",
172+
"@jupyterlab/pdf-extension": "~4.5.0-alpha.0",
173+
"@jupyterlab/pluginmanager-extension": "~4.5.0-alpha.0",
174+
"@jupyterlab/running-extension": "~4.5.0-alpha.0",
175+
"@jupyterlab/services-extension": "~4.5.0-alpha.0",
176+
"@jupyterlab/settingeditor": "~4.5.0-alpha.0",
177+
"@jupyterlab/settingeditor-extension": "~4.5.0-alpha.0",
178+
"@jupyterlab/shortcuts-extension": "~5.3.0-alpha.0",
179+
"@jupyterlab/terminal-extension": "~4.5.0-alpha.0",
180+
"@jupyterlab/theme-dark-extension": "~4.5.0-alpha.0",
181+
"@jupyterlab/theme-dark-high-contrast-extension": "~4.5.0-alpha.0",
182+
"@jupyterlab/theme-light-extension": "~4.5.0-alpha.0",
183+
"@jupyterlab/toc-extension": "~6.5.0-alpha.0",
184+
"@jupyterlab/tooltip-extension": "~4.5.0-alpha.0",
185+
"@jupyterlab/translation-extension": "~4.5.0-alpha.0",
186+
"@jupyterlab/ui-components-extension": "~4.5.0-alpha.0",
187+
"@jupyterlab/vega5-extension": "~4.5.0-alpha.0",
188+
"@lumino/coreutils": "~2.2.1",
189189
"react": "^18.2.0",
190190
"react-dom": "^18.2.0",
191191
"yjs": "^13.5.40"
192192
},
193193
"devDependencies": {
194-
"@jupyterlab/builder": "~4.4.1",
195-
"@jupyterlab/buildutils": "~4.4.1",
194+
"@jupyterlab/builder": "~4.5.0-alpha.0",
195+
"@jupyterlab/buildutils": "~4.5.0-alpha.0",
196196
"@types/rimraf": "^3.0.2",
197197
"css-loader": "~5.0.1",
198198
"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.4.1",
32+
"@jupyterlab/buildutils": "~4.5.0-alpha.0",
3333
"commander": "^6.2.0",
3434
"fs-extra": "^9.1.0",
3535
"semver": "^7.6.3",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"yjs": "^13.5.40"
5252
},
5353
"devDependencies": {
54-
"@jupyterlab/buildutils": "~4.4.1",
54+
"@jupyterlab/buildutils": "~4.5.0-alpha.0",
5555
"@typescript-eslint/eslint-plugin": "^5.55.0",
5656
"@typescript-eslint/parser": "^5.55.0",
5757
"eslint": "^8.36.0",

packages/application-extension/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@
4040
"dependencies": {
4141
"@jupyter-notebook/application": "^7.4.0",
4242
"@jupyter-notebook/ui-components": "^7.4.0",
43-
"@jupyterlab/application": "~4.4.1",
44-
"@jupyterlab/apputils": "~4.5.1",
45-
"@jupyterlab/codeeditor": "~4.4.1",
46-
"@jupyterlab/console": "~4.4.1",
47-
"@jupyterlab/coreutils": "~6.4.1",
48-
"@jupyterlab/docmanager": "~4.4.1",
49-
"@jupyterlab/docregistry": "~4.4.1",
50-
"@jupyterlab/mainmenu": "~4.4.1",
51-
"@jupyterlab/rendermime": "~4.4.1",
52-
"@jupyterlab/settingregistry": "~4.4.1",
53-
"@jupyterlab/translation": "~4.4.1",
54-
"@lumino/coreutils": "^2.2.0",
55-
"@lumino/disposable": "^2.1.3",
56-
"@lumino/widgets": "^2.5.0"
43+
"@jupyterlab/application": "~4.5.0-alpha.0",
44+
"@jupyterlab/apputils": "~4.6.0-alpha.0",
45+
"@jupyterlab/codeeditor": "~4.5.0-alpha.0",
46+
"@jupyterlab/console": "~4.5.0-alpha.0",
47+
"@jupyterlab/coreutils": "~6.5.0-alpha.0",
48+
"@jupyterlab/docmanager": "~4.5.0-alpha.0",
49+
"@jupyterlab/docregistry": "~4.5.0-alpha.0",
50+
"@jupyterlab/mainmenu": "~4.5.0-alpha.0",
51+
"@jupyterlab/rendermime": "~4.5.0-alpha.0",
52+
"@jupyterlab/settingregistry": "~4.5.0-alpha.0",
53+
"@jupyterlab/translation": "~4.5.0-alpha.0",
54+
"@lumino/coreutils": "^2.2.1",
55+
"@lumino/disposable": "^2.1.4",
56+
"@lumino/widgets": "^2.7.1"
5757
},
5858
"devDependencies": {
5959
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)