Skip to content

Commit 2282307

Browse files
authored
Update to JupyterLab 4.0.0b0 (#6803)
* Update to JupyterLab beta * fix resolutions * fix the build
1 parent b7b822a commit 2282307

File tree

18 files changed

+1413
-1422
lines changed

18 files changed

+1413
-1422
lines changed

.github/workflows/buildutils.yml

Lines changed: 2 additions & 2 deletions
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.0a37,<5" hatch
29+
python -m pip install -U "jupyterlab>=4.0.0b0,<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.0a37,<5" pip
79+
python -m pip install -U "jupyterlab>=4.0.0b0,<5" pip
8080
jlpm
8181
jlpm run build

app/package.json

Lines changed: 112 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -22,77 +22,77 @@
2222
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.18",
2323
"@jupyter-notebook/ui-components": "~7.0.0-alpha.18",
2424
"@jupyter/ydoc": "~0.3.4",
25-
"@jupyterlab/application": "~4.0.0-alpha.22",
26-
"@jupyterlab/application-extension": "~4.0.0-alpha.22",
27-
"@jupyterlab/apputils": "~4.0.0-alpha.22",
28-
"@jupyterlab/apputils-extension": "~4.0.0-alpha.22",
29-
"@jupyterlab/cell-toolbar": "~4.0.0-alpha.22",
30-
"@jupyterlab/cell-toolbar-extension": "~4.0.0-alpha.22",
25+
"@jupyterlab/application": "~4.0.0-beta.0",
26+
"@jupyterlab/application-extension": "~4.0.0-beta.0",
27+
"@jupyterlab/apputils": "~4.0.0-beta.0",
28+
"@jupyterlab/apputils-extension": "~4.0.0-beta.0",
29+
"@jupyterlab/cell-toolbar": "~4.0.0-beta.0",
30+
"@jupyterlab/cell-toolbar-extension": "~4.0.0-beta.0",
3131
"@jupyterlab/celltags": "~4.0.0-alpha.20",
32-
"@jupyterlab/celltags-extension": "~4.0.0-alpha.22",
33-
"@jupyterlab/codeeditor": "~4.0.0-alpha.22",
34-
"@jupyterlab/codemirror": "~4.0.0-alpha.22",
35-
"@jupyterlab/codemirror-extension": "~4.0.0-alpha.22",
36-
"@jupyterlab/completer": "~4.0.0-alpha.22",
37-
"@jupyterlab/completer-extension": "~4.0.0-alpha.22",
38-
"@jupyterlab/console": "~4.0.0-alpha.22",
39-
"@jupyterlab/console-extension": "~4.0.0-alpha.22",
40-
"@jupyterlab/coreutils": "~6.0.0-alpha.22",
41-
"@jupyterlab/csvviewer-extension": "~4.0.0-alpha.22",
42-
"@jupyterlab/debugger": "~4.0.0-alpha.22",
43-
"@jupyterlab/debugger-extension": "~4.0.0-alpha.22",
44-
"@jupyterlab/docmanager": "~4.0.0-alpha.22",
45-
"@jupyterlab/docmanager-extension": "~4.0.0-alpha.22",
46-
"@jupyterlab/documentsearch": "~4.0.0-alpha.22",
47-
"@jupyterlab/documentsearch-extension": "~4.0.0-alpha.22",
48-
"@jupyterlab/extensionmanager": "~4.0.0-alpha.22",
49-
"@jupyterlab/extensionmanager-extension": "~4.0.0-alpha.22",
50-
"@jupyterlab/filebrowser": "~4.0.0-alpha.22",
51-
"@jupyterlab/filebrowser-extension": "~4.0.0-alpha.22",
52-
"@jupyterlab/fileeditor": "~4.0.0-alpha.22",
53-
"@jupyterlab/fileeditor-extension": "~4.0.0-alpha.22",
54-
"@jupyterlab/htmlviewer": "~4.0.0-alpha.22",
55-
"@jupyterlab/htmlviewer-extension": "~4.0.0-alpha.22",
56-
"@jupyterlab/hub-extension": "~4.0.0-alpha.22",
57-
"@jupyterlab/javascript-extension": "~4.0.0-alpha.22",
58-
"@jupyterlab/json-extension": "~4.0.0-alpha.22",
59-
"@jupyterlab/lsp": "~4.0.0-alpha.22",
60-
"@jupyterlab/lsp-extension": "~4.0.0-alpha.22",
61-
"@jupyterlab/mainmenu": "~4.0.0-alpha.22",
62-
"@jupyterlab/mainmenu-extension": "~4.0.0-alpha.22",
63-
"@jupyterlab/markedparser-extension": "~4.0.0-alpha.22",
64-
"@jupyterlab/mathjax-extension": "~4.0.0-alpha.22",
65-
"@jupyterlab/notebook": "~4.0.0-alpha.22",
66-
"@jupyterlab/notebook-extension": "~4.0.0-alpha.22",
67-
"@jupyterlab/observables": "~5.0.0-alpha.22",
68-
"@jupyterlab/outputarea": "~4.0.0-alpha.22",
69-
"@jupyterlab/pdf-extension": "~4.0.0-alpha.22",
70-
"@jupyterlab/rendermime": "~4.0.0-alpha.22",
71-
"@jupyterlab/rendermime-extension": "~4.0.0-alpha.22",
72-
"@jupyterlab/rendermime-interfaces": "~3.8.0-alpha.22",
73-
"@jupyterlab/running-extension": "~4.0.0-alpha.22",
74-
"@jupyterlab/services": "~7.0.0-alpha.22",
75-
"@jupyterlab/settingeditor": "~4.0.0-alpha.22",
76-
"@jupyterlab/settingeditor-extension": "~4.0.0-alpha.22",
77-
"@jupyterlab/settingregistry": "~4.0.0-alpha.22",
78-
"@jupyterlab/shortcuts-extension": "~4.0.0-alpha.22",
79-
"@jupyterlab/statedb": "~4.0.0-alpha.22",
80-
"@jupyterlab/statusbar": "~4.0.0-alpha.22",
81-
"@jupyterlab/terminal": "~4.0.0-alpha.22",
82-
"@jupyterlab/terminal-extension": "~4.0.0-alpha.22",
83-
"@jupyterlab/theme-dark-extension": "~4.0.0-alpha.22",
84-
"@jupyterlab/theme-light-extension": "~4.0.0-alpha.22",
85-
"@jupyterlab/toc-extension": "~6.0.0-alpha.22",
86-
"@jupyterlab/tooltip": "~4.0.0-alpha.22",
87-
"@jupyterlab/tooltip-extension": "~4.0.0-alpha.22",
88-
"@jupyterlab/translation": "~4.0.0-alpha.22",
89-
"@jupyterlab/translation-extension": "~4.0.0-alpha.22",
90-
"@jupyterlab/ui-components": "~4.0.0-alpha.37",
91-
"@jupyterlab/ui-components-extension": "~4.0.0-alpha.22",
92-
"@jupyterlab/vega5-extension": "~4.0.0-alpha.22",
32+
"@jupyterlab/celltags-extension": "~4.0.0-beta.0",
33+
"@jupyterlab/codeeditor": "~4.0.0-beta.0",
34+
"@jupyterlab/codemirror": "~4.0.0-beta.0",
35+
"@jupyterlab/codemirror-extension": "~4.0.0-beta.0",
36+
"@jupyterlab/completer": "~4.0.0-beta.0",
37+
"@jupyterlab/completer-extension": "~4.0.0-beta.0",
38+
"@jupyterlab/console": "~4.0.0-beta.0",
39+
"@jupyterlab/console-extension": "~4.0.0-beta.0",
40+
"@jupyterlab/coreutils": "~6.0.0-beta.0",
41+
"@jupyterlab/csvviewer-extension": "~4.0.0-beta.0",
42+
"@jupyterlab/debugger": "~4.0.0-beta.0",
43+
"@jupyterlab/debugger-extension": "~4.0.0-beta.0",
44+
"@jupyterlab/docmanager": "~4.0.0-beta.0",
45+
"@jupyterlab/docmanager-extension": "~4.0.0-beta.0",
46+
"@jupyterlab/documentsearch": "~4.0.0-beta.0",
47+
"@jupyterlab/documentsearch-extension": "~4.0.0-beta.0",
48+
"@jupyterlab/extensionmanager": "~4.0.0-beta.0",
49+
"@jupyterlab/extensionmanager-extension": "~4.0.0-beta.0",
50+
"@jupyterlab/filebrowser": "~4.0.0-beta.0",
51+
"@jupyterlab/filebrowser-extension": "~4.0.0-beta.0",
52+
"@jupyterlab/fileeditor": "~4.0.0-beta.0",
53+
"@jupyterlab/fileeditor-extension": "~4.0.0-beta.0",
54+
"@jupyterlab/htmlviewer": "~4.0.0-beta.0",
55+
"@jupyterlab/htmlviewer-extension": "~4.0.0-beta.0",
56+
"@jupyterlab/hub-extension": "~4.0.0-beta.0",
57+
"@jupyterlab/javascript-extension": "~4.0.0-beta.0",
58+
"@jupyterlab/json-extension": "~4.0.0-beta.0",
59+
"@jupyterlab/lsp": "~4.0.0-beta.0",
60+
"@jupyterlab/lsp-extension": "~4.0.0-beta.0",
61+
"@jupyterlab/mainmenu": "~4.0.0-beta.0",
62+
"@jupyterlab/mainmenu-extension": "~4.0.0-beta.0",
63+
"@jupyterlab/markedparser-extension": "~4.0.0-beta.0",
64+
"@jupyterlab/mathjax-extension": "~4.0.0-beta.0",
65+
"@jupyterlab/notebook": "~4.0.0-beta.0",
66+
"@jupyterlab/notebook-extension": "~4.0.0-beta.0",
67+
"@jupyterlab/observables": "~5.0.0-beta.0",
68+
"@jupyterlab/outputarea": "~4.0.0-beta.0",
69+
"@jupyterlab/pdf-extension": "~4.0.0-beta.0",
70+
"@jupyterlab/rendermime": "~4.0.0-beta.0",
71+
"@jupyterlab/rendermime-extension": "~4.0.0-beta.0",
72+
"@jupyterlab/rendermime-interfaces": "~3.8.0-beta.0",
73+
"@jupyterlab/running-extension": "~4.0.0-beta.0",
74+
"@jupyterlab/services": "~7.0.0-beta.0",
75+
"@jupyterlab/settingeditor": "~4.0.0-beta.0",
76+
"@jupyterlab/settingeditor-extension": "~4.0.0-beta.0",
77+
"@jupyterlab/settingregistry": "~4.0.0-beta.0",
78+
"@jupyterlab/shortcuts-extension": "~4.0.0-beta.0",
79+
"@jupyterlab/statedb": "~4.0.0-beta.0",
80+
"@jupyterlab/statusbar": "~4.0.0-beta.0",
81+
"@jupyterlab/terminal": "~4.0.0-beta.0",
82+
"@jupyterlab/terminal-extension": "~4.0.0-beta.0",
83+
"@jupyterlab/theme-dark-extension": "~4.0.0-beta.0",
84+
"@jupyterlab/theme-light-extension": "~4.0.0-beta.0",
85+
"@jupyterlab/toc-extension": "~6.0.0-beta.0",
86+
"@jupyterlab/tooltip": "~4.0.0-beta.0",
87+
"@jupyterlab/tooltip-extension": "~4.0.0-beta.0",
88+
"@jupyterlab/translation": "~4.0.0-beta.0",
89+
"@jupyterlab/translation-extension": "~4.0.0-beta.0",
90+
"@jupyterlab/ui-components": "~4.0.0-beta.0",
91+
"@jupyterlab/ui-components-extension": "~4.0.0-beta.0",
92+
"@jupyterlab/vega5-extension": "~4.0.0-beta.0",
9393
"@lumino/algorithm": "~2.0.0",
94-
"@lumino/application": "~2.0.0",
95-
"@lumino/commands": "~2.0.0",
94+
"@lumino/application": "~2.0.1",
95+
"@lumino/commands": "~2.0.1",
9696
"@lumino/coreutils": "~2.0.0",
9797
"@lumino/disposable": "~2.0.0",
9898
"@lumino/domutils": "~2.0.0",
@@ -101,7 +101,7 @@
101101
"@lumino/properties": "~2.0.0",
102102
"@lumino/signaling": "~2.0.0",
103103
"@lumino/virtualdom": "~2.0.0",
104-
"@lumino/widgets": "~2.0.0",
104+
"@lumino/widgets": "~2.0.1",
105105
"react": "~18.2.0",
106106
"react-dom": "~18.2.0",
107107
"yjs": "~13.5.51"
@@ -118,51 +118,51 @@
118118
"@jupyter-notebook/tree": "^7.0.0-alpha.18",
119119
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.18",
120120
"@jupyter-notebook/ui-components": "^7.0.0-alpha.18",
121-
"@jupyterlab/application-extension": "^4.0.0-alpha.22",
122-
"@jupyterlab/apputils-extension": "^4.0.0-alpha.22",
123-
"@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.22",
121+
"@jupyterlab/application-extension": "^4.0.0-beta.0",
122+
"@jupyterlab/apputils-extension": "^4.0.0-beta.0",
123+
"@jupyterlab/cell-toolbar-extension": "^4.0.0-beta.0",
124124
"@jupyterlab/celltags": "^4.0.0-alpha.20",
125-
"@jupyterlab/celltags-extension": "^4.0.0-alpha.22",
126-
"@jupyterlab/codemirror": "^4.0.0-alpha.22",
127-
"@jupyterlab/codemirror-extension": "^4.0.0-alpha.22",
128-
"@jupyterlab/completer-extension": "^4.0.0-alpha.22",
129-
"@jupyterlab/console-extension": "^4.0.0-alpha.22",
130-
"@jupyterlab/coreutils": "^6.0.0-alpha.22",
131-
"@jupyterlab/csvviewer-extension": "^4.0.0-alpha.22",
132-
"@jupyterlab/debugger-extension": "^4.0.0-alpha.22",
133-
"@jupyterlab/docmanager-extension": "^4.0.0-alpha.22",
134-
"@jupyterlab/documentsearch-extension": "^4.0.0-alpha.22",
135-
"@jupyterlab/extensionmanager-extension": "^4.0.0-alpha.22",
136-
"@jupyterlab/filebrowser-extension": "^4.0.0-alpha.22",
137-
"@jupyterlab/fileeditor-extension": "^4.0.0-alpha.22",
138-
"@jupyterlab/htmlviewer-extension": "^4.0.0-alpha.22",
139-
"@jupyterlab/hub-extension": "^4.0.0-alpha.22",
140-
"@jupyterlab/javascript-extension": "^4.0.0-alpha.22",
141-
"@jupyterlab/json-extension": "^4.0.0-alpha.22",
142-
"@jupyterlab/lsp": "^4.0.0-alpha.22",
143-
"@jupyterlab/lsp-extension": "^4.0.0-alpha.22",
144-
"@jupyterlab/mainmenu-extension": "^4.0.0-alpha.22",
145-
"@jupyterlab/markedparser-extension": "^4.0.0-alpha.22",
146-
"@jupyterlab/mathjax-extension": "^4.0.0-alpha.22",
147-
"@jupyterlab/notebook-extension": "^4.0.0-alpha.22",
148-
"@jupyterlab/pdf-extension": "^4.0.0-alpha.22",
149-
"@jupyterlab/rendermime-extension": "^4.0.0-alpha.22",
150-
"@jupyterlab/running-extension": "^4.0.0-alpha.22",
151-
"@jupyterlab/settingeditor": "^4.0.0-alpha.22",
152-
"@jupyterlab/settingeditor-extension": "^4.0.0-alpha.22",
153-
"@jupyterlab/shortcuts-extension": "^4.0.0-alpha.22",
154-
"@jupyterlab/terminal-extension": "^4.0.0-alpha.22",
155-
"@jupyterlab/theme-dark-extension": "^4.0.0-alpha.22",
156-
"@jupyterlab/theme-light-extension": "^4.0.0-alpha.22",
157-
"@jupyterlab/toc-extension": "^6.0.0-alpha.22",
158-
"@jupyterlab/tooltip-extension": "^4.0.0-alpha.22",
159-
"@jupyterlab/translation-extension": "^4.0.0-alpha.22",
160-
"@jupyterlab/ui-components-extension": "^4.0.0-alpha.22",
161-
"@jupyterlab/vega5-extension": "^4.0.0-alpha.22"
125+
"@jupyterlab/celltags-extension": "^4.0.0-beta.0",
126+
"@jupyterlab/codemirror": "^4.0.0-beta.0",
127+
"@jupyterlab/codemirror-extension": "^4.0.0-beta.0",
128+
"@jupyterlab/completer-extension": "^4.0.0-beta.0",
129+
"@jupyterlab/console-extension": "^4.0.0-beta.0",
130+
"@jupyterlab/coreutils": "^6.0.0-beta.0",
131+
"@jupyterlab/csvviewer-extension": "^4.0.0-beta.0",
132+
"@jupyterlab/debugger-extension": "^4.0.0-beta.0",
133+
"@jupyterlab/docmanager-extension": "^4.0.0-beta.0",
134+
"@jupyterlab/documentsearch-extension": "^4.0.0-beta.0",
135+
"@jupyterlab/extensionmanager-extension": "^4.0.0-beta.0",
136+
"@jupyterlab/filebrowser-extension": "^4.0.0-beta.0",
137+
"@jupyterlab/fileeditor-extension": "^4.0.0-beta.0",
138+
"@jupyterlab/htmlviewer-extension": "^4.0.0-beta.0",
139+
"@jupyterlab/hub-extension": "^4.0.0-beta.0",
140+
"@jupyterlab/javascript-extension": "^4.0.0-beta.0",
141+
"@jupyterlab/json-extension": "^4.0.0-beta.0",
142+
"@jupyterlab/lsp": "^4.0.0-beta.0",
143+
"@jupyterlab/lsp-extension": "^4.0.0-beta.0",
144+
"@jupyterlab/mainmenu-extension": "^4.0.0-beta.0",
145+
"@jupyterlab/markedparser-extension": "^4.0.0-beta.0",
146+
"@jupyterlab/mathjax-extension": "^4.0.0-beta.0",
147+
"@jupyterlab/notebook-extension": "^4.0.0-beta.0",
148+
"@jupyterlab/pdf-extension": "^4.0.0-beta.0",
149+
"@jupyterlab/rendermime-extension": "^4.0.0-beta.0",
150+
"@jupyterlab/running-extension": "^4.0.0-beta.0",
151+
"@jupyterlab/settingeditor": "^4.0.0-beta.0",
152+
"@jupyterlab/settingeditor-extension": "^4.0.0-beta.0",
153+
"@jupyterlab/shortcuts-extension": "^4.0.0-beta.0",
154+
"@jupyterlab/terminal-extension": "^4.0.0-beta.0",
155+
"@jupyterlab/theme-dark-extension": "^4.0.0-beta.0",
156+
"@jupyterlab/theme-light-extension": "^4.0.0-beta.0",
157+
"@jupyterlab/toc-extension": "^6.0.0-beta.0",
158+
"@jupyterlab/tooltip-extension": "^4.0.0-beta.0",
159+
"@jupyterlab/translation-extension": "^4.0.0-beta.0",
160+
"@jupyterlab/ui-components-extension": "^4.0.0-beta.0",
161+
"@jupyterlab/vega5-extension": "^4.0.0-beta.0"
162162
},
163163
"devDependencies": {
164-
"@jupyterlab/builder": "^4.0.0-alpha.22",
165-
"@jupyterlab/buildutils": "^4.0.0-alpha.22",
164+
"@jupyterlab/builder": "^4.0.0-beta.0",
165+
"@jupyterlab/buildutils": "^4.0.0-beta.0",
166166
"@types/rimraf": "^3.0.2",
167167
"css-loader": "~5.0.1",
168168
"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.0.0-alpha.22",
32+
"@jupyterlab/buildutils": "^4.0.0-beta.0",
3333
"commander": "^6.2.0",
3434
"fs-extra": "^9.1.0",
3535
"typescript": "~5.0.2"

package.json

Lines changed: 1 addition & 1 deletion
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-alpha.22",
45+
"@jupyterlab/buildutils": "^4.0.0-beta.0",
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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@
4040
"dependencies": {
4141
"@jupyter-notebook/application": "^7.0.0-alpha.18",
4242
"@jupyter-notebook/ui-components": "^7.0.0-alpha.18",
43-
"@jupyterlab/application": "^4.0.0-alpha.22",
44-
"@jupyterlab/apputils": "^4.0.0-alpha.22",
43+
"@jupyterlab/application": "^4.0.0-beta.0",
44+
"@jupyterlab/apputils": "^4.0.0-beta.0",
4545
"@jupyterlab/celltags": "^4.0.0-alpha.20",
46-
"@jupyterlab/codeeditor": "^4.0.0-alpha.22",
47-
"@jupyterlab/console": "^4.0.0-alpha.22",
48-
"@jupyterlab/coreutils": "^6.0.0-alpha.22",
49-
"@jupyterlab/docmanager": "^4.0.0-alpha.22",
50-
"@jupyterlab/docregistry": "^4.0.0-alpha.22",
51-
"@jupyterlab/mainmenu": "^4.0.0-alpha.22",
52-
"@jupyterlab/settingregistry": "^4.0.0-alpha.22",
53-
"@jupyterlab/translation": "^4.0.0-alpha.22",
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",
5454
"@lumino/coreutils": "^2.0.0",
5555
"@lumino/disposable": "^2.0.0",
56-
"@lumino/widgets": "^2.0.0"
56+
"@lumino/widgets": "^2.0.1"
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.0-alpha.22",
46-
"@jupyterlab/coreutils": "^6.0.0-alpha.22",
47-
"@jupyterlab/docregistry": "^4.0.0-alpha.22",
48-
"@jupyterlab/rendermime-interfaces": "^3.8.0-alpha.22",
49-
"@jupyterlab/ui-components": "^4.0.0-alpha.37",
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",
5050
"@lumino/algorithm": "^2.0.0",
5151
"@lumino/coreutils": "^2.0.0",
5252
"@lumino/messaging": "^2.0.0",
5353
"@lumino/polling": "^2.0.0",
5454
"@lumino/signaling": "^2.0.0",
55-
"@lumino/widgets": "^2.0.0"
55+
"@lumino/widgets": "^2.0.1"
5656
},
5757
"devDependencies": {
5858
"@babel/core": "^7.11.6",
5959
"@babel/preset-env": "^7.12.1",
60-
"@jupyterlab/testutils": "^4.0.0-alpha.22",
60+
"@jupyterlab/testutils": "^4.0.0-beta.0",
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
@@ -38,9 +38,9 @@
3838
"watch": "tsc -b --watch"
3939
},
4040
"dependencies": {
41-
"@jupyterlab/application": "^4.0.0-alpha.22",
42-
"@jupyterlab/console": "^4.0.0-alpha.22",
43-
"@jupyterlab/coreutils": "^6.0.0-alpha.22",
41+
"@jupyterlab/application": "^4.0.0-beta.0",
42+
"@jupyterlab/console": "^4.0.0-beta.0",
43+
"@jupyterlab/coreutils": "^6.0.0-beta.0",
4444
"@lumino/algorithm": "^2.0.0"
4545
},
4646
"devDependencies": {

packages/docmanager-extension/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
"watch": "tsc -b --watch"
3939
},
4040
"dependencies": {
41-
"@jupyterlab/application": "^4.0.0-alpha.22",
42-
"@jupyterlab/coreutils": "^6.0.0-alpha.22",
43-
"@jupyterlab/docmanager": "^4.0.0-alpha.22",
44-
"@jupyterlab/docregistry": "^4.0.0-alpha.22",
45-
"@jupyterlab/services": "^7.0.0-alpha.22",
41+
"@jupyterlab/application": "^4.0.0-beta.0",
42+
"@jupyterlab/coreutils": "^6.0.0-beta.0",
43+
"@jupyterlab/docmanager": "^4.0.0-beta.0",
44+
"@jupyterlab/docregistry": "^4.0.0-beta.0",
45+
"@jupyterlab/services": "^7.0.0-beta.0",
4646
"@lumino/algorithm": "^2.0.0",
4747
"@lumino/signaling": "^2.0.0"
4848
},

packages/documentsearch-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.0.0-alpha.18",
42-
"@jupyterlab/application": "^4.0.0-alpha.22",
43-
"@jupyterlab/documentsearch": "^4.0.0-alpha.22",
44-
"@lumino/widgets": "^2.0.0"
42+
"@jupyterlab/application": "^4.0.0-beta.0",
43+
"@jupyterlab/documentsearch": "^4.0.0-beta.0",
44+
"@lumino/widgets": "^2.0.1"
4545
},
4646
"devDependencies": {
4747
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)