Skip to content

Commit 53b47af

Browse files
Update to JupyterLab 4.1 (#7096)
* Update to JupyterLab 4.1 * fix rendermime * Update Playwright Snapshots * Update Playwright Snapshots --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1ff6293 commit 53b47af

File tree

18 files changed

+4078
-2977
lines changed

18 files changed

+4078
-2977
lines changed

app/package.json

Lines changed: 129 additions & 124 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"resolutions": {
1313
"@codemirror/state": "~6.2.1",
14-
"@codemirror/view": "~6.15.3",
14+
"@codemirror/view": "~6.21.3",
1515
"@jupyter-notebook/application": "~7.0.6",
1616
"@jupyter-notebook/application-extension": "~7.0.6",
1717
"@jupyter-notebook/console-extension": "~7.0.6",
@@ -23,84 +23,86 @@
2323
"@jupyter-notebook/tree": "~7.0.6",
2424
"@jupyter-notebook/tree-extension": "~7.0.6",
2525
"@jupyter-notebook/ui-components": "~7.0.6",
26-
"@jupyter/ydoc": "~1.0.2",
27-
"@jupyterlab/application": "~4.0.7",
28-
"@jupyterlab/application-extension": "~4.0.7",
29-
"@jupyterlab/apputils": "~4.1.7",
30-
"@jupyterlab/apputils-extension": "~4.0.7",
31-
"@jupyterlab/attachments": "~4.0.7",
32-
"@jupyterlab/cell-toolbar": "~4.0.7",
33-
"@jupyterlab/cell-toolbar-extension": "~4.0.7",
34-
"@jupyterlab/celltags-extension": "~4.0.7",
35-
"@jupyterlab/codeeditor": "~4.0.7",
36-
"@jupyterlab/codemirror": "~4.0.7",
37-
"@jupyterlab/codemirror-extension": "~4.0.7",
38-
"@jupyterlab/completer": "~4.0.7",
39-
"@jupyterlab/completer-extension": "~4.0.7",
40-
"@jupyterlab/console": "~4.0.7",
41-
"@jupyterlab/console-extension": "~4.0.7",
42-
"@jupyterlab/coreutils": "~6.0.7",
43-
"@jupyterlab/csvviewer-extension": "~4.0.7",
44-
"@jupyterlab/debugger": "~4.0.7",
45-
"@jupyterlab/debugger-extension": "~4.0.7",
46-
"@jupyterlab/docmanager": "~4.0.7",
47-
"@jupyterlab/docmanager-extension": "~4.0.7",
48-
"@jupyterlab/documentsearch": "~4.0.7",
49-
"@jupyterlab/documentsearch-extension": "~4.0.7",
50-
"@jupyterlab/extensionmanager": "~4.0.7",
51-
"@jupyterlab/extensionmanager-extension": "~4.0.7",
52-
"@jupyterlab/filebrowser": "~4.0.7",
53-
"@jupyterlab/filebrowser-extension": "~4.0.7",
54-
"@jupyterlab/fileeditor": "~4.0.7",
55-
"@jupyterlab/fileeditor-extension": "~4.0.7",
56-
"@jupyterlab/htmlviewer": "~4.0.7",
57-
"@jupyterlab/htmlviewer-extension": "~4.0.7",
58-
"@jupyterlab/hub-extension": "~4.0.7",
59-
"@jupyterlab/imageviewer": "~4.0.7",
60-
"@jupyterlab/imageviewer-extension": "~4.0.7",
61-
"@jupyterlab/javascript-extension": "~4.0.7",
62-
"@jupyterlab/json-extension": "~4.0.7",
63-
"@jupyterlab/lsp": "~4.0.7",
64-
"@jupyterlab/lsp-extension": "~4.0.7",
65-
"@jupyterlab/mainmenu": "~4.0.7",
66-
"@jupyterlab/mainmenu-extension": "~4.0.7",
67-
"@jupyterlab/markdownviewer": "~4.0.7",
68-
"@jupyterlab/markdownviewer-extension": "~4.0.7",
69-
"@jupyterlab/markedparser-extension": "~4.0.7",
70-
"@jupyterlab/mathjax-extension": "~4.0.7",
71-
"@jupyterlab/metadataform": "~4.0.7",
72-
"@jupyterlab/metadataform-extension": "~4.0.7",
73-
"@jupyterlab/notebook": "~4.0.7",
74-
"@jupyterlab/notebook-extension": "~4.0.7",
75-
"@jupyterlab/observables": "~5.0.7",
76-
"@jupyterlab/outputarea": "~4.0.7",
77-
"@jupyterlab/pdf-extension": "~4.0.7",
78-
"@jupyterlab/rendermime": "~4.0.7",
79-
"@jupyterlab/rendermime-interfaces": "~3.8.7",
80-
"@jupyterlab/running-extension": "~4.0.7",
81-
"@jupyterlab/services": "~7.0.7",
82-
"@jupyterlab/settingeditor": "~4.0.7",
83-
"@jupyterlab/settingeditor-extension": "~4.0.7",
84-
"@jupyterlab/settingregistry": "~4.0.7",
85-
"@jupyterlab/shortcuts-extension": "~4.0.7",
86-
"@jupyterlab/statedb": "~4.0.7",
87-
"@jupyterlab/statusbar": "~4.0.7",
88-
"@jupyterlab/terminal": "~4.0.7",
89-
"@jupyterlab/terminal-extension": "~4.0.7",
90-
"@jupyterlab/theme-dark-extension": "~4.0.7",
91-
"@jupyterlab/theme-light-extension": "~4.0.7",
92-
"@jupyterlab/toc-extension": "~6.0.7",
93-
"@jupyterlab/tooltip": "~4.0.7",
94-
"@jupyterlab/tooltip-extension": "~4.0.7",
95-
"@jupyterlab/translation": "~4.0.7",
96-
"@jupyterlab/translation-extension": "~4.0.7",
97-
"@jupyterlab/ui-components": "~4.0.7",
98-
"@jupyterlab/ui-components-extension": "~4.0.7",
99-
"@jupyterlab/vega5-extension": "~4.0.7",
100-
"@lezer/common": "~1.0.3",
26+
"@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",
102+
"@lezer/common": "~1.1.0",
101103
"@lezer/highlight": "~1.1.6",
102104
"@lumino/algorithm": "~2.0.1",
103-
"@lumino/application": "~2.2.1",
105+
"@lumino/application": "~2.3.0-alpha.0",
104106
"@lumino/commands": "~2.1.3",
105107
"@lumino/coreutils": "~2.1.2",
106108
"@lumino/disposable": "~2.1.2",
@@ -110,10 +112,10 @@
110112
"@lumino/properties": "~2.0.1",
111113
"@lumino/signaling": "~2.1.2",
112114
"@lumino/virtualdom": "~2.0.1",
113-
"@lumino/widgets": "~2.3.0",
115+
"@lumino/widgets": "~2.3.1-alpha.0",
114116
"react": "~18.2.0",
115117
"react-dom": "~18.2.0",
116-
"yjs": "~13.6.7"
118+
"yjs": "~13.6.8"
117119
},
118120
"dependencies": {
119121
"@jupyter-notebook/application": "^7.0.6",
@@ -127,56 +129,57 @@
127129
"@jupyter-notebook/tree": "^7.0.6",
128130
"@jupyter-notebook/tree-extension": "^7.0.6",
129131
"@jupyter-notebook/ui-components": "^7.0.6",
130-
"@jupyterlab/application-extension": "^4.0.7",
131-
"@jupyterlab/apputils-extension": "^4.0.7",
132-
"@jupyterlab/attachments": "^4.0.7",
133-
"@jupyterlab/cell-toolbar-extension": "^4.0.7",
134-
"@jupyterlab/celltags-extension": "^4.0.7",
135-
"@jupyterlab/codemirror": "^4.0.7",
136-
"@jupyterlab/codemirror-extension": "^4.0.7",
137-
"@jupyterlab/completer-extension": "^4.0.7",
138-
"@jupyterlab/console-extension": "^4.0.7",
139-
"@jupyterlab/coreutils": "^6.0.7",
140-
"@jupyterlab/csvviewer-extension": "^4.0.7",
141-
"@jupyterlab/debugger-extension": "^4.0.7",
142-
"@jupyterlab/docmanager-extension": "^4.0.7",
143-
"@jupyterlab/documentsearch-extension": "^4.0.7",
144-
"@jupyterlab/extensionmanager-extension": "^4.0.7",
145-
"@jupyterlab/filebrowser-extension": "^4.0.7",
146-
"@jupyterlab/fileeditor-extension": "^4.0.7",
147-
"@jupyterlab/htmlviewer-extension": "^4.0.7",
148-
"@jupyterlab/hub-extension": "^4.0.7",
149-
"@jupyterlab/imageviewer-extension": "^4.0.7",
150-
"@jupyterlab/javascript-extension": "^4.0.7",
151-
"@jupyterlab/json-extension": "^4.0.7",
152-
"@jupyterlab/lsp": "^4.0.7",
153-
"@jupyterlab/lsp-extension": "^4.0.7",
154-
"@jupyterlab/mainmenu-extension": "^4.0.7",
155-
"@jupyterlab/markdownviewer-extension": "^4.0.7",
156-
"@jupyterlab/markedparser-extension": "^4.0.7",
157-
"@jupyterlab/mathjax-extension": "^4.0.7",
158-
"@jupyterlab/metadataform-extension": "^4.0.7",
159-
"@jupyterlab/notebook-extension": "^4.0.7",
160-
"@jupyterlab/pdf-extension": "^4.0.7",
161-
"@jupyterlab/running-extension": "^4.0.7",
162-
"@jupyterlab/settingeditor": "^4.0.7",
163-
"@jupyterlab/settingeditor-extension": "^4.0.7",
164-
"@jupyterlab/shortcuts-extension": "^4.0.7",
165-
"@jupyterlab/terminal-extension": "^4.0.7",
166-
"@jupyterlab/theme-dark-extension": "^4.0.7",
167-
"@jupyterlab/theme-light-extension": "^4.0.7",
168-
"@jupyterlab/toc-extension": "^6.0.7",
169-
"@jupyterlab/tooltip-extension": "^4.0.7",
170-
"@jupyterlab/translation-extension": "^4.0.7",
171-
"@jupyterlab/ui-components-extension": "^4.0.7",
172-
"@jupyterlab/vega5-extension": "^4.0.7",
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",
173176
"react": "^18.2.0",
174177
"react-dom": "^18.2.0",
175178
"yjs": "^13.5.40"
176179
},
177180
"devDependencies": {
178-
"@jupyterlab/builder": "^4.0.7",
179-
"@jupyterlab/buildutils": "^4.0.7",
181+
"@jupyterlab/builder": "^4.1.0-alpha.2",
182+
"@jupyterlab/buildutils": "^4.1.0-alpha.2",
180183
"@types/rimraf": "^3.0.2",
181184
"css-loader": "~5.0.1",
182185
"extra-watch-webpack-plugin": "^1.0.3",
@@ -265,6 +268,7 @@
265268
"@jupyterlab/mainmenu-extension": true,
266269
"@jupyterlab/markedparser-extension": true,
267270
"@jupyterlab/mathjax-extension": true,
271+
"@jupyterlab/mermaid-extension": true,
268272
"@jupyterlab/notebook-extension": [
269273
"@jupyterlab/notebook-extension:code-console",
270274
"@jupyterlab/notebook-extension:export",
@@ -362,6 +366,7 @@
362366
"@jupyterlab/lsp",
363367
"@jupyterlab/mainmenu",
364368
"@jupyterlab/markdownviewer",
369+
"@jupyterlab/mermaid",
365370
"@jupyterlab/metadataform",
366371
"@jupyterlab/notebook",
367372
"@jupyterlab/observables",

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,13 @@
4444
"watch:lib": "lerna exec --stream --scope @jupyter-notebook/metapackage jlpm watch"
4545
},
4646
"resolutions": {
47+
"@jupyterlab/rendermime-interfaces": "3.8.3-alpha.1",
4748
"@types/react": "^18.0.26",
4849
"react": "^18.2.0",
4950
"yjs": "^13.5.40"
5051
},
5152
"devDependencies": {
52-
"@jupyterlab/buildutils": "^4.0.7",
53+
"@jupyterlab/buildutils": "^4.1.0-alpha.2",
5354
"@typescript-eslint/eslint-plugin": "^5.55.0",
5455
"@typescript-eslint/parser": "^5.55.0",
5556
"eslint": "^8.36.0",

packages/application-extension/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@
4040
"dependencies": {
4141
"@jupyter-notebook/application": "^7.0.6",
4242
"@jupyter-notebook/ui-components": "^7.0.6",
43-
"@jupyterlab/application": "^4.0.7",
44-
"@jupyterlab/apputils": "^4.1.7",
45-
"@jupyterlab/codeeditor": "^4.0.7",
46-
"@jupyterlab/console": "^4.0.7",
47-
"@jupyterlab/coreutils": "^6.0.7",
48-
"@jupyterlab/docmanager": "^4.0.7",
49-
"@jupyterlab/docregistry": "^4.0.7",
50-
"@jupyterlab/mainmenu": "^4.0.7",
51-
"@jupyterlab/rendermime": "^4.0.7",
52-
"@jupyterlab/settingregistry": "^4.0.7",
53-
"@jupyterlab/translation": "^4.0.7",
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",
5454
"@lumino/coreutils": "^2.1.2",
5555
"@lumino/disposable": "^2.1.2",
56-
"@lumino/widgets": "^2.3.0"
56+
"@lumino/widgets": "^2.3.1-alpha.0"
5757
},
5858
"devDependencies": {
5959
"rimraf": "^3.0.2",

packages/application/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,22 +42,22 @@
4242
"watch": "tsc -b --watch"
4343
},
4444
"dependencies": {
45-
"@jupyterlab/application": "^4.0.7",
46-
"@jupyterlab/coreutils": "^6.0.7",
47-
"@jupyterlab/docregistry": "^4.0.7",
48-
"@jupyterlab/rendermime-interfaces": "^3.8.7",
49-
"@jupyterlab/ui-components": "^4.0.7",
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",
5050
"@lumino/algorithm": "^2.0.1",
5151
"@lumino/coreutils": "^2.1.2",
5252
"@lumino/messaging": "^2.0.1",
5353
"@lumino/polling": "^2.1.2",
5454
"@lumino/signaling": "^2.1.2",
55-
"@lumino/widgets": "^2.3.0"
55+
"@lumino/widgets": "^2.3.1-alpha.0"
5656
},
5757
"devDependencies": {
5858
"@babel/core": "^7.11.6",
5959
"@babel/preset-env": "^7.12.1",
60-
"@jupyterlab/testutils": "^4.0.7",
60+
"@jupyterlab/testutils": "^4.1.0-alpha.2",
6161
"@types/jest": "^29.2.5",
6262
"jest": "^29.3.1",
6363
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)