Skip to content

Commit 787339c

Browse files
authored
Update to JupyterLab 4.0.0b1 and 4.0.0b2 (#6838)
* Update to JupyterLab 4.0.0b1 * fix resolutions * more updates * Remove previous shortcuts plugin * Bump `jupyter_server` dependency * Align playwright dependency * Update to JupyterLab 4.0.0b2 * fix some deps * Update yarn.lock * add util fallback * style the footer * fix footer background * move mouse before taking the screnshot * update ui tests yarn.lock * disable the notebook footer for now * update snapshots
1 parent 27c9371 commit 787339c

File tree

28 files changed

+3236
-3145
lines changed

28 files changed

+3236
-3145
lines changed

.github/workflows/buildutils.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Install dependencies
2828
run: |
29-
python -m pip install -U "jupyterlab>=4.0.0b0,<5" hatch
29+
python -m pip install -U "jupyterlab>=4.0.0b2,<5" hatch
3030
jlpm
3131
jlpm run build
3232
@@ -76,6 +76,6 @@ jobs:
7676

7777
- name: Install dependencies
7878
run: |
79-
python -m pip install -U "jupyterlab>=4.0.0b0,<5" pip
79+
python -m pip install -U "jupyterlab>=4.0.0b2,<5" pip
8080
jlpm
8181
jlpm run build

app/package.json

+123-122
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"resolutions": {
1313
"@codemirror/state": "~6.2.0",
14-
"@codemirror/view": "~6.9.3",
14+
"@codemirror/view": "~6.10.0",
1515
"@jupyter-notebook/application": "~7.0.0-beta.0",
1616
"@jupyter-notebook/application-extension": "~7.0.0-beta.0",
1717
"@jupyter-notebook/console-extension": "~7.0.0-beta.0",
@@ -23,93 +23,93 @@
2323
"@jupyter-notebook/tree": "~7.0.0-beta.0",
2424
"@jupyter-notebook/tree-extension": "~7.0.0-beta.0",
2525
"@jupyter-notebook/ui-components": "~7.0.0-beta.0",
26-
"@jupyter/ydoc": "~0.3.4",
27-
"@jupyterlab/application": "~4.0.0-beta.0",
28-
"@jupyterlab/application-extension": "~4.0.0-beta.0",
29-
"@jupyterlab/apputils": "~4.0.0-beta.0",
30-
"@jupyterlab/apputils-extension": "~4.0.0-beta.0",
31-
"@jupyterlab/cell-toolbar": "~4.0.0-beta.0",
32-
"@jupyterlab/cell-toolbar-extension": "~4.0.0-beta.0",
26+
"@jupyter/ydoc": "~1.0.2",
27+
"@jupyterlab/application": "~4.0.0-beta.2",
28+
"@jupyterlab/application-extension": "~4.0.0-beta.2",
29+
"@jupyterlab/apputils": "~4.0.0-beta.2",
30+
"@jupyterlab/apputils-extension": "~4.0.0-beta.2",
31+
"@jupyterlab/cell-toolbar": "~4.0.0-beta.2",
32+
"@jupyterlab/cell-toolbar-extension": "~4.0.0-beta.2",
3333
"@jupyterlab/celltags": "~4.0.0-alpha.20",
34-
"@jupyterlab/celltags-extension": "~4.0.0-beta.0",
35-
"@jupyterlab/codeeditor": "~4.0.0-beta.0",
36-
"@jupyterlab/codemirror": "~4.0.0-beta.0",
37-
"@jupyterlab/codemirror-extension": "~4.0.0-beta.0",
38-
"@jupyterlab/completer": "~4.0.0-beta.0",
39-
"@jupyterlab/completer-extension": "~4.0.0-beta.0",
40-
"@jupyterlab/console": "~4.0.0-beta.0",
41-
"@jupyterlab/console-extension": "~4.0.0-beta.0",
42-
"@jupyterlab/coreutils": "~6.0.0-beta.0",
43-
"@jupyterlab/csvviewer-extension": "~4.0.0-beta.0",
44-
"@jupyterlab/debugger": "~4.0.0-beta.0",
45-
"@jupyterlab/debugger-extension": "~4.0.0-beta.0",
46-
"@jupyterlab/docmanager": "~4.0.0-beta.0",
47-
"@jupyterlab/docmanager-extension": "~4.0.0-beta.0",
48-
"@jupyterlab/documentsearch": "~4.0.0-beta.0",
49-
"@jupyterlab/documentsearch-extension": "~4.0.0-beta.0",
50-
"@jupyterlab/extensionmanager": "~4.0.0-beta.0",
51-
"@jupyterlab/extensionmanager-extension": "~4.0.0-beta.0",
52-
"@jupyterlab/filebrowser": "~4.0.0-beta.0",
53-
"@jupyterlab/filebrowser-extension": "~4.0.0-beta.0",
54-
"@jupyterlab/fileeditor": "~4.0.0-beta.0",
55-
"@jupyterlab/fileeditor-extension": "~4.0.0-beta.0",
56-
"@jupyterlab/htmlviewer": "~4.0.0-beta.0",
57-
"@jupyterlab/htmlviewer-extension": "~4.0.0-beta.0",
58-
"@jupyterlab/hub-extension": "~4.0.0-beta.0",
59-
"@jupyterlab/javascript-extension": "~4.0.0-beta.0",
60-
"@jupyterlab/json-extension": "~4.0.0-beta.0",
61-
"@jupyterlab/lsp": "~4.0.0-beta.0",
62-
"@jupyterlab/lsp-extension": "~4.0.0-beta.0",
63-
"@jupyterlab/mainmenu": "~4.0.0-beta.0",
64-
"@jupyterlab/mainmenu-extension": "~4.0.0-beta.0",
65-
"@jupyterlab/markedparser-extension": "~4.0.0-beta.0",
66-
"@jupyterlab/mathjax-extension": "~4.0.0-beta.0",
67-
"@jupyterlab/metadataform-extension": "^4.0.0-beta.0",
68-
"@jupyterlab/notebook": "~4.0.0-beta.0",
69-
"@jupyterlab/notebook-extension": "~4.0.0-beta.0",
70-
"@jupyterlab/observables": "~5.0.0-beta.0",
71-
"@jupyterlab/outputarea": "~4.0.0-beta.0",
72-
"@jupyterlab/pdf-extension": "~4.0.0-beta.0",
73-
"@jupyterlab/rendermime": "~4.0.0-beta.0",
74-
"@jupyterlab/rendermime-extension": "~4.0.0-beta.0",
75-
"@jupyterlab/rendermime-interfaces": "~3.8.0-beta.0",
76-
"@jupyterlab/running-extension": "~4.0.0-beta.0",
77-
"@jupyterlab/services": "~7.0.0-beta.0",
78-
"@jupyterlab/settingeditor": "~4.0.0-beta.0",
79-
"@jupyterlab/settingeditor-extension": "~4.0.0-beta.0",
80-
"@jupyterlab/settingregistry": "~4.0.0-beta.0",
81-
"@jupyterlab/shortcuts-extension": "~4.0.0-beta.0",
82-
"@jupyterlab/statedb": "~4.0.0-beta.0",
83-
"@jupyterlab/statusbar": "~4.0.0-beta.0",
84-
"@jupyterlab/terminal": "~4.0.0-beta.0",
85-
"@jupyterlab/terminal-extension": "~4.0.0-beta.0",
86-
"@jupyterlab/theme-dark-extension": "~4.0.0-beta.0",
87-
"@jupyterlab/theme-light-extension": "~4.0.0-beta.0",
88-
"@jupyterlab/toc-extension": "~6.0.0-beta.0",
89-
"@jupyterlab/tooltip": "~4.0.0-beta.0",
90-
"@jupyterlab/tooltip-extension": "~4.0.0-beta.0",
91-
"@jupyterlab/translation": "~4.0.0-beta.0",
92-
"@jupyterlab/translation-extension": "~4.0.0-beta.0",
93-
"@jupyterlab/ui-components": "~4.0.0-beta.0",
94-
"@jupyterlab/ui-components-extension": "~4.0.0-beta.0",
95-
"@jupyterlab/vega5-extension": "~4.0.0-beta.0",
34+
"@jupyterlab/celltags-extension": "~4.0.0-beta.2",
35+
"@jupyterlab/codeeditor": "~4.0.0-beta.2",
36+
"@jupyterlab/codemirror": "~4.0.0-beta.2",
37+
"@jupyterlab/codemirror-extension": "~4.0.0-beta.2",
38+
"@jupyterlab/completer": "~4.0.0-beta.2",
39+
"@jupyterlab/completer-extension": "~4.0.0-beta.2",
40+
"@jupyterlab/console": "~4.0.0-beta.2",
41+
"@jupyterlab/console-extension": "~4.0.0-beta.2",
42+
"@jupyterlab/coreutils": "~6.0.0-beta.2",
43+
"@jupyterlab/csvviewer-extension": "~4.0.0-beta.2",
44+
"@jupyterlab/debugger": "~4.0.0-beta.2",
45+
"@jupyterlab/debugger-extension": "~4.0.0-beta.2",
46+
"@jupyterlab/docmanager": "~4.0.0-beta.2",
47+
"@jupyterlab/docmanager-extension": "~4.0.0-beta.2",
48+
"@jupyterlab/documentsearch": "~4.0.0-beta.2",
49+
"@jupyterlab/documentsearch-extension": "~4.0.0-beta.2",
50+
"@jupyterlab/extensionmanager": "~4.0.0-beta.2",
51+
"@jupyterlab/extensionmanager-extension": "~4.0.0-beta.2",
52+
"@jupyterlab/filebrowser": "~4.0.0-beta.2",
53+
"@jupyterlab/filebrowser-extension": "~4.0.0-beta.2",
54+
"@jupyterlab/fileeditor": "~4.0.0-beta.2",
55+
"@jupyterlab/fileeditor-extension": "~4.0.0-beta.2",
56+
"@jupyterlab/htmlviewer": "~4.0.0-beta.2",
57+
"@jupyterlab/htmlviewer-extension": "~4.0.0-beta.2",
58+
"@jupyterlab/hub-extension": "~4.0.0-beta.2",
59+
"@jupyterlab/javascript-extension": "~4.0.0-beta.2",
60+
"@jupyterlab/json-extension": "~4.0.0-beta.2",
61+
"@jupyterlab/lsp": "~4.0.0-beta.2",
62+
"@jupyterlab/lsp-extension": "~4.0.0-beta.2",
63+
"@jupyterlab/mainmenu": "~4.0.0-beta.2",
64+
"@jupyterlab/mainmenu-extension": "~4.0.0-beta.2",
65+
"@jupyterlab/markedparser-extension": "~4.0.0-beta.2",
66+
"@jupyterlab/mathjax-extension": "~4.0.0-beta.2",
67+
"@jupyterlab/metadataform-extension": "~4.0.0-beta.2",
68+
"@jupyterlab/notebook": "~4.0.0-beta.2",
69+
"@jupyterlab/notebook-extension": "~4.0.0-beta.2",
70+
"@jupyterlab/observables": "~5.0.0-beta.2",
71+
"@jupyterlab/outputarea": "~4.0.0-beta.2",
72+
"@jupyterlab/pdf-extension": "~4.0.0-beta.2",
73+
"@jupyterlab/rendermime": "~4.0.0-beta.2",
74+
"@jupyterlab/rendermime-extension": "~4.0.0-beta.2",
75+
"@jupyterlab/rendermime-interfaces": "~3.8.0-beta.2",
76+
"@jupyterlab/running-extension": "~4.0.0-beta.2",
77+
"@jupyterlab/services": "~7.0.0-beta.2",
78+
"@jupyterlab/settingeditor": "~4.0.0-beta.2",
79+
"@jupyterlab/settingeditor-extension": "~4.0.0-beta.2",
80+
"@jupyterlab/settingregistry": "~4.0.0-beta.2",
81+
"@jupyterlab/shortcuts-extension": "~4.0.0-beta.2",
82+
"@jupyterlab/statedb": "~4.0.0-beta.2",
83+
"@jupyterlab/statusbar": "~4.0.0-beta.2",
84+
"@jupyterlab/terminal": "~4.0.0-beta.2",
85+
"@jupyterlab/terminal-extension": "~4.0.0-beta.2",
86+
"@jupyterlab/theme-dark-extension": "~4.0.0-beta.2",
87+
"@jupyterlab/theme-light-extension": "~4.0.0-beta.2",
88+
"@jupyterlab/toc-extension": "~6.0.0-beta.2",
89+
"@jupyterlab/tooltip": "~4.0.0-beta.2",
90+
"@jupyterlab/tooltip-extension": "~4.0.0-beta.2",
91+
"@jupyterlab/translation": "~4.0.0-beta.2",
92+
"@jupyterlab/translation-extension": "~4.0.0-beta.2",
93+
"@jupyterlab/ui-components": "~4.0.0-beta.2",
94+
"@jupyterlab/ui-components-extension": "~4.0.0-beta.2",
95+
"@jupyterlab/vega5-extension": "~4.0.0-beta.2",
9696
"@lezer/common": "~1.0.2",
9797
"@lezer/highlight": "~1.1.4",
9898
"@lumino/algorithm": "~2.0.0",
99-
"@lumino/application": "~2.0.1",
100-
"@lumino/commands": "~2.0.1",
101-
"@lumino/coreutils": "~2.0.0",
102-
"@lumino/disposable": "~2.0.0",
99+
"@lumino/application": "~2.1.0",
100+
"@lumino/commands": "~2.1.0",
101+
"@lumino/coreutils": "~2.1.0",
102+
"@lumino/disposable": "~2.1.0",
103103
"@lumino/domutils": "~2.0.0",
104-
"@lumino/dragdrop": "~2.0.0",
104+
"@lumino/dragdrop": "~2.1.0",
105105
"@lumino/messaging": "~2.0.0",
106106
"@lumino/properties": "~2.0.0",
107-
"@lumino/signaling": "~2.0.0",
107+
"@lumino/signaling": "~2.1.0",
108108
"@lumino/virtualdom": "~2.0.0",
109-
"@lumino/widgets": "~2.0.1",
109+
"@lumino/widgets": "~2.1.0",
110110
"react": "~18.2.0",
111111
"react-dom": "~18.2.0",
112-
"yjs": "~13.5.51"
112+
"yjs": "~13.6.0"
113113
},
114114
"dependencies": {
115115
"@jupyter-notebook/application": "^7.0.0-beta.0",
@@ -123,52 +123,52 @@
123123
"@jupyter-notebook/tree": "^7.0.0-beta.0",
124124
"@jupyter-notebook/tree-extension": "^7.0.0-beta.0",
125125
"@jupyter-notebook/ui-components": "^7.0.0-beta.0",
126-
"@jupyterlab/application-extension": "^4.0.0-beta.0",
127-
"@jupyterlab/apputils-extension": "^4.0.0-beta.0",
128-
"@jupyterlab/cell-toolbar-extension": "^4.0.0-beta.0",
126+
"@jupyterlab/application-extension": "^4.0.0-beta.2",
127+
"@jupyterlab/apputils-extension": "^4.0.0-beta.2",
128+
"@jupyterlab/cell-toolbar-extension": "^4.0.0-beta.2",
129129
"@jupyterlab/celltags": "^4.0.0-alpha.20",
130-
"@jupyterlab/celltags-extension": "^4.0.0-beta.0",
131-
"@jupyterlab/codemirror": "^4.0.0-beta.0",
132-
"@jupyterlab/codemirror-extension": "^4.0.0-beta.0",
133-
"@jupyterlab/completer-extension": "^4.0.0-beta.0",
134-
"@jupyterlab/console-extension": "^4.0.0-beta.0",
135-
"@jupyterlab/coreutils": "^6.0.0-beta.0",
136-
"@jupyterlab/csvviewer-extension": "^4.0.0-beta.0",
137-
"@jupyterlab/debugger-extension": "^4.0.0-beta.0",
138-
"@jupyterlab/docmanager-extension": "^4.0.0-beta.0",
139-
"@jupyterlab/documentsearch-extension": "^4.0.0-beta.0",
140-
"@jupyterlab/extensionmanager-extension": "^4.0.0-beta.0",
141-
"@jupyterlab/filebrowser-extension": "^4.0.0-beta.0",
142-
"@jupyterlab/fileeditor-extension": "^4.0.0-beta.0",
143-
"@jupyterlab/htmlviewer-extension": "^4.0.0-beta.0",
144-
"@jupyterlab/hub-extension": "^4.0.0-beta.0",
145-
"@jupyterlab/javascript-extension": "^4.0.0-beta.0",
146-
"@jupyterlab/json-extension": "^4.0.0-beta.0",
147-
"@jupyterlab/lsp": "^4.0.0-beta.0",
148-
"@jupyterlab/lsp-extension": "^4.0.0-beta.0",
149-
"@jupyterlab/mainmenu-extension": "^4.0.0-beta.0",
150-
"@jupyterlab/markedparser-extension": "^4.0.0-beta.0",
151-
"@jupyterlab/mathjax-extension": "^4.0.0-beta.0",
152-
"@jupyterlab/metadataform-extension": "^4.0.0-beta.0",
153-
"@jupyterlab/notebook-extension": "^4.0.0-beta.0",
154-
"@jupyterlab/pdf-extension": "^4.0.0-beta.0",
155-
"@jupyterlab/rendermime-extension": "^4.0.0-beta.0",
156-
"@jupyterlab/running-extension": "^4.0.0-beta.0",
157-
"@jupyterlab/settingeditor": "^4.0.0-beta.0",
158-
"@jupyterlab/settingeditor-extension": "^4.0.0-beta.0",
159-
"@jupyterlab/shortcuts-extension": "^4.0.0-beta.0",
160-
"@jupyterlab/terminal-extension": "^4.0.0-beta.0",
161-
"@jupyterlab/theme-dark-extension": "^4.0.0-beta.0",
162-
"@jupyterlab/theme-light-extension": "^4.0.0-beta.0",
163-
"@jupyterlab/toc-extension": "^6.0.0-beta.0",
164-
"@jupyterlab/tooltip-extension": "^4.0.0-beta.0",
165-
"@jupyterlab/translation-extension": "^4.0.0-beta.0",
166-
"@jupyterlab/ui-components-extension": "^4.0.0-beta.0",
167-
"@jupyterlab/vega5-extension": "^4.0.0-beta.0"
130+
"@jupyterlab/celltags-extension": "^4.0.0-beta.2",
131+
"@jupyterlab/codemirror": "^4.0.0-beta.2",
132+
"@jupyterlab/codemirror-extension": "^4.0.0-beta.2",
133+
"@jupyterlab/completer-extension": "^4.0.0-beta.2",
134+
"@jupyterlab/console-extension": "^4.0.0-beta.2",
135+
"@jupyterlab/coreutils": "^6.0.0-beta.2",
136+
"@jupyterlab/csvviewer-extension": "^4.0.0-beta.2",
137+
"@jupyterlab/debugger-extension": "^4.0.0-beta.2",
138+
"@jupyterlab/docmanager-extension": "^4.0.0-beta.2",
139+
"@jupyterlab/documentsearch-extension": "^4.0.0-beta.2",
140+
"@jupyterlab/extensionmanager-extension": "^4.0.0-beta.2",
141+
"@jupyterlab/filebrowser-extension": "^4.0.0-beta.2",
142+
"@jupyterlab/fileeditor-extension": "^4.0.0-beta.2",
143+
"@jupyterlab/htmlviewer-extension": "^4.0.0-beta.2",
144+
"@jupyterlab/hub-extension": "^4.0.0-beta.2",
145+
"@jupyterlab/javascript-extension": "^4.0.0-beta.2",
146+
"@jupyterlab/json-extension": "^4.0.0-beta.2",
147+
"@jupyterlab/lsp": "^4.0.0-beta.2",
148+
"@jupyterlab/lsp-extension": "^4.0.0-beta.2",
149+
"@jupyterlab/mainmenu-extension": "^4.0.0-beta.2",
150+
"@jupyterlab/markedparser-extension": "^4.0.0-beta.2",
151+
"@jupyterlab/mathjax-extension": "^4.0.0-beta.2",
152+
"@jupyterlab/metadataform-extension": "^4.0.0-beta.2",
153+
"@jupyterlab/notebook-extension": "^4.0.0-beta.2",
154+
"@jupyterlab/pdf-extension": "^4.0.0-beta.2",
155+
"@jupyterlab/rendermime-extension": "^4.0.0-beta.2",
156+
"@jupyterlab/running-extension": "^4.0.0-beta.2",
157+
"@jupyterlab/settingeditor": "^4.0.0-beta.2",
158+
"@jupyterlab/settingeditor-extension": "^4.0.0-beta.2",
159+
"@jupyterlab/shortcuts-extension": "^4.0.0-beta.2",
160+
"@jupyterlab/terminal-extension": "^4.0.0-beta.2",
161+
"@jupyterlab/theme-dark-extension": "^4.0.0-beta.2",
162+
"@jupyterlab/theme-light-extension": "^4.0.0-beta.2",
163+
"@jupyterlab/toc-extension": "^6.0.0-beta.2",
164+
"@jupyterlab/tooltip-extension": "^4.0.0-beta.2",
165+
"@jupyterlab/translation-extension": "^4.0.0-beta.2",
166+
"@jupyterlab/ui-components-extension": "^4.0.0-beta.2",
167+
"@jupyterlab/vega5-extension": "^4.0.0-beta.2"
168168
},
169169
"devDependencies": {
170-
"@jupyterlab/builder": "^4.0.0-beta.0",
171-
"@jupyterlab/buildutils": "^4.0.0-beta.0",
170+
"@jupyterlab/builder": "^4.0.0-beta.2",
171+
"@jupyterlab/buildutils": "^4.0.0-beta.2",
172172
"@types/rimraf": "^3.0.2",
173173
"css-loader": "~5.0.1",
174174
"extra-watch-webpack-plugin": "^1.0.3",
@@ -219,7 +219,8 @@
219219
"@jupyterlab/apputils-extension:state",
220220
"@jupyterlab/apputils-extension:themes",
221221
"@jupyterlab/apputils-extension:themes-palette-menu",
222-
"@jupyterlab/apputils-extension:toolbar-registry"
222+
"@jupyterlab/apputils-extension:toolbar-registry",
223+
"@jupyterlab/apputils-extension:utilityCommands"
223224
],
224225
"@jupyterlab/codemirror-extension": true,
225226
"@jupyterlab/completer-extension": [

app/webpack.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,9 @@ module.exports = [
215215
},
216216
filename: 'bundle.js',
217217
},
218+
resolve: {
219+
fallback: { util: false },
220+
},
218221
plugins: [
219222
new ModuleFederationPlugin({
220223
library: {

buildutils/package.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"watch:lib": "lerna exec --stream --scope @jupyter-notebook/metapackage jlpm watch"
4343
},
4444
"devDependencies": {
45-
"@jupyterlab/buildutils": "^4.0.0-beta.0",
45+
"@jupyterlab/buildutils": "^4.0.0-beta.2",
4646
"@typescript-eslint/eslint-plugin": "^5.55.0",
4747
"@typescript-eslint/parser": "^5.55.0",
4848
"eslint": "^8.36.0",

packages/application-extension/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@
4040
"dependencies": {
4141
"@jupyter-notebook/application": "^7.0.0-beta.0",
4242
"@jupyter-notebook/ui-components": "^7.0.0-beta.0",
43-
"@jupyterlab/application": "^4.0.0-beta.0",
44-
"@jupyterlab/apputils": "^4.0.0-beta.0",
43+
"@jupyterlab/application": "^4.0.0-beta.2",
44+
"@jupyterlab/apputils": "^4.0.0-beta.2",
4545
"@jupyterlab/celltags": "^4.0.0-alpha.20",
46-
"@jupyterlab/codeeditor": "^4.0.0-beta.0",
47-
"@jupyterlab/console": "^4.0.0-beta.0",
48-
"@jupyterlab/coreutils": "^6.0.0-beta.0",
49-
"@jupyterlab/docmanager": "^4.0.0-beta.0",
50-
"@jupyterlab/docregistry": "^4.0.0-beta.0",
51-
"@jupyterlab/mainmenu": "^4.0.0-beta.0",
52-
"@jupyterlab/settingregistry": "^4.0.0-beta.0",
53-
"@jupyterlab/translation": "^4.0.0-beta.0",
54-
"@lumino/coreutils": "^2.0.0",
55-
"@lumino/disposable": "^2.0.0",
56-
"@lumino/widgets": "^2.0.1"
46+
"@jupyterlab/codeeditor": "^4.0.0-beta.2",
47+
"@jupyterlab/console": "^4.0.0-beta.2",
48+
"@jupyterlab/coreutils": "^6.0.0-beta.2",
49+
"@jupyterlab/docmanager": "^4.0.0-beta.2",
50+
"@jupyterlab/docregistry": "^4.0.0-beta.2",
51+
"@jupyterlab/mainmenu": "^4.0.0-beta.2",
52+
"@jupyterlab/settingregistry": "^4.0.0-beta.2",
53+
"@jupyterlab/translation": "^4.0.0-beta.2",
54+
"@lumino/coreutils": "^2.1.0",
55+
"@lumino/disposable": "^2.1.0",
56+
"@lumino/widgets": "^2.1.0"
5757
},
5858
"devDependencies": {
5959
"rimraf": "^3.0.2",

packages/application/package.json

+10-10
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.0-beta.0",
46-
"@jupyterlab/coreutils": "^6.0.0-beta.0",
47-
"@jupyterlab/docregistry": "^4.0.0-beta.0",
48-
"@jupyterlab/rendermime-interfaces": "^3.8.0-beta.0",
49-
"@jupyterlab/ui-components": "^4.0.0-beta.0",
45+
"@jupyterlab/application": "^4.0.0-beta.2",
46+
"@jupyterlab/coreutils": "^6.0.0-beta.2",
47+
"@jupyterlab/docregistry": "^4.0.0-beta.2",
48+
"@jupyterlab/rendermime-interfaces": "^3.8.0-beta.2",
49+
"@jupyterlab/ui-components": "^4.0.0-beta.2",
5050
"@lumino/algorithm": "^2.0.0",
51-
"@lumino/coreutils": "^2.0.0",
51+
"@lumino/coreutils": "^2.1.0",
5252
"@lumino/messaging": "^2.0.0",
53-
"@lumino/polling": "^2.0.0",
54-
"@lumino/signaling": "^2.0.0",
55-
"@lumino/widgets": "^2.0.1"
53+
"@lumino/polling": "^2.1.0",
54+
"@lumino/signaling": "^2.1.0",
55+
"@lumino/widgets": "^2.1.0"
5656
},
5757
"devDependencies": {
5858
"@babel/core": "^7.11.6",
5959
"@babel/preset-env": "^7.12.1",
60-
"@jupyterlab/testutils": "^4.0.0-beta.0",
60+
"@jupyterlab/testutils": "^4.0.0-beta.2",
6161
"@types/jest": "^29.2.5",
6262
"jest": "^29.3.1",
6363
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)