Skip to content

Commit 0d8e60f

Browse files
Update to JupyterLab v4.4.2 (#7649)
* Update to JupyterLab v4.4.2 * more bumps and resolutions * more fixes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4d67dc6 commit 0d8e60f

File tree

22 files changed

+1993
-1994
lines changed

22 files changed

+1993
-1994
lines changed

.github/workflows/buildutils.yml

Lines changed: 2 additions & 2 deletions
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.3.2,<4.4" hatch
32+
python -m pip install -U "jupyterlab>=4.4.0,<4.5" 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.3.2,<4.4" pip
82+
python -m pip install -U "jupyterlab>=4.4.0,<4.5" pip
8383
jlpm
8484
jlpm run build

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545
files: "^notebook"
4646
stages: [manual]
4747
args: ["--install-types", "--non-interactive"]
48-
additional_dependencies: ["traitlets>=5.13", "tornado", "jupyter_server>=2.10", "jupyterlab_server>=2.25", "jupyterlab>=4.4.0rc0,<4.5"]
48+
additional_dependencies: ["traitlets>=5.13", "tornado", "jupyter_server>=2.10", "jupyterlab_server>=2.25", "jupyterlab>=4.4.0,<4.5"]
4949

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

app/package.json

Lines changed: 136 additions & 136 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"watch": "webpack --config ./webpack.config.watch.js"
1111
},
1212
"resolutions": {
13-
"@codemirror/state": "~6.5.0",
14-
"@codemirror/view": "~6.36.1",
13+
"@codemirror/state": "~6.5.2",
14+
"@codemirror/view": "~6.36.7",
1515
"@jupyter-notebook/application": "~7.4.1",
1616
"@jupyter-notebook/application-extension": "~7.4.1",
1717
"@jupyter-notebook/console-extension": "~7.4.1",
@@ -26,90 +26,90 @@
2626
"@jupyter/react-components": "~0.16.7",
2727
"@jupyter/web-components": "~0.16.7",
2828
"@jupyter/ydoc": "~3.0.4",
29-
"@jupyterlab/application": "~4.4.1",
30-
"@jupyterlab/application-extension": "~4.4.1",
31-
"@jupyterlab/apputils": "~4.5.1",
32-
"@jupyterlab/apputils-extension": "~4.4.1",
33-
"@jupyterlab/attachments": "~4.4.1",
34-
"@jupyterlab/cell-toolbar": "~4.4.1",
35-
"@jupyterlab/cell-toolbar-extension": "~4.4.1",
36-
"@jupyterlab/celltags-extension": "~4.4.1",
37-
"@jupyterlab/codeeditor": "~4.4.1",
38-
"@jupyterlab/codemirror": "~4.4.1",
39-
"@jupyterlab/codemirror-extension": "~4.4.1",
40-
"@jupyterlab/completer": "~4.4.1",
41-
"@jupyterlab/completer-extension": "~4.4.1",
42-
"@jupyterlab/console": "~4.4.1",
43-
"@jupyterlab/console-extension": "~4.4.1",
44-
"@jupyterlab/coreutils": "~6.4.1",
45-
"@jupyterlab/csvviewer-extension": "~4.4.1",
46-
"@jupyterlab/debugger": "~4.4.1",
47-
"@jupyterlab/debugger-extension": "~4.4.1",
48-
"@jupyterlab/docmanager": "~4.4.1",
49-
"@jupyterlab/docmanager-extension": "~4.4.1",
50-
"@jupyterlab/documentsearch": "~4.4.1",
51-
"@jupyterlab/documentsearch-extension": "~4.4.1",
52-
"@jupyterlab/extensionmanager": "~4.4.1",
53-
"@jupyterlab/extensionmanager-extension": "~4.4.1",
54-
"@jupyterlab/filebrowser": "~4.4.1",
55-
"@jupyterlab/filebrowser-extension": "~4.4.1",
56-
"@jupyterlab/fileeditor": "~4.4.1",
57-
"@jupyterlab/fileeditor-extension": "~4.4.1",
58-
"@jupyterlab/help-extension": "~4.4.1",
59-
"@jupyterlab/htmlviewer": "~4.4.1",
60-
"@jupyterlab/htmlviewer-extension": "~4.4.1",
61-
"@jupyterlab/hub-extension": "~4.4.1",
62-
"@jupyterlab/imageviewer": "~4.4.1",
63-
"@jupyterlab/imageviewer-extension": "~4.4.1",
64-
"@jupyterlab/javascript-extension": "~4.4.1",
65-
"@jupyterlab/json-extension": "~4.4.1",
66-
"@jupyterlab/logconsole-extension": "~4.4.1",
67-
"@jupyterlab/lsp": "~4.4.1",
68-
"@jupyterlab/lsp-extension": "~4.4.1",
69-
"@jupyterlab/mainmenu": "~4.4.1",
70-
"@jupyterlab/mainmenu-extension": "~4.4.1",
71-
"@jupyterlab/markdownviewer": "~4.4.1",
72-
"@jupyterlab/markdownviewer-extension": "~4.4.1",
73-
"@jupyterlab/markedparser-extension": "~4.4.1",
74-
"@jupyterlab/mathjax-extension": "~4.4.1",
75-
"@jupyterlab/mermaid": "~4.4.1",
76-
"@jupyterlab/mermaid-extension": "~4.4.1",
77-
"@jupyterlab/metadataform": "~4.4.1",
78-
"@jupyterlab/metadataform-extension": "~4.4.1",
79-
"@jupyterlab/notebook": "~4.4.1",
80-
"@jupyterlab/notebook-extension": "~4.4.1",
81-
"@jupyterlab/observables": "~5.4.1",
82-
"@jupyterlab/outputarea": "~4.4.1",
83-
"@jupyterlab/pdf-extension": "~4.4.1",
84-
"@jupyterlab/pluginmanager-extension": "~4.4.1",
85-
"@jupyterlab/rendermime": "~4.4.1",
86-
"@jupyterlab/rendermime-interfaces": "~3.12.1",
87-
"@jupyterlab/running-extension": "~4.4.1",
88-
"@jupyterlab/services": "~7.4.1",
89-
"@jupyterlab/services-extension": "~4.4.1",
90-
"@jupyterlab/settingeditor": "~4.4.1",
91-
"@jupyterlab/settingeditor-extension": "~4.4.1",
92-
"@jupyterlab/settingregistry": "~4.4.1",
93-
"@jupyterlab/shortcuts-extension": "~5.2.1",
94-
"@jupyterlab/statedb": "~4.4.1",
95-
"@jupyterlab/statusbar": "~4.4.1",
96-
"@jupyterlab/terminal": "~4.4.1",
97-
"@jupyterlab/terminal-extension": "~4.4.1",
98-
"@jupyterlab/theme-dark-extension": "~4.4.1",
99-
"@jupyterlab/theme-dark-high-contrast-extension": "~4.4.1",
100-
"@jupyterlab/theme-light-extension": "~4.4.1",
101-
"@jupyterlab/toc-extension": "~6.4.1",
102-
"@jupyterlab/tooltip": "~4.4.1",
103-
"@jupyterlab/tooltip-extension": "~4.4.1",
104-
"@jupyterlab/translation": "~4.4.1",
105-
"@jupyterlab/translation-extension": "~4.4.1",
106-
"@jupyterlab/ui-components": "~4.4.1",
107-
"@jupyterlab/ui-components-extension": "~4.4.1",
108-
"@jupyterlab/vega5-extension": "~4.4.1",
29+
"@jupyterlab/application": "~4.4.2",
30+
"@jupyterlab/application-extension": "~4.4.2",
31+
"@jupyterlab/apputils": "~4.5.2",
32+
"@jupyterlab/apputils-extension": "~4.4.2",
33+
"@jupyterlab/attachments": "~4.4.2",
34+
"@jupyterlab/cell-toolbar": "~4.4.2",
35+
"@jupyterlab/cell-toolbar-extension": "~4.4.2",
36+
"@jupyterlab/celltags-extension": "~4.4.2",
37+
"@jupyterlab/codeeditor": "~4.4.2",
38+
"@jupyterlab/codemirror": "~4.4.2",
39+
"@jupyterlab/codemirror-extension": "~4.4.2",
40+
"@jupyterlab/completer": "~4.4.2",
41+
"@jupyterlab/completer-extension": "~4.4.2",
42+
"@jupyterlab/console": "~4.4.2",
43+
"@jupyterlab/console-extension": "~4.4.2",
44+
"@jupyterlab/coreutils": "~6.4.2",
45+
"@jupyterlab/csvviewer-extension": "~4.4.2",
46+
"@jupyterlab/debugger": "~4.4.2",
47+
"@jupyterlab/debugger-extension": "~4.4.2",
48+
"@jupyterlab/docmanager": "~4.4.2",
49+
"@jupyterlab/docmanager-extension": "~4.4.2",
50+
"@jupyterlab/documentsearch": "~4.4.2",
51+
"@jupyterlab/documentsearch-extension": "~4.4.2",
52+
"@jupyterlab/extensionmanager": "~4.4.2",
53+
"@jupyterlab/extensionmanager-extension": "~4.4.2",
54+
"@jupyterlab/filebrowser": "~4.4.2",
55+
"@jupyterlab/filebrowser-extension": "~4.4.2",
56+
"@jupyterlab/fileeditor": "~4.4.2",
57+
"@jupyterlab/fileeditor-extension": "~4.4.2",
58+
"@jupyterlab/help-extension": "~4.4.2",
59+
"@jupyterlab/htmlviewer": "~4.4.2",
60+
"@jupyterlab/htmlviewer-extension": "~4.4.2",
61+
"@jupyterlab/hub-extension": "~4.4.2",
62+
"@jupyterlab/imageviewer": "~4.4.2",
63+
"@jupyterlab/imageviewer-extension": "~4.4.2",
64+
"@jupyterlab/javascript-extension": "~4.4.2",
65+
"@jupyterlab/json-extension": "~4.4.2",
66+
"@jupyterlab/logconsole-extension": "~4.4.2",
67+
"@jupyterlab/lsp": "~4.4.2",
68+
"@jupyterlab/lsp-extension": "~4.4.2",
69+
"@jupyterlab/mainmenu": "~4.4.2",
70+
"@jupyterlab/mainmenu-extension": "~4.4.2",
71+
"@jupyterlab/markdownviewer": "~4.4.2",
72+
"@jupyterlab/markdownviewer-extension": "~4.4.2",
73+
"@jupyterlab/markedparser-extension": "~4.4.2",
74+
"@jupyterlab/mathjax-extension": "~4.4.2",
75+
"@jupyterlab/mermaid": "~4.4.2",
76+
"@jupyterlab/mermaid-extension": "~4.4.2",
77+
"@jupyterlab/metadataform": "~4.4.2",
78+
"@jupyterlab/metadataform-extension": "~4.4.2",
79+
"@jupyterlab/notebook": "~4.4.2",
80+
"@jupyterlab/notebook-extension": "~4.4.2",
81+
"@jupyterlab/observables": "~5.4.2",
82+
"@jupyterlab/outputarea": "~4.4.2",
83+
"@jupyterlab/pdf-extension": "~4.4.2",
84+
"@jupyterlab/pluginmanager-extension": "~4.4.2",
85+
"@jupyterlab/rendermime": "~4.4.2",
86+
"@jupyterlab/rendermime-interfaces": "~3.12.2",
87+
"@jupyterlab/running-extension": "~4.4.2",
88+
"@jupyterlab/services": "~7.4.2",
89+
"@jupyterlab/services-extension": "~4.4.2",
90+
"@jupyterlab/settingeditor": "~4.4.2",
91+
"@jupyterlab/settingeditor-extension": "~4.4.2",
92+
"@jupyterlab/settingregistry": "~4.4.2",
93+
"@jupyterlab/shortcuts-extension": "~5.2.2",
94+
"@jupyterlab/statedb": "~4.4.2",
95+
"@jupyterlab/statusbar": "~4.4.2",
96+
"@jupyterlab/terminal": "~4.4.2",
97+
"@jupyterlab/terminal-extension": "~4.4.2",
98+
"@jupyterlab/theme-dark-extension": "~4.4.2",
99+
"@jupyterlab/theme-dark-high-contrast-extension": "~4.4.2",
100+
"@jupyterlab/theme-light-extension": "~4.4.2",
101+
"@jupyterlab/toc-extension": "~6.4.2",
102+
"@jupyterlab/tooltip": "~4.4.2",
103+
"@jupyterlab/tooltip-extension": "~4.4.2",
104+
"@jupyterlab/translation": "~4.4.2",
105+
"@jupyterlab/translation-extension": "~4.4.2",
106+
"@jupyterlab/ui-components": "~4.4.2",
107+
"@jupyterlab/ui-components-extension": "~4.4.2",
108+
"@jupyterlab/vega5-extension": "~4.4.2",
109109
"@lezer/common": "~1.2.1",
110110
"@lezer/highlight": "~1.2.0",
111111
"@lumino/algorithm": "~2.0.3",
112-
"@lumino/application": "~2.4.3",
112+
"@lumino/application": "~2.4.4",
113113
"@lumino/commands": "~2.3.2",
114114
"@lumino/coreutils": "~2.2.1",
115115
"@lumino/disposable": "~2.1.4",
@@ -119,7 +119,7 @@
119119
"@lumino/properties": "~2.0.3",
120120
"@lumino/signaling": "~2.1.4",
121121
"@lumino/virtualdom": "~2.0.3",
122-
"@lumino/widgets": "~2.7.0",
122+
"@lumino/widgets": "~2.7.1",
123123
"react": "~18.2.0",
124124
"react-dom": "~18.2.0",
125125
"yjs": "~13.6.8"
@@ -136,63 +136,63 @@
136136
"@jupyter-notebook/tree": "^7.4.1",
137137
"@jupyter-notebook/tree-extension": "^7.4.1",
138138
"@jupyter-notebook/ui-components": "^7.4.1",
139-
"@jupyterlab/application-extension": "~4.4.1",
140-
"@jupyterlab/apputils-extension": "~4.4.1",
141-
"@jupyterlab/attachments": "~4.4.1",
142-
"@jupyterlab/cell-toolbar-extension": "~4.4.1",
143-
"@jupyterlab/celltags-extension": "~4.4.1",
144-
"@jupyterlab/codemirror": "~4.4.1",
145-
"@jupyterlab/codemirror-extension": "~4.4.1",
146-
"@jupyterlab/completer-extension": "~4.4.1",
147-
"@jupyterlab/console-extension": "~4.4.1",
148-
"@jupyterlab/coreutils": "~6.4.1",
149-
"@jupyterlab/csvviewer-extension": "~4.4.1",
150-
"@jupyterlab/debugger-extension": "~4.4.1",
151-
"@jupyterlab/docmanager-extension": "~4.4.1",
152-
"@jupyterlab/documentsearch-extension": "~4.4.1",
153-
"@jupyterlab/extensionmanager-extension": "~4.4.1",
154-
"@jupyterlab/filebrowser-extension": "~4.4.1",
155-
"@jupyterlab/fileeditor-extension": "~4.4.1",
156-
"@jupyterlab/help-extension": "~4.4.1",
157-
"@jupyterlab/htmlviewer-extension": "~4.4.1",
158-
"@jupyterlab/hub-extension": "~4.4.1",
159-
"@jupyterlab/imageviewer-extension": "~4.4.1",
160-
"@jupyterlab/javascript-extension": "~4.4.1",
161-
"@jupyterlab/json-extension": "~4.4.1",
162-
"@jupyterlab/logconsole-extension": "~4.4.1",
163-
"@jupyterlab/lsp": "~4.4.1",
164-
"@jupyterlab/lsp-extension": "~4.4.1",
165-
"@jupyterlab/mainmenu-extension": "~4.4.1",
166-
"@jupyterlab/markdownviewer-extension": "~4.4.1",
167-
"@jupyterlab/markedparser-extension": "~4.4.1",
168-
"@jupyterlab/mathjax-extension": "~4.4.1",
169-
"@jupyterlab/mermaid-extension": "~4.4.1",
170-
"@jupyterlab/metadataform-extension": "~4.4.1",
171-
"@jupyterlab/notebook-extension": "~4.4.1",
172-
"@jupyterlab/pdf-extension": "~4.4.1",
173-
"@jupyterlab/pluginmanager-extension": "~4.4.1",
174-
"@jupyterlab/running-extension": "~4.4.1",
175-
"@jupyterlab/services-extension": "~4.4.1",
176-
"@jupyterlab/settingeditor": "~4.4.1",
177-
"@jupyterlab/settingeditor-extension": "~4.4.1",
178-
"@jupyterlab/shortcuts-extension": "~5.2.1",
179-
"@jupyterlab/terminal-extension": "~4.4.1",
180-
"@jupyterlab/theme-dark-extension": "~4.4.1",
181-
"@jupyterlab/theme-dark-high-contrast-extension": "~4.4.1",
182-
"@jupyterlab/theme-light-extension": "~4.4.1",
183-
"@jupyterlab/toc-extension": "~6.4.1",
184-
"@jupyterlab/tooltip-extension": "~4.4.1",
185-
"@jupyterlab/translation-extension": "~4.4.1",
186-
"@jupyterlab/ui-components-extension": "~4.4.1",
187-
"@jupyterlab/vega5-extension": "~4.4.1",
188-
"@lumino/coreutils": "~2.2.0",
139+
"@jupyterlab/application-extension": "~4.4.2",
140+
"@jupyterlab/apputils-extension": "~4.4.2",
141+
"@jupyterlab/attachments": "~4.4.2",
142+
"@jupyterlab/cell-toolbar-extension": "~4.4.2",
143+
"@jupyterlab/celltags-extension": "~4.4.2",
144+
"@jupyterlab/codemirror": "~4.4.2",
145+
"@jupyterlab/codemirror-extension": "~4.4.2",
146+
"@jupyterlab/completer-extension": "~4.4.2",
147+
"@jupyterlab/console-extension": "~4.4.2",
148+
"@jupyterlab/coreutils": "~6.4.2",
149+
"@jupyterlab/csvviewer-extension": "~4.4.2",
150+
"@jupyterlab/debugger-extension": "~4.4.2",
151+
"@jupyterlab/docmanager-extension": "~4.4.2",
152+
"@jupyterlab/documentsearch-extension": "~4.4.2",
153+
"@jupyterlab/extensionmanager-extension": "~4.4.2",
154+
"@jupyterlab/filebrowser-extension": "~4.4.2",
155+
"@jupyterlab/fileeditor-extension": "~4.4.2",
156+
"@jupyterlab/help-extension": "~4.4.2",
157+
"@jupyterlab/htmlviewer-extension": "~4.4.2",
158+
"@jupyterlab/hub-extension": "~4.4.2",
159+
"@jupyterlab/imageviewer-extension": "~4.4.2",
160+
"@jupyterlab/javascript-extension": "~4.4.2",
161+
"@jupyterlab/json-extension": "~4.4.2",
162+
"@jupyterlab/logconsole-extension": "~4.4.2",
163+
"@jupyterlab/lsp": "~4.4.2",
164+
"@jupyterlab/lsp-extension": "~4.4.2",
165+
"@jupyterlab/mainmenu-extension": "~4.4.2",
166+
"@jupyterlab/markdownviewer-extension": "~4.4.2",
167+
"@jupyterlab/markedparser-extension": "~4.4.2",
168+
"@jupyterlab/mathjax-extension": "~4.4.2",
169+
"@jupyterlab/mermaid-extension": "~4.4.2",
170+
"@jupyterlab/metadataform-extension": "~4.4.2",
171+
"@jupyterlab/notebook-extension": "~4.4.2",
172+
"@jupyterlab/pdf-extension": "~4.4.2",
173+
"@jupyterlab/pluginmanager-extension": "~4.4.2",
174+
"@jupyterlab/running-extension": "~4.4.2",
175+
"@jupyterlab/services-extension": "~4.4.2",
176+
"@jupyterlab/settingeditor": "~4.4.2",
177+
"@jupyterlab/settingeditor-extension": "~4.4.2",
178+
"@jupyterlab/shortcuts-extension": "~5.2.2",
179+
"@jupyterlab/terminal-extension": "~4.4.2",
180+
"@jupyterlab/theme-dark-extension": "~4.4.2",
181+
"@jupyterlab/theme-dark-high-contrast-extension": "~4.4.2",
182+
"@jupyterlab/theme-light-extension": "~4.4.2",
183+
"@jupyterlab/toc-extension": "~6.4.2",
184+
"@jupyterlab/tooltip-extension": "~4.4.2",
185+
"@jupyterlab/translation-extension": "~4.4.2",
186+
"@jupyterlab/ui-components-extension": "~4.4.2",
187+
"@jupyterlab/vega5-extension": "~4.4.2",
188+
"@lumino/coreutils": "~2.2.1",
189189
"react": "^18.2.0",
190190
"react-dom": "^18.2.0",
191191
"yjs": "^13.5.40"
192192
},
193193
"devDependencies": {
194-
"@jupyterlab/builder": "~4.4.1",
195-
"@jupyterlab/buildutils": "~4.4.1",
194+
"@jupyterlab/builder": "~4.4.2",
195+
"@jupyterlab/buildutils": "~4.4.2",
196196
"@types/rimraf": "^3.0.2",
197197
"css-loader": "~5.0.1",
198198
"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.4.1",
32+
"@jupyterlab/buildutils": "~4.4.2",
3333
"commander": "^6.2.0",
3434
"fs-extra": "^9.1.0",
3535
"semver": "^7.6.3",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"yjs": "^13.5.40"
5252
},
5353
"devDependencies": {
54-
"@jupyterlab/buildutils": "~4.4.1",
54+
"@jupyterlab/buildutils": "~4.4.2",
5555
"@typescript-eslint/eslint-plugin": "^5.55.0",
5656
"@typescript-eslint/parser": "^5.55.0",
5757
"eslint": "^8.36.0",

packages/application-extension/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@
4040
"dependencies": {
4141
"@jupyter-notebook/application": "^7.4.1",
4242
"@jupyter-notebook/ui-components": "^7.4.1",
43-
"@jupyterlab/application": "~4.4.1",
44-
"@jupyterlab/apputils": "~4.5.1",
45-
"@jupyterlab/codeeditor": "~4.4.1",
46-
"@jupyterlab/console": "~4.4.1",
47-
"@jupyterlab/coreutils": "~6.4.1",
48-
"@jupyterlab/docmanager": "~4.4.1",
49-
"@jupyterlab/docregistry": "~4.4.1",
50-
"@jupyterlab/mainmenu": "~4.4.1",
51-
"@jupyterlab/rendermime": "~4.4.1",
52-
"@jupyterlab/settingregistry": "~4.4.1",
53-
"@jupyterlab/translation": "~4.4.1",
54-
"@lumino/coreutils": "^2.2.0",
55-
"@lumino/disposable": "^2.1.3",
56-
"@lumino/widgets": "^2.5.0"
43+
"@jupyterlab/application": "~4.4.2",
44+
"@jupyterlab/apputils": "~4.5.2",
45+
"@jupyterlab/codeeditor": "~4.4.2",
46+
"@jupyterlab/console": "~4.4.2",
47+
"@jupyterlab/coreutils": "~6.4.2",
48+
"@jupyterlab/docmanager": "~4.4.2",
49+
"@jupyterlab/docregistry": "~4.4.2",
50+
"@jupyterlab/mainmenu": "~4.4.2",
51+
"@jupyterlab/rendermime": "~4.4.2",
52+
"@jupyterlab/settingregistry": "~4.4.2",
53+
"@jupyterlab/translation": "~4.4.2",
54+
"@lumino/coreutils": "^2.2.1",
55+
"@lumino/disposable": "^2.1.4",
56+
"@lumino/widgets": "^2.7.1"
5757
},
5858
"devDependencies": {
5959
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)