Skip to content

Commit 80b582b

Browse files
authored
Update to JupyterLab 4.2.0a2 (#7307)
* Update `@jupyterlab` packages * Update Lumino * Update Python deps * update yarn.lock * disable recents plugin * try fix locators * Remove `docmanager-extension:recents` plugin
1 parent 4ca5dc2 commit 80b582b

File tree

21 files changed

+1569
-1741
lines changed

21 files changed

+1569
-1741
lines changed

.github/workflows/buildutils.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Install dependencies
3131
run: |
32-
python -m pip install -U "jupyterlab>=4.1.1,<4.2" hatch
32+
python -m pip install -U "jupyterlab>=4.2.0a2,<4.3" hatch
3333
jlpm
3434
jlpm run build
3535
@@ -79,6 +79,6 @@ jobs:
7979

8080
- name: Install dependencies
8181
run: |
82-
python -m pip install -U "jupyterlab>=4.1.1,<4.2" pip
82+
python -m pip install -U "jupyterlab>=4.2.0a2,<4.3" pip
8383
jlpm
8484
jlpm run build

.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.1.1,<4.2"]
47+
additional_dependencies: ["traitlets>=5.13", "tornado", "jupyter_server>=2.10", "jupyterlab_server>=2.25", "jupyterlab>=4.2.0a2,<4.3"]
4848

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

app/package.json

+54-50
Original file line numberDiff line numberDiff line change
@@ -131,59 +131,59 @@
131131
"@jupyter-notebook/tree": "^7.1.2",
132132
"@jupyter-notebook/tree-extension": "^7.1.2",
133133
"@jupyter-notebook/ui-components": "^7.1.2",
134-
"@jupyterlab/application-extension": "~4.1.5",
135-
"@jupyterlab/apputils-extension": "~4.1.5",
136-
"@jupyterlab/attachments": "~4.1.5",
137-
"@jupyterlab/cell-toolbar-extension": "~4.1.5",
138-
"@jupyterlab/celltags-extension": "~4.1.5",
139-
"@jupyterlab/codemirror": "~4.1.5",
140-
"@jupyterlab/codemirror-extension": "~4.1.5",
141-
"@jupyterlab/completer-extension": "~4.1.5",
142-
"@jupyterlab/console-extension": "~4.1.5",
143-
"@jupyterlab/coreutils": "~6.1.5",
144-
"@jupyterlab/csvviewer-extension": "~4.1.5",
145-
"@jupyterlab/debugger-extension": "~4.1.5",
146-
"@jupyterlab/docmanager-extension": "~4.1.5",
147-
"@jupyterlab/documentsearch-extension": "~4.1.5",
148-
"@jupyterlab/extensionmanager-extension": "~4.1.5",
149-
"@jupyterlab/filebrowser-extension": "~4.1.5",
150-
"@jupyterlab/fileeditor-extension": "~4.1.5",
151-
"@jupyterlab/help-extension": "~4.1.5",
152-
"@jupyterlab/htmlviewer-extension": "~4.1.5",
153-
"@jupyterlab/hub-extension": "~4.1.5",
154-
"@jupyterlab/imageviewer-extension": "~4.1.5",
155-
"@jupyterlab/javascript-extension": "~4.1.5",
156-
"@jupyterlab/json-extension": "~4.1.5",
157-
"@jupyterlab/lsp": "~4.1.5",
158-
"@jupyterlab/lsp-extension": "~4.1.5",
159-
"@jupyterlab/mainmenu-extension": "~4.1.5",
160-
"@jupyterlab/markdownviewer-extension": "~4.1.5",
161-
"@jupyterlab/markedparser-extension": "~4.1.5",
162-
"@jupyterlab/mathjax-extension": "~4.1.5",
163-
"@jupyterlab/mermaid-extension": "~4.1.5",
164-
"@jupyterlab/metadataform-extension": "~4.1.5",
165-
"@jupyterlab/notebook-extension": "~4.1.5",
166-
"@jupyterlab/pdf-extension": "~4.1.5",
167-
"@jupyterlab/pluginmanager-extension": "~4.1.5",
168-
"@jupyterlab/running-extension": "~4.1.5",
169-
"@jupyterlab/settingeditor": "~4.1.5",
170-
"@jupyterlab/settingeditor-extension": "~4.1.5",
171-
"@jupyterlab/shortcuts-extension": "~4.1.5",
172-
"@jupyterlab/terminal-extension": "~4.1.5",
173-
"@jupyterlab/theme-dark-extension": "~4.1.5",
174-
"@jupyterlab/theme-light-extension": "~4.1.5",
175-
"@jupyterlab/toc-extension": "~6.1.5",
176-
"@jupyterlab/tooltip-extension": "~4.1.5",
177-
"@jupyterlab/translation-extension": "~4.1.5",
178-
"@jupyterlab/ui-components-extension": "~4.1.5",
179-
"@jupyterlab/vega5-extension": "~4.1.5",
134+
"@jupyterlab/application-extension": "~4.2.0-alpha.2",
135+
"@jupyterlab/apputils-extension": "~4.2.0-alpha.2",
136+
"@jupyterlab/attachments": "~4.2.0-alpha.2",
137+
"@jupyterlab/cell-toolbar-extension": "~4.2.0-alpha.2",
138+
"@jupyterlab/celltags-extension": "~4.2.0-alpha.2",
139+
"@jupyterlab/codemirror": "~4.2.0-alpha.2",
140+
"@jupyterlab/codemirror-extension": "~4.2.0-alpha.2",
141+
"@jupyterlab/completer-extension": "~4.2.0-alpha.2",
142+
"@jupyterlab/console-extension": "~4.2.0-alpha.2",
143+
"@jupyterlab/coreutils": "~6.2.0-alpha.2",
144+
"@jupyterlab/csvviewer-extension": "~4.2.0-alpha.2",
145+
"@jupyterlab/debugger-extension": "~4.2.0-alpha.2",
146+
"@jupyterlab/docmanager-extension": "~4.2.0-alpha.2",
147+
"@jupyterlab/documentsearch-extension": "~4.2.0-alpha.2",
148+
"@jupyterlab/extensionmanager-extension": "~4.2.0-alpha.2",
149+
"@jupyterlab/filebrowser-extension": "~4.2.0-alpha.2",
150+
"@jupyterlab/fileeditor-extension": "~4.2.0-alpha.2",
151+
"@jupyterlab/help-extension": "~4.2.0-alpha.2",
152+
"@jupyterlab/htmlviewer-extension": "~4.2.0-alpha.2",
153+
"@jupyterlab/hub-extension": "~4.2.0-alpha.2",
154+
"@jupyterlab/imageviewer-extension": "~4.2.0-alpha.2",
155+
"@jupyterlab/javascript-extension": "~4.2.0-alpha.2",
156+
"@jupyterlab/json-extension": "~4.2.0-alpha.2",
157+
"@jupyterlab/lsp": "~4.2.0-alpha.2",
158+
"@jupyterlab/lsp-extension": "~4.2.0-alpha.2",
159+
"@jupyterlab/mainmenu-extension": "~4.2.0-alpha.2",
160+
"@jupyterlab/markdownviewer-extension": "~4.2.0-alpha.2",
161+
"@jupyterlab/markedparser-extension": "~4.2.0-alpha.2",
162+
"@jupyterlab/mathjax-extension": "~4.2.0-alpha.2",
163+
"@jupyterlab/mermaid-extension": "~4.2.0-alpha.2",
164+
"@jupyterlab/metadataform-extension": "~4.2.0-alpha.2",
165+
"@jupyterlab/notebook-extension": "~4.2.0-alpha.2",
166+
"@jupyterlab/pdf-extension": "~4.2.0-alpha.2",
167+
"@jupyterlab/pluginmanager-extension": "~4.2.0-alpha.2",
168+
"@jupyterlab/running-extension": "~4.2.0-alpha.2",
169+
"@jupyterlab/settingeditor": "~4.2.0-alpha.2",
170+
"@jupyterlab/settingeditor-extension": "~4.2.0-alpha.2",
171+
"@jupyterlab/shortcuts-extension": "~4.2.0-alpha.2",
172+
"@jupyterlab/terminal-extension": "~4.2.0-alpha.2",
173+
"@jupyterlab/theme-dark-extension": "~4.2.0-alpha.2",
174+
"@jupyterlab/theme-light-extension": "~4.2.0-alpha.2",
175+
"@jupyterlab/toc-extension": "~6.2.0-alpha.2",
176+
"@jupyterlab/tooltip-extension": "~4.2.0-alpha.2",
177+
"@jupyterlab/translation-extension": "~4.2.0-alpha.2",
178+
"@jupyterlab/ui-components-extension": "~4.2.0-alpha.2",
179+
"@jupyterlab/vega5-extension": "~4.2.0-alpha.2",
180180
"react": "^18.2.0",
181181
"react-dom": "^18.2.0",
182182
"yjs": "^13.5.40"
183183
},
184184
"devDependencies": {
185-
"@jupyterlab/builder": "~4.1.5",
186-
"@jupyterlab/buildutils": "~4.1.5",
185+
"@jupyterlab/builder": "~4.2.0-alpha.2",
186+
"@jupyterlab/buildutils": "~4.2.0-alpha.2",
187187
"@types/rimraf": "^3.0.2",
188188
"css-loader": "~5.0.1",
189189
"extra-watch-webpack-plugin": "^1.0.3",
@@ -275,7 +275,9 @@
275275
"@jupyterlab/htmlviewer-extension": true,
276276
"@jupyterlab/imageviewer-extension": true,
277277
"@jupyterlab/lsp-extension": true,
278-
"@jupyterlab/mainmenu-extension": true,
278+
"@jupyterlab/mainmenu-extension": [
279+
"@jupyterlab/mainmenu-extension:plugin"
280+
],
279281
"@jupyterlab/markedparser-extension": true,
280282
"@jupyterlab/mathjax-extension": true,
281283
"@jupyterlab/mermaid-extension": true,
@@ -306,7 +308,9 @@
306308
"@jupyterlab/filebrowser-extension:share-file"
307309
],
308310
"@jupyter-notebook/tree-extension": true,
309-
"@jupyterlab/running-extension": true,
311+
"@jupyterlab/running-extension": [
312+
"@jupyterlab/running-extension:plugin"
313+
],
310314
"@jupyterlab/settingeditor-extension": true
311315
},
312316
"/notebooks": {

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.1.5",
32+
"@jupyterlab/buildutils": "~4.2.0-alpha.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
@@ -49,7 +49,7 @@
4949
"yjs": "^13.5.40"
5050
},
5151
"devDependencies": {
52-
"@jupyterlab/buildutils": "~4.1.5",
52+
"@jupyterlab/buildutils": "~4.2.0-alpha.2",
5353
"@typescript-eslint/eslint-plugin": "^5.55.0",
5454
"@typescript-eslint/parser": "^5.55.0",
5555
"eslint": "^8.36.0",

packages/application-extension/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@
4040
"dependencies": {
4141
"@jupyter-notebook/application": "^7.1.2",
4242
"@jupyter-notebook/ui-components": "^7.1.2",
43-
"@jupyterlab/application": "~4.1.5",
44-
"@jupyterlab/apputils": "~4.2.5",
45-
"@jupyterlab/codeeditor": "~4.1.5",
46-
"@jupyterlab/console": "~4.1.5",
47-
"@jupyterlab/coreutils": "~6.1.5",
48-
"@jupyterlab/docmanager": "~4.1.5",
49-
"@jupyterlab/docregistry": "~4.1.5",
50-
"@jupyterlab/mainmenu": "~4.1.5",
51-
"@jupyterlab/rendermime": "~4.1.5",
52-
"@jupyterlab/settingregistry": "~4.1.5",
53-
"@jupyterlab/translation": "~4.1.5",
43+
"@jupyterlab/application": "~4.2.0-alpha.2",
44+
"@jupyterlab/apputils": "~4.3.0-alpha.2",
45+
"@jupyterlab/codeeditor": "~4.2.0-alpha.2",
46+
"@jupyterlab/console": "~4.2.0-alpha.2",
47+
"@jupyterlab/coreutils": "~6.2.0-alpha.2",
48+
"@jupyterlab/docmanager": "~4.2.0-alpha.2",
49+
"@jupyterlab/docregistry": "~4.2.0-alpha.2",
50+
"@jupyterlab/mainmenu": "~4.2.0-alpha.2",
51+
"@jupyterlab/rendermime": "~4.2.0-alpha.2",
52+
"@jupyterlab/settingregistry": "~4.2.0-alpha.2",
53+
"@jupyterlab/translation": "~4.2.0-alpha.2",
5454
"@lumino/coreutils": "^2.1.2",
5555
"@lumino/disposable": "^2.1.2",
56-
"@lumino/widgets": "^2.3.1"
56+
"@lumino/widgets": "^2.3.2"
5757
},
5858
"devDependencies": {
5959
"rimraf": "^3.0.2",

packages/application/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -42,22 +42,22 @@
4242
"watch": "tsc -b --watch"
4343
},
4444
"dependencies": {
45-
"@jupyterlab/application": "~4.1.5",
46-
"@jupyterlab/coreutils": "~6.1.5",
47-
"@jupyterlab/docregistry": "~4.1.5",
48-
"@jupyterlab/rendermime-interfaces": "~3.9.5",
49-
"@jupyterlab/ui-components": "~4.1.5",
45+
"@jupyterlab/application": "~4.2.0-alpha.2",
46+
"@jupyterlab/coreutils": "~6.2.0-alpha.2",
47+
"@jupyterlab/docregistry": "~4.2.0-alpha.2",
48+
"@jupyterlab/rendermime-interfaces": "~3.10.0-alpha.2",
49+
"@jupyterlab/ui-components": "~4.2.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.1"
55+
"@lumino/widgets": "^2.3.2"
5656
},
5757
"devDependencies": {
5858
"@babel/core": "^7.11.6",
5959
"@babel/preset-env": "^7.12.1",
60-
"@jupyterlab/testutils": "~4.1.5",
60+
"@jupyterlab/testutils": "~4.2.0-alpha.2",
6161
"@types/jest": "^29.2.5",
6262
"jest": "^29.3.1",
6363
"rimraf": "^3.0.2",

packages/console-extension/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
},
4040
"dependencies": {
4141
"@jupyter-notebook/application": "^7.1.2",
42-
"@jupyterlab/application": "~4.1.5",
43-
"@jupyterlab/console": "~4.1.5",
44-
"@jupyterlab/coreutils": "~6.1.5",
42+
"@jupyterlab/application": "~4.2.0-alpha.2",
43+
"@jupyterlab/console": "~4.2.0-alpha.2",
44+
"@jupyterlab/coreutils": "~6.2.0-alpha.2",
4545
"@lumino/algorithm": "^2.0.1"
4646
},
4747
"devDependencies": {

packages/docmanager-extension/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
},
4040
"dependencies": {
4141
"@jupyter-notebook/application": "^7.1.2",
42-
"@jupyterlab/application": "~4.1.5",
43-
"@jupyterlab/coreutils": "~6.1.5",
44-
"@jupyterlab/docmanager": "~4.1.5",
45-
"@jupyterlab/docregistry": "~4.1.5",
46-
"@jupyterlab/services": "~7.1.5",
42+
"@jupyterlab/application": "~4.2.0-alpha.2",
43+
"@jupyterlab/coreutils": "~6.2.0-alpha.2",
44+
"@jupyterlab/docmanager": "~4.2.0-alpha.2",
45+
"@jupyterlab/docregistry": "~4.2.0-alpha.2",
46+
"@jupyterlab/services": "~7.2.0-alpha.2",
4747
"@lumino/algorithm": "^2.0.1",
4848
"@lumino/signaling": "^2.1.2"
4949
},

packages/documentsearch-extension/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
},
4040
"dependencies": {
4141
"@jupyter-notebook/application": "^7.1.2",
42-
"@jupyterlab/application": "~4.1.5",
43-
"@jupyterlab/documentsearch": "~4.1.5",
44-
"@lumino/widgets": "^2.3.1"
42+
"@jupyterlab/application": "~4.2.0-alpha.2",
43+
"@jupyterlab/documentsearch": "~4.2.0-alpha.2",
44+
"@lumino/widgets": "^2.3.2"
4545
},
4646
"devDependencies": {
4747
"rimraf": "^3.0.2",

packages/help-extension/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
},
4040
"dependencies": {
4141
"@jupyter-notebook/ui-components": "^7.1.2",
42-
"@jupyterlab/application": "~4.1.5",
43-
"@jupyterlab/apputils": "~4.2.5",
44-
"@jupyterlab/mainmenu": "~4.1.5",
45-
"@jupyterlab/translation": "~4.1.5",
42+
"@jupyterlab/application": "~4.2.0-alpha.2",
43+
"@jupyterlab/apputils": "~4.3.0-alpha.2",
44+
"@jupyterlab/mainmenu": "~4.2.0-alpha.2",
45+
"@jupyterlab/translation": "~4.2.0-alpha.2",
4646
"react": "^18.2.0",
4747
"react-dom": "^18.2.0"
4848
},

