Skip to content

Commit 4a0387f

Browse files
Update to JupyterLab 4.0.0a35 (#6757)
* Update deps * Drop `skipLibCheck` * Integrity fixes * Fix deps * Enable the file size column by default * Fix yarn.lock * Enable file name search toolbar item * Update Playwright Snapshots * Update Playwright Snapshots * Try set overflow options explicitly * Update Playwright Snapshots * Update to the latest Lumino 2 rc * Fix yarn.lock * Update Playwright Snapshots --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0f5f3de commit 4a0387f

38 files changed

+3781
-3873
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tasks:
2222
micromamba activate
2323
EOT
2424
source /workspace/bin/activate-env.sh
25-
micromamba install -n base -y -c conda-forge python=3.11 nodejs=14 yarn
25+
micromamba install -n base -y -c conda-forge python=3.11 nodejs=14 yarn=1
2626
source /workspace/bin/activate-env.sh
2727
python -m pip install -e ".[dev,test]" && jlpm && jlpm run build && jlpm develop
2828
gp sync-done setup

app/package.json

Lines changed: 131 additions & 132 deletions
Original file line numberDiff line numberDiff line change
@@ -21,89 +21,89 @@
2121
"@jupyter-notebook/tree": "~7.0.0-alpha.14",
2222
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.14",
2323
"@jupyter-notebook/ui-components": "~7.0.0-alpha.14",
24-
"@jupyter/ydoc": "~0.3.1",
25-
"@jupyterlab/application": "~4.0.0-alpha.19",
26-
"@jupyterlab/application-extension": "~4.0.0-alpha.19",
27-
"@jupyterlab/apputils": "~4.0.0-alpha.19",
28-
"@jupyterlab/apputils-extension": "~4.0.0-alpha.19",
29-
"@jupyterlab/cell-toolbar": "~4.0.0-alpha.19",
30-
"@jupyterlab/cell-toolbar-extension": "~4.0.0-alpha.19",
31-
"@jupyterlab/celltags": "~4.0.0-alpha.19",
32-
"@jupyterlab/celltags-extension": "~4.0.0-alpha.19",
33-
"@jupyterlab/codeeditor": "~4.0.0-alpha.19",
34-
"@jupyterlab/codemirror": "~4.0.0-alpha.19",
35-
"@jupyterlab/codemirror-extension": "~4.0.0-alpha.19",
36-
"@jupyterlab/completer": "~4.0.0-alpha.19",
37-
"@jupyterlab/completer-extension": "~4.0.0-alpha.19",
38-
"@jupyterlab/console": "~4.0.0-alpha.19",
39-
"@jupyterlab/console-extension": "~4.0.0-alpha.19",
40-
"@jupyterlab/coreutils": "~6.0.0-alpha.19",
41-
"@jupyterlab/debugger": "~4.0.0-alpha.19",
42-
"@jupyterlab/debugger-extension": "~4.0.0-alpha.19",
43-
"@jupyterlab/docmanager": "~4.0.0-alpha.19",
44-
"@jupyterlab/docmanager-extension": "~4.0.0-alpha.19",
45-
"@jupyterlab/documentsearch": "~4.0.0-alpha.19",
46-
"@jupyterlab/documentsearch-extension": "~4.0.0-alpha.19",
47-
"@jupyterlab/extensionmanager": "~4.0.0-alpha.19",
48-
"@jupyterlab/extensionmanager-extension": "~4.0.0-alpha.19",
49-
"@jupyterlab/filebrowser": "~4.0.0-alpha.19",
50-
"@jupyterlab/filebrowser-extension": "~4.0.0-alpha.19",
51-
"@jupyterlab/fileeditor": "~4.0.0-alpha.19",
52-
"@jupyterlab/fileeditor-extension": "~4.0.0-alpha.19",
53-
"@jupyterlab/htmlviewer": "~4.0.0-alpha.19",
54-
"@jupyterlab/htmlviewer-extension": "~4.0.0-alpha.19",
55-
"@jupyterlab/hub-extension": "~4.0.0-alpha.19",
56-
"@jupyterlab/javascript-extension": "~4.0.0-alpha.19",
57-
"@jupyterlab/json-extension": "~4.0.0-alpha.19",
58-
"@jupyterlab/lsp": "~4.0.0-alpha.19",
59-
"@jupyterlab/lsp-extension": "~4.0.0-alpha.19",
60-
"@jupyterlab/mainmenu": "~4.0.0-alpha.19",
61-
"@jupyterlab/mainmenu-extension": "~4.0.0-alpha.19",
62-
"@jupyterlab/markedparser-extension": "~4.0.0-alpha.19",
63-
"@jupyterlab/mathjax2-extension": "~4.0.0-alpha.19",
64-
"@jupyterlab/notebook": "~4.0.0-alpha.19",
65-
"@jupyterlab/notebook-extension": "~4.0.0-alpha.19",
66-
"@jupyterlab/observables": "~5.0.0-alpha.19",
67-
"@jupyterlab/outputarea": "~4.0.0-alpha.19",
68-
"@jupyterlab/pdf-extension": "~4.0.0-alpha.19",
69-
"@jupyterlab/rendermime": "~4.0.0-alpha.19",
70-
"@jupyterlab/rendermime-extension": "~4.0.0-alpha.19",
71-
"@jupyterlab/rendermime-interfaces": "~3.8.0-alpha.19",
72-
"@jupyterlab/running-extension": "~4.0.0-alpha.19",
73-
"@jupyterlab/services": "~7.0.0-alpha.19",
74-
"@jupyterlab/settingeditor": "~4.0.0-alpha.19",
75-
"@jupyterlab/settingeditor-extension": "~4.0.0-alpha.19",
76-
"@jupyterlab/settingregistry": "~4.0.0-alpha.19",
77-
"@jupyterlab/shortcuts-extension": "~4.0.0-alpha.19",
78-
"@jupyterlab/statedb": "~4.0.0-alpha.19",
79-
"@jupyterlab/statusbar": "~4.0.0-alpha.19",
80-
"@jupyterlab/terminal": "~4.0.0-alpha.19",
81-
"@jupyterlab/terminal-extension": "~4.0.0-alpha.19",
82-
"@jupyterlab/theme-dark-extension": "~4.0.0-alpha.19",
83-
"@jupyterlab/theme-light-extension": "~4.0.0-alpha.19",
84-
"@jupyterlab/toc-extension": "~6.0.0-alpha.19",
85-
"@jupyterlab/tooltip": "~4.0.0-alpha.19",
86-
"@jupyterlab/tooltip-extension": "~4.0.0-alpha.19",
87-
"@jupyterlab/translation": "~4.0.0-alpha.19",
88-
"@jupyterlab/translation-extension": "~4.0.0-alpha.19",
89-
"@jupyterlab/ui-components": "~4.0.0-alpha.34",
90-
"@jupyterlab/ui-components-extension": "~4.0.0-alpha.19",
91-
"@jupyterlab/vega5-extension": "~4.0.0-alpha.19",
92-
"@lumino/algorithm": "~2.0.0-beta.0",
93-
"@lumino/application": "~2.0.0-beta.1",
94-
"@lumino/commands": "~2.0.0-beta.1",
95-
"@lumino/coreutils": "~2.0.0-beta.0",
96-
"@lumino/disposable": "~2.0.0-beta.1",
97-
"@lumino/domutils": "~2.0.0-beta.0",
98-
"@lumino/dragdrop": "~2.0.0-beta.1",
99-
"@lumino/messaging": "~2.0.0-beta.0",
100-
"@lumino/properties": "~2.0.0-beta.0",
101-
"@lumino/signaling": "~2.0.0-beta.1",
102-
"@lumino/virtualdom": "~2.0.0-beta.0",
103-
"@lumino/widgets": "~2.0.0-beta.1",
24+
"@jupyter/ydoc": "~0.3.4",
25+
"@jupyterlab/application": "~4.0.0-alpha.20",
26+
"@jupyterlab/application-extension": "~4.0.0-alpha.20",
27+
"@jupyterlab/apputils": "~4.0.0-alpha.20",
28+
"@jupyterlab/apputils-extension": "~4.0.0-alpha.20",
29+
"@jupyterlab/cell-toolbar": "~4.0.0-alpha.20",
30+
"@jupyterlab/cell-toolbar-extension": "~4.0.0-alpha.20",
31+
"@jupyterlab/celltags": "~4.0.0-alpha.20",
32+
"@jupyterlab/celltags-extension": "~4.0.0-alpha.20",
33+
"@jupyterlab/codeeditor": "~4.0.0-alpha.20",
34+
"@jupyterlab/codemirror": "~4.0.0-alpha.20",
35+
"@jupyterlab/codemirror-extension": "~4.0.0-alpha.20",
36+
"@jupyterlab/completer": "~4.0.0-alpha.20",
37+
"@jupyterlab/completer-extension": "~4.0.0-alpha.20",
38+
"@jupyterlab/console": "~4.0.0-alpha.20",
39+
"@jupyterlab/console-extension": "~4.0.0-alpha.20",
40+
"@jupyterlab/coreutils": "~6.0.0-alpha.20",
41+
"@jupyterlab/debugger": "~4.0.0-alpha.20",
42+
"@jupyterlab/debugger-extension": "~4.0.0-alpha.20",
43+
"@jupyterlab/docmanager": "~4.0.0-alpha.20",
44+
"@jupyterlab/docmanager-extension": "~4.0.0-alpha.20",
45+
"@jupyterlab/documentsearch": "~4.0.0-alpha.20",
46+
"@jupyterlab/documentsearch-extension": "~4.0.0-alpha.20",
47+
"@jupyterlab/extensionmanager": "~4.0.0-alpha.20",
48+
"@jupyterlab/extensionmanager-extension": "~4.0.0-alpha.20",
49+
"@jupyterlab/filebrowser": "~4.0.0-alpha.20",
50+
"@jupyterlab/filebrowser-extension": "~4.0.0-alpha.20",
51+
"@jupyterlab/fileeditor": "~4.0.0-alpha.20",
52+
"@jupyterlab/fileeditor-extension": "~4.0.0-alpha.20",
53+
"@jupyterlab/htmlviewer": "~4.0.0-alpha.20",
54+
"@jupyterlab/htmlviewer-extension": "~4.0.0-alpha.20",
55+
"@jupyterlab/hub-extension": "~4.0.0-alpha.20",
56+
"@jupyterlab/javascript-extension": "~4.0.0-alpha.20",
57+
"@jupyterlab/json-extension": "~4.0.0-alpha.20",
58+
"@jupyterlab/lsp": "~4.0.0-alpha.20",
59+
"@jupyterlab/lsp-extension": "~4.0.0-alpha.20",
60+
"@jupyterlab/mainmenu": "~4.0.0-alpha.20",
61+
"@jupyterlab/mainmenu-extension": "~4.0.0-alpha.20",
62+
"@jupyterlab/markedparser-extension": "~4.0.0-alpha.20",
63+
"@jupyterlab/mathjax2-extension": "~4.0.0-alpha.20",
64+
"@jupyterlab/notebook": "~4.0.0-alpha.20",
65+
"@jupyterlab/notebook-extension": "~4.0.0-alpha.20",
66+
"@jupyterlab/observables": "~5.0.0-alpha.20",
67+
"@jupyterlab/outputarea": "~4.0.0-alpha.20",
68+
"@jupyterlab/pdf-extension": "~4.0.0-alpha.20",
69+
"@jupyterlab/rendermime": "~4.0.0-alpha.20",
70+
"@jupyterlab/rendermime-extension": "~4.0.0-alpha.20",
71+
"@jupyterlab/rendermime-interfaces": "~3.8.0-alpha.20",
72+
"@jupyterlab/running-extension": "~4.0.0-alpha.20",
73+
"@jupyterlab/services": "~7.0.0-alpha.20",
74+
"@jupyterlab/settingeditor": "~4.0.0-alpha.20",
75+
"@jupyterlab/settingeditor-extension": "~4.0.0-alpha.20",
76+
"@jupyterlab/settingregistry": "~4.0.0-alpha.20",
77+
"@jupyterlab/shortcuts-extension": "~4.0.0-alpha.20",
78+
"@jupyterlab/statedb": "~4.0.0-alpha.20",
79+
"@jupyterlab/statusbar": "~4.0.0-alpha.20",
80+
"@jupyterlab/terminal": "~4.0.0-alpha.20",
81+
"@jupyterlab/terminal-extension": "~4.0.0-alpha.20",
82+
"@jupyterlab/theme-dark-extension": "~4.0.0-alpha.20",
83+
"@jupyterlab/theme-light-extension": "~4.0.0-alpha.20",
84+
"@jupyterlab/toc-extension": "~6.0.0-alpha.20",
85+
"@jupyterlab/tooltip": "~4.0.0-alpha.20",
86+
"@jupyterlab/tooltip-extension": "~4.0.0-alpha.20",
87+
"@jupyterlab/translation": "~4.0.0-alpha.20",
88+
"@jupyterlab/translation-extension": "~4.0.0-alpha.20",
89+
"@jupyterlab/ui-components": "~4.0.0-alpha.35",
90+
"@jupyterlab/ui-components-extension": "~4.0.0-alpha.20",
91+
"@jupyterlab/vega5-extension": "~4.0.0-alpha.20",
92+
"@lumino/algorithm": "~2.0.0-rc.0",
93+
"@lumino/application": "~2.0.0-rc.0",
94+
"@lumino/commands": "~2.0.0-rc.0",
95+
"@lumino/coreutils": "~2.0.0-rc.0",
96+
"@lumino/disposable": "~2.0.0-rc.0",
97+
"@lumino/domutils": "~2.0.0-rc.0",
98+
"@lumino/dragdrop": "~2.0.0-rc.0",
99+
"@lumino/messaging": "~2.0.0-rc.0",
100+
"@lumino/properties": "~2.0.0-rc.0",
101+
"@lumino/signaling": "~2.0.0-rc.0",
102+
"@lumino/virtualdom": "~2.0.0-rc.0",
103+
"@lumino/widgets": "~2.0.0-rc.0",
104104
"react": "~18.2.0",
105105
"react-dom": "~18.2.0",
106-
"yjs": "~13.5.45"
106+
"yjs": "~13.5.48"
107107
},
108108
"dependencies": {
109109
"@jupyter-notebook/application": "^7.0.0-alpha.14",
@@ -117,50 +117,50 @@
117117
"@jupyter-notebook/tree": "^7.0.0-alpha.14",
118118
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.14",
119119
"@jupyter-notebook/ui-components": "^7.0.0-alpha.14",
120-
"@jupyterlab/application-extension": "^4.0.0-alpha.19",
121-
"@jupyterlab/apputils-extension": "^4.0.0-alpha.19",
122-
"@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.19",
123-
"@jupyterlab/celltags": "^4.0.0-alpha.19",
124-
"@jupyterlab/celltags-extension": "^4.0.0-alpha.19",
125-
"@jupyterlab/codemirror": "^4.0.0-alpha.19",
126-
"@jupyterlab/codemirror-extension": "^4.0.0-alpha.19",
127-
"@jupyterlab/completer-extension": "^4.0.0-alpha.19",
128-
"@jupyterlab/console-extension": "^4.0.0-alpha.19",
129-
"@jupyterlab/coreutils": "^6.0.0-alpha.19",
130-
"@jupyterlab/debugger-extension": "^4.0.0-alpha.19",
131-
"@jupyterlab/docmanager-extension": "^4.0.0-alpha.19",
132-
"@jupyterlab/documentsearch-extension": "^4.0.0-alpha.19",
133-
"@jupyterlab/extensionmanager-extension": "^4.0.0-alpha.19",
134-
"@jupyterlab/filebrowser-extension": "^4.0.0-alpha.19",
135-
"@jupyterlab/fileeditor-extension": "^4.0.0-alpha.19",
136-
"@jupyterlab/htmlviewer-extension": "^4.0.0-alpha.19",
137-
"@jupyterlab/hub-extension": "^4.0.0-alpha.19",
138-
"@jupyterlab/javascript-extension": "^4.0.0-alpha.19",
139-
"@jupyterlab/json-extension": "^4.0.0-alpha.19",
140-
"@jupyterlab/lsp": "^4.0.0-alpha.19",
141-
"@jupyterlab/lsp-extension": "^4.0.0-alpha.19",
142-
"@jupyterlab/mainmenu-extension": "^4.0.0-alpha.19",
143-
"@jupyterlab/markedparser-extension": "^4.0.0-alpha.19",
144-
"@jupyterlab/mathjax2-extension": "^4.0.0-alpha.19",
145-
"@jupyterlab/notebook-extension": "^4.0.0-alpha.19",
146-
"@jupyterlab/pdf-extension": "^4.0.0-alpha.19",
147-
"@jupyterlab/rendermime-extension": "^4.0.0-alpha.19",
148-
"@jupyterlab/running-extension": "^4.0.0-alpha.19",
149-
"@jupyterlab/settingeditor": "^4.0.0-alpha.19",
150-
"@jupyterlab/settingeditor-extension": "^4.0.0-alpha.19",
151-
"@jupyterlab/shortcuts-extension": "^4.0.0-alpha.19",
152-
"@jupyterlab/terminal-extension": "^4.0.0-alpha.19",
153-
"@jupyterlab/theme-dark-extension": "^4.0.0-alpha.19",
154-
"@jupyterlab/theme-light-extension": "^4.0.0-alpha.19",
155-
"@jupyterlab/toc-extension": "^6.0.0-alpha.19",
156-
"@jupyterlab/tooltip-extension": "^4.0.0-alpha.19",
157-
"@jupyterlab/translation-extension": "^4.0.0-alpha.19",
158-
"@jupyterlab/ui-components-extension": "^4.0.0-alpha.19",
159-
"@jupyterlab/vega5-extension": "^4.0.0-alpha.19"
120+
"@jupyterlab/application-extension": "^4.0.0-alpha.20",
121+
"@jupyterlab/apputils-extension": "^4.0.0-alpha.20",
122+
"@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.20",
123+
"@jupyterlab/celltags": "^4.0.0-alpha.20",
124+
"@jupyterlab/celltags-extension": "^4.0.0-alpha.20",
125+
"@jupyterlab/codemirror": "^4.0.0-alpha.20",
126+
"@jupyterlab/codemirror-extension": "^4.0.0-alpha.20",
127+
"@jupyterlab/completer-extension": "^4.0.0-alpha.20",
128+
"@jupyterlab/console-extension": "^4.0.0-alpha.20",
129+
"@jupyterlab/coreutils": "^6.0.0-alpha.20",
130+
"@jupyterlab/debugger-extension": "^4.0.0-alpha.20",
131+
"@jupyterlab/docmanager-extension": "^4.0.0-alpha.20",
132+
"@jupyterlab/documentsearch-extension": "^4.0.0-alpha.20",
133+
"@jupyterlab/extensionmanager-extension": "^4.0.0-alpha.20",
134+
"@jupyterlab/filebrowser-extension": "^4.0.0-alpha.20",
135+
"@jupyterlab/fileeditor-extension": "^4.0.0-alpha.20",
136+
"@jupyterlab/htmlviewer-extension": "^4.0.0-alpha.20",
137+
"@jupyterlab/hub-extension": "^4.0.0-alpha.20",
138+
"@jupyterlab/javascript-extension": "^4.0.0-alpha.20",
139+
"@jupyterlab/json-extension": "^4.0.0-alpha.20",
140+
"@jupyterlab/lsp": "^4.0.0-alpha.20",
141+
"@jupyterlab/lsp-extension": "^4.0.0-alpha.20",
142+
"@jupyterlab/mainmenu-extension": "^4.0.0-alpha.20",
143+
"@jupyterlab/markedparser-extension": "^4.0.0-alpha.20",
144+
"@jupyterlab/mathjax2-extension": "^4.0.0-alpha.20",
145+
"@jupyterlab/notebook-extension": "^4.0.0-alpha.20",
146+
"@jupyterlab/pdf-extension": "^4.0.0-alpha.20",
147+
"@jupyterlab/rendermime-extension": "^4.0.0-alpha.20",
148+
"@jupyterlab/running-extension": "^4.0.0-alpha.20",
149+
"@jupyterlab/settingeditor": "^4.0.0-alpha.20",
150+
"@jupyterlab/settingeditor-extension": "^4.0.0-alpha.20",
151+
"@jupyterlab/shortcuts-extension": "^4.0.0-alpha.20",
152+
"@jupyterlab/terminal-extension": "^4.0.0-alpha.20",
153+
"@jupyterlab/theme-dark-extension": "^4.0.0-alpha.20",
154+
"@jupyterlab/theme-light-extension": "^4.0.0-alpha.20",
155+
"@jupyterlab/toc-extension": "^6.0.0-alpha.20",
156+
"@jupyterlab/tooltip-extension": "^4.0.0-alpha.20",
157+
"@jupyterlab/translation-extension": "^4.0.0-alpha.20",
158+
"@jupyterlab/ui-components-extension": "^4.0.0-alpha.20",
159+
"@jupyterlab/vega5-extension": "^4.0.0-alpha.20"
160160
},
161161
"devDependencies": {
162-
"@jupyterlab/builder": "^4.0.0-alpha.19",
163-
"@jupyterlab/buildutils": "^4.0.0-alpha.19",
162+
"@jupyterlab/builder": "^4.0.0-alpha.20",
163+
"@jupyterlab/buildutils": "^4.0.0-alpha.20",
164164
"@types/rimraf": "^3.0.2",
165165
"css-loader": "~5.0.1",
166166
"fs-extra": "^8.1.0",
@@ -179,7 +179,12 @@
179179
},
180180
"jupyterlab": {
181181
"name": "Jupyter Notebook",
182-
"mimeExtensions": {},
182+
"mimeExtensions": {
183+
"@jupyterlab/javascript-extension": true,
184+
"@jupyterlab/json-extension": true,
185+
"@jupyterlab/pdf-extension": true,
186+
"@jupyterlab/vega5-extension": true
187+
},
183188
"plugins": {
184189
"/": {
185190
"@jupyter-notebook/application-extension": true,
@@ -206,9 +211,7 @@
206211
"@jupyterlab/apputils-extension:themes-palette-menu",
207212
"@jupyterlab/apputils-extension:toolbar-registry"
208213
],
209-
"@jupyterlab/codemirror-extension": [
210-
"@jupyterlab/codemirror-extension:services"
211-
],
214+
"@jupyterlab/codemirror-extension": true,
212215
"@jupyterlab/completer-extension": [
213216
"@jupyterlab/completer-extension:base-service",
214217
"@jupyterlab/completer-extension:manager"
@@ -308,9 +311,6 @@
308311
"@jupyterlab/fileeditor-extension": [
309312
"@jupyterlab/fileeditor-extension:completer",
310313
"@jupyterlab/fileeditor-extension:search"
311-
],
312-
"@jupyterlab/codemirror-extension": [
313-
"@jupyterlab/codemirror-extension:commands"
314314
]
315315
}
316316
},
@@ -364,7 +364,6 @@
364364
"react",
365365
"react-dom",
366366
"yjs"
367-
],
368-
"linkedPackages": {}
367+
]
369368
}
370369
}

