Skip to content

Commit 4824319

Browse files
Update to JupyterLab v4.4.0b0 (#7591)
* Update to JupyterLab v4.4.0b0 * update playwright * Update to TypeScript 5.5 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2c66ed3 commit 4824319

File tree

21 files changed

+1802
-1793
lines changed

21 files changed

+1802
-1793
lines changed

.pre-commit-config.yaml

+1-1
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.4.0a3,<4.5"]
47+
additional_dependencies: ["traitlets>=5.13", "tornado", "jupyter_server>=2.10", "jupyterlab_server>=2.25", "jupyterlab>=4.4.0b0,<4.5"]
4848

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

app/package.json

+127-127
Original file line numberDiff line numberDiff line change
@@ -26,84 +26,84 @@
2626
"@jupyter/react-components": "~0.16.7",
2727
"@jupyter/web-components": "~0.16.7",
2828
"@jupyter/ydoc": "~3.0.0",
29-
"@jupyterlab/application": "~4.4.0-alpha.3",
30-
"@jupyterlab/application-extension": "~4.4.0-alpha.3",
31-
"@jupyterlab/apputils": "~4.5.0-alpha.3",
32-
"@jupyterlab/apputils-extension": "~4.4.0-alpha.3",
33-
"@jupyterlab/attachments": "~4.4.0-alpha.3",
34-
"@jupyterlab/cell-toolbar": "~4.4.0-alpha.3",
35-
"@jupyterlab/cell-toolbar-extension": "~4.4.0-alpha.3",
36-
"@jupyterlab/celltags-extension": "~4.4.0-alpha.3",
37-
"@jupyterlab/codeeditor": "~4.4.0-alpha.3",
38-
"@jupyterlab/codemirror": "~4.4.0-alpha.3",
39-
"@jupyterlab/codemirror-extension": "~4.4.0-alpha.3",
40-
"@jupyterlab/completer": "~4.4.0-alpha.3",
41-
"@jupyterlab/completer-extension": "~4.4.0-alpha.3",
42-
"@jupyterlab/console": "~4.4.0-alpha.3",
43-
"@jupyterlab/console-extension": "~4.4.0-alpha.3",
44-
"@jupyterlab/coreutils": "~6.4.0-alpha.3",
45-
"@jupyterlab/csvviewer-extension": "~4.4.0-alpha.3",
46-
"@jupyterlab/debugger": "~4.4.0-alpha.3",
47-
"@jupyterlab/debugger-extension": "~4.4.0-alpha.3",
48-
"@jupyterlab/docmanager": "~4.4.0-alpha.3",
49-
"@jupyterlab/docmanager-extension": "~4.4.0-alpha.3",
50-
"@jupyterlab/documentsearch": "~4.4.0-alpha.3",
51-
"@jupyterlab/documentsearch-extension": "~4.4.0-alpha.3",
52-
"@jupyterlab/extensionmanager": "~4.4.0-alpha.3",
53-
"@jupyterlab/extensionmanager-extension": "~4.4.0-alpha.3",
54-
"@jupyterlab/filebrowser": "~4.4.0-alpha.3",
55-
"@jupyterlab/filebrowser-extension": "~4.4.0-alpha.3",
56-
"@jupyterlab/fileeditor": "~4.4.0-alpha.3",
57-
"@jupyterlab/fileeditor-extension": "~4.4.0-alpha.3",
58-
"@jupyterlab/help-extension": "~4.4.0-alpha.3",
59-
"@jupyterlab/htmlviewer": "~4.4.0-alpha.3",
60-
"@jupyterlab/htmlviewer-extension": "~4.4.0-alpha.3",
61-
"@jupyterlab/hub-extension": "~4.4.0-alpha.3",
62-
"@jupyterlab/imageviewer": "~4.4.0-alpha.3",
63-
"@jupyterlab/imageviewer-extension": "~4.4.0-alpha.3",
64-
"@jupyterlab/javascript-extension": "~4.4.0-alpha.3",
65-
"@jupyterlab/json-extension": "~4.4.0-alpha.3",
66-
"@jupyterlab/lsp": "~4.4.0-alpha.3",
67-
"@jupyterlab/lsp-extension": "~4.4.0-alpha.3",
68-
"@jupyterlab/mainmenu": "~4.4.0-alpha.3",
69-
"@jupyterlab/mainmenu-extension": "~4.4.0-alpha.3",
70-
"@jupyterlab/markdownviewer": "~4.4.0-alpha.3",
71-
"@jupyterlab/markdownviewer-extension": "~4.4.0-alpha.3",
72-
"@jupyterlab/markedparser-extension": "~4.4.0-alpha.3",
73-
"@jupyterlab/mathjax-extension": "~4.4.0-alpha.3",
74-
"@jupyterlab/mermaid": "~4.4.0-alpha.3",
75-
"@jupyterlab/mermaid-extension": "~4.4.0-alpha.3",
76-
"@jupyterlab/metadataform": "~4.4.0-alpha.3",
77-
"@jupyterlab/metadataform-extension": "~4.4.0-alpha.3",
78-
"@jupyterlab/notebook": "~4.4.0-alpha.3",
79-
"@jupyterlab/notebook-extension": "~4.4.0-alpha.3",
80-
"@jupyterlab/observables": "~5.4.0-alpha.3",
81-
"@jupyterlab/outputarea": "~4.4.0-alpha.3",
82-
"@jupyterlab/pdf-extension": "~4.4.0-alpha.3",
83-
"@jupyterlab/pluginmanager-extension": "~4.4.0-alpha.3",
84-
"@jupyterlab/rendermime": "~4.4.0-alpha.3",
85-
"@jupyterlab/rendermime-interfaces": "~3.12.0-alpha.3",
86-
"@jupyterlab/running-extension": "~4.4.0-alpha.3",
87-
"@jupyterlab/services": "~7.4.0-alpha.3",
88-
"@jupyterlab/settingeditor": "~4.4.0-alpha.3",
89-
"@jupyterlab/settingeditor-extension": "~4.4.0-alpha.3",
90-
"@jupyterlab/settingregistry": "~4.4.0-alpha.3",
91-
"@jupyterlab/shortcuts-extension": "~5.2.0-alpha.3",
92-
"@jupyterlab/statedb": "~4.4.0-alpha.3",
93-
"@jupyterlab/statusbar": "~4.4.0-alpha.3",
94-
"@jupyterlab/terminal": "~4.4.0-alpha.3",
95-
"@jupyterlab/terminal-extension": "~4.4.0-alpha.3",
96-
"@jupyterlab/theme-dark-extension": "~4.4.0-alpha.3",
97-
"@jupyterlab/theme-dark-high-contrast-extension": "~4.4.0-alpha.3",
98-
"@jupyterlab/theme-light-extension": "~4.4.0-alpha.3",
99-
"@jupyterlab/toc-extension": "~6.4.0-alpha.3",
100-
"@jupyterlab/tooltip": "~4.4.0-alpha.3",
101-
"@jupyterlab/tooltip-extension": "~4.4.0-alpha.3",
102-
"@jupyterlab/translation": "~4.4.0-alpha.3",
103-
"@jupyterlab/translation-extension": "~4.4.0-alpha.3",
104-
"@jupyterlab/ui-components": "~4.4.0-alpha.3",
105-
"@jupyterlab/ui-components-extension": "~4.4.0-alpha.3",
106-
"@jupyterlab/vega5-extension": "~4.4.0-alpha.3",
29+
"@jupyterlab/application": "~4.4.0-beta.0",
30+
"@jupyterlab/application-extension": "~4.4.0-beta.0",
31+
"@jupyterlab/apputils": "~4.5.0-beta.0",
32+
"@jupyterlab/apputils-extension": "~4.4.0-beta.0",
33+
"@jupyterlab/attachments": "~4.4.0-beta.0",
34+
"@jupyterlab/cell-toolbar": "~4.4.0-beta.0",
35+
"@jupyterlab/cell-toolbar-extension": "~4.4.0-beta.0",
36+
"@jupyterlab/celltags-extension": "~4.4.0-beta.0",
37+
"@jupyterlab/codeeditor": "~4.4.0-beta.0",
38+
"@jupyterlab/codemirror": "~4.4.0-beta.0",
39+
"@jupyterlab/codemirror-extension": "~4.4.0-beta.0",
40+
"@jupyterlab/completer": "~4.4.0-beta.0",
41+
"@jupyterlab/completer-extension": "~4.4.0-beta.0",
42+
"@jupyterlab/console": "~4.4.0-beta.0",
43+
"@jupyterlab/console-extension": "~4.4.0-beta.0",
44+
"@jupyterlab/coreutils": "~6.4.0-beta.0",
45+
"@jupyterlab/csvviewer-extension": "~4.4.0-beta.0",
46+
"@jupyterlab/debugger": "~4.4.0-beta.0",
47+
"@jupyterlab/debugger-extension": "~4.4.0-beta.0",
48+
"@jupyterlab/docmanager": "~4.4.0-beta.0",
49+
"@jupyterlab/docmanager-extension": "~4.4.0-beta.0",
50+
"@jupyterlab/documentsearch": "~4.4.0-beta.0",
51+
"@jupyterlab/documentsearch-extension": "~4.4.0-beta.0",
52+
"@jupyterlab/extensionmanager": "~4.4.0-beta.0",
53+
"@jupyterlab/extensionmanager-extension": "~4.4.0-beta.0",
54+
"@jupyterlab/filebrowser": "~4.4.0-beta.0",
55+
"@jupyterlab/filebrowser-extension": "~4.4.0-beta.0",
56+
"@jupyterlab/fileeditor": "~4.4.0-beta.0",
57+
"@jupyterlab/fileeditor-extension": "~4.4.0-beta.0",
58+
"@jupyterlab/help-extension": "~4.4.0-beta.0",
59+
"@jupyterlab/htmlviewer": "~4.4.0-beta.0",
60+
"@jupyterlab/htmlviewer-extension": "~4.4.0-beta.0",
61+
"@jupyterlab/hub-extension": "~4.4.0-beta.0",
62+
"@jupyterlab/imageviewer": "~4.4.0-beta.0",
63+
"@jupyterlab/imageviewer-extension": "~4.4.0-beta.0",
64+
"@jupyterlab/javascript-extension": "~4.4.0-beta.0",
65+
"@jupyterlab/json-extension": "~4.4.0-beta.0",
66+
"@jupyterlab/lsp": "~4.4.0-beta.0",
67+
"@jupyterlab/lsp-extension": "~4.4.0-beta.0",
68+
"@jupyterlab/mainmenu": "~4.4.0-beta.0",
69+
"@jupyterlab/mainmenu-extension": "~4.4.0-beta.0",
70+
"@jupyterlab/markdownviewer": "~4.4.0-beta.0",
71+
"@jupyterlab/markdownviewer-extension": "~4.4.0-beta.0",
72+
"@jupyterlab/markedparser-extension": "~4.4.0-beta.0",
73+
"@jupyterlab/mathjax-extension": "~4.4.0-beta.0",
74+
"@jupyterlab/mermaid": "~4.4.0-beta.0",
75+
"@jupyterlab/mermaid-extension": "~4.4.0-beta.0",
76+
"@jupyterlab/metadataform": "~4.4.0-beta.0",
77+
"@jupyterlab/metadataform-extension": "~4.4.0-beta.0",
78+
"@jupyterlab/notebook": "~4.4.0-beta.0",
79+
"@jupyterlab/notebook-extension": "~4.4.0-beta.0",
80+
"@jupyterlab/observables": "~5.4.0-beta.0",
81+
"@jupyterlab/outputarea": "~4.4.0-beta.0",
82+
"@jupyterlab/pdf-extension": "~4.4.0-beta.0",
83+
"@jupyterlab/pluginmanager-extension": "~4.4.0-beta.0",
84+
"@jupyterlab/rendermime": "~4.4.0-beta.0",
85+
"@jupyterlab/rendermime-interfaces": "~3.12.0-beta.0",
86+
"@jupyterlab/running-extension": "~4.4.0-beta.0",
87+
"@jupyterlab/services": "~7.4.0-beta.0",
88+
"@jupyterlab/settingeditor": "~4.4.0-beta.0",
89+
"@jupyterlab/settingeditor-extension": "~4.4.0-beta.0",
90+
"@jupyterlab/settingregistry": "~4.4.0-beta.0",
91+
"@jupyterlab/shortcuts-extension": "~5.2.0-beta.0",
92+
"@jupyterlab/statedb": "~4.4.0-beta.0",
93+
"@jupyterlab/statusbar": "~4.4.0-beta.0",
94+
"@jupyterlab/terminal": "~4.4.0-beta.0",
95+
"@jupyterlab/terminal-extension": "~4.4.0-beta.0",
96+
"@jupyterlab/theme-dark-extension": "~4.4.0-beta.0",
97+
"@jupyterlab/theme-dark-high-contrast-extension": "~4.4.0-beta.0",
98+
"@jupyterlab/theme-light-extension": "~4.4.0-beta.0",
99+
"@jupyterlab/toc-extension": "~6.4.0-beta.0",
100+
"@jupyterlab/tooltip": "~4.4.0-beta.0",
101+
"@jupyterlab/tooltip-extension": "~4.4.0-beta.0",
102+
"@jupyterlab/translation": "~4.4.0-beta.0",
103+
"@jupyterlab/translation-extension": "~4.4.0-beta.0",
104+
"@jupyterlab/ui-components": "~4.4.0-beta.0",
105+
"@jupyterlab/ui-components-extension": "~4.4.0-beta.0",
106+
"@jupyterlab/vega5-extension": "~4.4.0-beta.0",
107107
"@lezer/common": "~1.2.1",
108108
"@lezer/highlight": "~1.2.0",
109109
"@lumino/algorithm": "~2.0.2",
@@ -134,60 +134,60 @@
134134
"@jupyter-notebook/tree": "^7.4.0-alpha.3",
135135
"@jupyter-notebook/tree-extension": "^7.4.0-alpha.3",
136136
"@jupyter-notebook/ui-components": "^7.4.0-alpha.3",
137-
"@jupyterlab/application-extension": "~4.4.0-alpha.3",
138-
"@jupyterlab/apputils-extension": "~4.4.0-alpha.3",
139-
"@jupyterlab/attachments": "~4.4.0-alpha.3",
140-
"@jupyterlab/cell-toolbar-extension": "~4.4.0-alpha.3",
141-
"@jupyterlab/celltags-extension": "~4.4.0-alpha.3",
142-
"@jupyterlab/codemirror": "~4.4.0-alpha.3",
143-
"@jupyterlab/codemirror-extension": "~4.4.0-alpha.3",
144-
"@jupyterlab/completer-extension": "~4.4.0-alpha.3",
145-
"@jupyterlab/console-extension": "~4.4.0-alpha.3",
146-
"@jupyterlab/coreutils": "~6.4.0-alpha.3",
147-
"@jupyterlab/csvviewer-extension": "~4.4.0-alpha.3",
148-
"@jupyterlab/debugger-extension": "~4.4.0-alpha.3",
149-
"@jupyterlab/docmanager-extension": "~4.4.0-alpha.3",
150-
"@jupyterlab/documentsearch-extension": "~4.4.0-alpha.3",
151-
"@jupyterlab/extensionmanager-extension": "~4.4.0-alpha.3",
152-
"@jupyterlab/filebrowser-extension": "~4.4.0-alpha.3",
153-
"@jupyterlab/fileeditor-extension": "~4.4.0-alpha.3",
154-
"@jupyterlab/help-extension": "~4.4.0-alpha.3",
155-
"@jupyterlab/htmlviewer-extension": "~4.4.0-alpha.3",
156-
"@jupyterlab/hub-extension": "~4.4.0-alpha.3",
157-
"@jupyterlab/imageviewer-extension": "~4.4.0-alpha.3",
158-
"@jupyterlab/javascript-extension": "~4.4.0-alpha.3",
159-
"@jupyterlab/json-extension": "~4.4.0-alpha.3",
160-
"@jupyterlab/lsp": "~4.4.0-alpha.3",
161-
"@jupyterlab/lsp-extension": "~4.4.0-alpha.3",
162-
"@jupyterlab/mainmenu-extension": "~4.4.0-alpha.3",
163-
"@jupyterlab/markdownviewer-extension": "~4.4.0-alpha.3",
164-
"@jupyterlab/markedparser-extension": "~4.4.0-alpha.3",
165-
"@jupyterlab/mathjax-extension": "~4.4.0-alpha.3",
166-
"@jupyterlab/mermaid-extension": "~4.4.0-alpha.3",
167-
"@jupyterlab/metadataform-extension": "~4.4.0-alpha.3",
168-
"@jupyterlab/notebook-extension": "~4.4.0-alpha.3",
169-
"@jupyterlab/pdf-extension": "~4.4.0-alpha.3",
170-
"@jupyterlab/pluginmanager-extension": "~4.4.0-alpha.3",
171-
"@jupyterlab/running-extension": "~4.4.0-alpha.3",
172-
"@jupyterlab/settingeditor": "~4.4.0-alpha.3",
173-
"@jupyterlab/settingeditor-extension": "~4.4.0-alpha.3",
174-
"@jupyterlab/shortcuts-extension": "~5.2.0-alpha.3",
175-
"@jupyterlab/terminal-extension": "~4.4.0-alpha.3",
176-
"@jupyterlab/theme-dark-extension": "~4.4.0-alpha.3",
177-
"@jupyterlab/theme-dark-high-contrast-extension": "~4.4.0-alpha.3",
178-
"@jupyterlab/theme-light-extension": "~4.4.0-alpha.3",
179-
"@jupyterlab/toc-extension": "~6.4.0-alpha.3",
180-
"@jupyterlab/tooltip-extension": "~4.4.0-alpha.3",
181-
"@jupyterlab/translation-extension": "~4.4.0-alpha.3",
182-
"@jupyterlab/ui-components-extension": "~4.4.0-alpha.3",
183-
"@jupyterlab/vega5-extension": "~4.4.0-alpha.3",
137+
"@jupyterlab/application-extension": "~4.4.0-beta.0",
138+
"@jupyterlab/apputils-extension": "~4.4.0-beta.0",
139+
"@jupyterlab/attachments": "~4.4.0-beta.0",
140+
"@jupyterlab/cell-toolbar-extension": "~4.4.0-beta.0",
141+
"@jupyterlab/celltags-extension": "~4.4.0-beta.0",
142+
"@jupyterlab/codemirror": "~4.4.0-beta.0",
143+
"@jupyterlab/codemirror-extension": "~4.4.0-beta.0",
144+
"@jupyterlab/completer-extension": "~4.4.0-beta.0",
145+
"@jupyterlab/console-extension": "~4.4.0-beta.0",
146+
"@jupyterlab/coreutils": "~6.4.0-beta.0",
147+
"@jupyterlab/csvviewer-extension": "~4.4.0-beta.0",
148+
"@jupyterlab/debugger-extension": "~4.4.0-beta.0",
149+
"@jupyterlab/docmanager-extension": "~4.4.0-beta.0",
150+
"@jupyterlab/documentsearch-extension": "~4.4.0-beta.0",
151+
"@jupyterlab/extensionmanager-extension": "~4.4.0-beta.0",
152+
"@jupyterlab/filebrowser-extension": "~4.4.0-beta.0",
153+
"@jupyterlab/fileeditor-extension": "~4.4.0-beta.0",
154+
"@jupyterlab/help-extension": "~4.4.0-beta.0",
155+
"@jupyterlab/htmlviewer-extension": "~4.4.0-beta.0",
156+
"@jupyterlab/hub-extension": "~4.4.0-beta.0",
157+
"@jupyterlab/imageviewer-extension": "~4.4.0-beta.0",
158+
"@jupyterlab/javascript-extension": "~4.4.0-beta.0",
159+
"@jupyterlab/json-extension": "~4.4.0-beta.0",
160+
"@jupyterlab/lsp": "~4.4.0-beta.0",
161+
"@jupyterlab/lsp-extension": "~4.4.0-beta.0",
162+
"@jupyterlab/mainmenu-extension": "~4.4.0-beta.0",
163+
"@jupyterlab/markdownviewer-extension": "~4.4.0-beta.0",
164+
"@jupyterlab/markedparser-extension": "~4.4.0-beta.0",
165+
"@jupyterlab/mathjax-extension": "~4.4.0-beta.0",
166+
"@jupyterlab/mermaid-extension": "~4.4.0-beta.0",
167+
"@jupyterlab/metadataform-extension": "~4.4.0-beta.0",
168+
"@jupyterlab/notebook-extension": "~4.4.0-beta.0",
169+
"@jupyterlab/pdf-extension": "~4.4.0-beta.0",
170+
"@jupyterlab/pluginmanager-extension": "~4.4.0-beta.0",
171+
"@jupyterlab/running-extension": "~4.4.0-beta.0",
172+
"@jupyterlab/settingeditor": "~4.4.0-beta.0",
173+
"@jupyterlab/settingeditor-extension": "~4.4.0-beta.0",
174+
"@jupyterlab/shortcuts-extension": "~5.2.0-beta.0",
175+
"@jupyterlab/terminal-extension": "~4.4.0-beta.0",
176+
"@jupyterlab/theme-dark-extension": "~4.4.0-beta.0",
177+
"@jupyterlab/theme-dark-high-contrast-extension": "~4.4.0-beta.0",
178+
"@jupyterlab/theme-light-extension": "~4.4.0-beta.0",
179+
"@jupyterlab/toc-extension": "~6.4.0-beta.0",
180+
"@jupyterlab/tooltip-extension": "~4.4.0-beta.0",
181+
"@jupyterlab/translation-extension": "~4.4.0-beta.0",
182+
"@jupyterlab/ui-components-extension": "~4.4.0-beta.0",
183+
"@jupyterlab/vega5-extension": "~4.4.0-beta.0",
184184
"react": "^18.2.0",
185185
"react-dom": "^18.2.0",
186186
"yjs": "^13.5.40"
187187
},
188188
"devDependencies": {
189-
"@jupyterlab/builder": "~4.4.0-alpha.3",
190-
"@jupyterlab/buildutils": "~4.4.0-alpha.3",
189+
"@jupyterlab/builder": "~4.4.0-beta.0",
190+
"@jupyterlab/buildutils": "~4.4.0-beta.0",
191191
"@types/rimraf": "^3.0.2",
192192
"css-loader": "~5.0.1",
193193
"extra-watch-webpack-plugin": "^1.0.3",

buildutils/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
"watch": "tsc -w --listEmittedFiles"
3030
},
3131
"dependencies": {
32-
"@jupyterlab/buildutils": "~4.4.0-alpha.3",
32+
"@jupyterlab/buildutils": "~4.4.0-beta.0",
3333
"commander": "^6.2.0",
3434
"fs-extra": "^9.1.0",
3535
"semver": "^7.6.3",
36-
"typescript": "~5.1.6"
36+
"typescript": "~5.5.4"
3737
},
3838
"devDependencies": {
3939
"@types/fs-extra": "^9.0.10",
40-
"@types/node": "^14.6.1",
40+
"@types/node": "^22.13.4",
4141
"@types/semver": "^7.5.8",
4242
"rimraf": "^3.0.2"
4343
}