packages/lab-extension/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,18 @@
4444
},
4545
"dependencies": {
4646
"@jupyter-notebook/application": "^7.1.2",
47-
"@jupyterlab/application": "~4.1.5",
48-
"@jupyterlab/apputils": "~4.2.5",
49-
"@jupyterlab/coreutils": "~6.1.5",
50-
"@jupyterlab/docregistry": "~4.1.5",
51-
"@jupyterlab/notebook": "~4.1.5",
52-
"@jupyterlab/translation": "~4.1.5",
53-
"@jupyterlab/ui-components": "~4.1.5",
54-
"@lumino/commands": "^2.2.0",
47+
"@jupyterlab/application": "~4.2.0-alpha.2",
48+
"@jupyterlab/apputils": "~4.3.0-alpha.2",
49+
"@jupyterlab/coreutils": "~6.2.0-alpha.2",
50+
"@jupyterlab/docregistry": "~4.2.0-alpha.2",
51+
"@jupyterlab/notebook": "~4.2.0-alpha.2",
52+
"@jupyterlab/translation": "~4.2.0-alpha.2",
53+
"@jupyterlab/ui-components": "~4.2.0-alpha.2",
54+
"@lumino/commands": "^2.3.0",
5555
"@lumino/disposable": "^2.1.2"
5656
},
5757
"devDependencies": {
58-
"@jupyterlab/builder": "~4.1.5",
58+
"@jupyterlab/builder": "~4.2.0-alpha.2",
5959
"rimraf": "^3.0.2",
6060
"typescript": "~5.0.2"
6161
},