buildutils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"watch": "tsc -w --listEmittedFiles"
3030
},
3131
"dependencies": {
32-
"@jupyterlab/buildutils": "^4.0.0-alpha.19",
32+
"@jupyterlab/buildutils": "^4.0.0-alpha.20",
3333
"commander": "^6.2.0",
3434
"fs-extra": "^9.1.0",
35-
"typescript": "5.0.0-beta"
35+
"typescript": "5.0.1-rc"
3636
},
3737
"devDependencies": {
3838
"@types/fs-extra": "^9.0.10",

buildutils/src/ensure-repo.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ function ensureResolutions(): string[] {
1212
const corePath = path.join(basePath, 'app', 'package.json');
1313
const corePackage = fs.readJSONSync(corePath);
1414

15-
corePackage.jupyterlab.mimeExtensions = {};
16-
corePackage.jupyterlab.linkedPackages = {};
1715
corePackage.resolutions = {};
1816

1917
const packages = Object.keys(corePackage.dependencies).concat(

package.json

Lines changed: 2 additions & 2 deletions
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.19",
45+
"@jupyterlab/buildutils": "^4.0.0-alpha.20",
4646
"@typescript-eslint/eslint-plugin": "^4.2.0",
4747
"@typescript-eslint/parser": "^4.2.0",
4848
"eslint": "^7.10.0",
@@ -55,6 +55,6 @@
5555
"npm-run-all": "^4.1.5",
5656
"prettier": "^1.19.0",
5757
"rimraf": "^3.0.2",
58-
"typescript": "5.0.0-beta"
58+
"typescript": "5.0.1-rc"
5959
}
6060
}

packages/_metapackage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
"@jupyter-notebook/ui-components": "file:../ui-components"
3535
},
3636
"devDependencies": {
37-
"typescript": "5.0.0-beta"
37+
"typescript": "5.0.1-rc"
3838
}
3939
}

0 commit comments

Comments
 (0)