package.json

+2-2
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.0-alpha.3",
54+
"@jupyterlab/buildutils": "~4.4.0-beta.0",
5555
"@typescript-eslint/eslint-plugin": "^5.55.0",
5656
"@typescript-eslint/parser": "^5.55.0",
5757
"eslint": "^8.36.0",
@@ -64,7 +64,7 @@
6464
"npm-run-all": "^4.1.5",
6565
"prettier": "^2.8.5",
6666
"rimraf": "^3.0.2",
67-
"typescript": "~5.1.6"
67+
"typescript": "~5.5.4"
6868
},
6969
"nx": {}
7070
}

packages/_metapackage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
"@jupyter-notebook/ui-components": "^7.4.0-alpha.3"
3535
},
3636
"devDependencies": {
37-
"typescript": "~5.1.6"
37+
"typescript": "~5.5.4"
3838
}
3939
}

packages/application-extension/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -40,24 +40,24 @@
4040
"dependencies": {
4141
"@jupyter-notebook/application": "^7.4.0-alpha.3",
4242
"@jupyter-notebook/ui-components": "^7.4.0-alpha.3",
43-
"@jupyterlab/application": "~4.4.0-alpha.3",
44-
"@jupyterlab/apputils": "~4.5.0-alpha.3",
45-
"@jupyterlab/codeeditor": "~4.4.0-alpha.3",
46-
"@jupyterlab/console": "~4.4.0-alpha.3",
47-
"@jupyterlab/coreutils": "~6.4.0-alpha.3",
48-
"@jupyterlab/docmanager": "~4.4.0-alpha.3",
49-
"@jupyterlab/docregistry": "~4.4.0-alpha.3",
50-
"@jupyterlab/mainmenu": "~4.4.0-alpha.3",
51-
"@jupyterlab/rendermime": "~4.4.0-alpha.3",
52-
"@jupyterlab/settingregistry": "~4.4.0-alpha.3",
53-
"@jupyterlab/translation": "~4.4.0-alpha.3",
43+
"@jupyterlab/application": "~4.4.0-beta.0",
44+
"@jupyterlab/apputils": "~4.5.0-beta.0",
45+
"@jupyterlab/codeeditor": "~4.4.0-beta.0",
46+
"@jupyterlab/console": "~4.4.0-beta.0",
47+
"@jupyterlab/coreutils": "~6.4.0-beta.0",
48+
"@jupyterlab/docmanager": "~4.4.0-beta.0",
49+
"@jupyterlab/docregistry": "~4.4.0-beta.0",
50+
"@jupyterlab/mainmenu": "~4.4.0-beta.0",
51+
"@jupyterlab/rendermime": "~4.4.0-beta.0",
52+
"@jupyterlab/settingregistry": "~4.4.0-beta.0",
53+
"@jupyterlab/translation": "~4.4.0-beta.0",
5454
"@lumino/coreutils": "^2.2.0",
5555
"@lumino/disposable": "^2.1.3",
5656
"@lumino/widgets": "^2.5.0"
5757
},
5858
"devDependencies": {
5959
"rimraf": "^3.0.2",
60-
"typescript": "~5.1.6"
60+
"typescript": "~5.5.4"
6161
},
6262
"publishConfig": {
6363
"access": "public"

packages/application/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
"watch": "tsc -b --watch"
4343
},
4444
"dependencies": {
45-
"@jupyterlab/application": "~4.4.0-alpha.3",
46-
"@jupyterlab/coreutils": "~6.4.0-alpha.3",
47-
"@jupyterlab/docregistry": "~4.4.0-alpha.3",
48-
"@jupyterlab/rendermime-interfaces": "~3.12.0-alpha.3",
49-
"@jupyterlab/ui-components": "~4.4.0-alpha.3",
45+
"@jupyterlab/application": "~4.4.0-beta.0",
46+
"@jupyterlab/coreutils": "~6.4.0-beta.0",
47+
"@jupyterlab/docregistry": "~4.4.0-beta.0",
48+
"@jupyterlab/rendermime-interfaces": "~3.12.0-beta.0",
49+
"@jupyterlab/ui-components": "~4.4.0-beta.0",
5050
"@lumino/algorithm": "^2.0.2",
5151
"@lumino/coreutils": "^2.2.0",
5252
"@lumino/messaging": "^2.0.2",
@@ -62,7 +62,7 @@
6262
"jest": "^29.3.1",
6363
"rimraf": "^3.0.2",
6464
"ts-jest": "^29.0.3",
65-
"typescript": "~5.1.6"
65+
"typescript": "~5.5.4"
6666
},
6767
"publishConfig": {
6868
"access": "public"

0 commit comments

Comments
 (0)