packages/notebook-extension/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@
3939
},
4040
"dependencies": {
4141
"@jupyter-notebook/application": "^7.1.2",
42-
"@jupyterlab/application": "~4.1.5",
43-
"@jupyterlab/apputils": "~4.2.5",
44-
"@jupyterlab/cells": "~4.1.5",
45-
"@jupyterlab/docmanager": "~4.1.5",
46-
"@jupyterlab/notebook": "~4.1.5",
47-
"@jupyterlab/settingregistry": "~4.1.5",
48-
"@jupyterlab/translation": "~4.1.5",
42+
"@jupyterlab/application": "~4.2.0-alpha.2",
43+
"@jupyterlab/apputils": "~4.3.0-alpha.2",
44+
"@jupyterlab/cells": "~4.2.0-alpha.2",
45+
"@jupyterlab/docmanager": "~4.2.0-alpha.2",
46+
"@jupyterlab/notebook": "~4.2.0-alpha.2",
47+
"@jupyterlab/settingregistry": "~4.2.0-alpha.2",
48+
"@jupyterlab/translation": "~4.2.0-alpha.2",
4949
"@lumino/polling": "^2.1.2",
50-
"@lumino/widgets": "^2.3.1",
50+
"@lumino/widgets": "^2.3.2",
5151
"react": "^18.2.0",
5252
"react-dom": "^18.2.0"
5353
},

packages/terminal-extension/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
},
4040
"dependencies": {
4141
"@jupyter-notebook/application": "^7.1.2",
42-
"@jupyterlab/application": "~4.1.5",
43-
"@jupyterlab/coreutils": "~6.1.5",
44-
"@jupyterlab/terminal": "~4.1.5",
42+
"@jupyterlab/application": "~4.2.0-alpha.2",
43+
"@jupyterlab/coreutils": "~6.2.0-alpha.2",
44+
"@jupyterlab/terminal": "~4.2.0-alpha.2",
4545
"@lumino/algorithm": "^2.0.1"
4646
},
4747
"devDependencies": {

packages/tree-extension/package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,21 @@
4040
"dependencies": {
4141
"@jupyter-notebook/application": "^7.1.2",
4242
"@jupyter-notebook/tree": "^7.1.2",
43-
"@jupyterlab/application": "~4.1.5",
44-
"@jupyterlab/apputils": "~4.2.5",
45-
"@jupyterlab/coreutils": "~6.1.5",
46-
"@jupyterlab/docmanager": "~4.1.5",
47-
"@jupyterlab/filebrowser": "~4.1.5",
48-
"@jupyterlab/mainmenu": "~4.1.5",
49-
"@jupyterlab/services": "~7.1.5",
50-
"@jupyterlab/settingeditor": "~4.1.5",
51-
"@jupyterlab/settingregistry": "~4.1.5",
52-
"@jupyterlab/statedb": "~4.1.5",
53-
"@jupyterlab/translation": "~4.1.5",
54-
"@jupyterlab/ui-components": "~4.1.5",
43+
"@jupyterlab/application": "~4.2.0-alpha.2",
44+
"@jupyterlab/apputils": "~4.3.0-alpha.2",
45+
"@jupyterlab/coreutils": "~6.2.0-alpha.2",
46+
"@jupyterlab/docmanager": "~4.2.0-alpha.2",
47+
"@jupyterlab/filebrowser": "~4.2.0-alpha.2",
48+
"@jupyterlab/mainmenu": "~4.2.0-alpha.2",
49+
"@jupyterlab/services": "~7.2.0-alpha.2",
50+
"@jupyterlab/settingeditor": "~4.2.0-alpha.2",
51+
"@jupyterlab/settingregistry": "~4.2.0-alpha.2",
52+
"@jupyterlab/statedb": "~4.2.0-alpha.2",
53+
"@jupyterlab/translation": "~4.2.0-alpha.2",
54+
"@jupyterlab/ui-components": "~4.2.0-alpha.2",
5555
"@lumino/algorithm": "^2.0.1",
56-
"@lumino/commands": "^2.2.0",
57-
"@lumino/widgets": "^2.3.1"
56+
"@lumino/commands": "^2.3.0",
57+
"@lumino/widgets": "^2.3.2"
5858
},
5959
"devDependencies": {
6060
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)