Skip to content

Commit 3299ee6

Browse files
authored
Update to JupyterLab 4.1.0 final (#7234)
* Update to JupyterLab 4.1.0 final * update resolutions
1 parent 6785346 commit 3299ee6

File tree

19 files changed

+1316
-1325
lines changed

19 files changed

+1316
-1325
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.0rc1,<5" hatch
32+
python -m pip install -U "jupyterlab>=4.1.0,<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.1.0rc1,<5" pip
82+
python -m pip install -U "jupyterlab>=4.1.0,<5" 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.0rc1"]
47+
additional_dependencies: ["traitlets>=5.13", "tornado", "jupyter_server>=2.10", "jupyterlab_server>=2.25", "jupyterlab>=4.1.0,<5"]
4848

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

app/package.json

+125-125
Original file line numberDiff line numberDiff line change
@@ -24,83 +24,83 @@
2424
"@jupyter-notebook/tree-extension": "~7.1.0-beta.0",
2525
"@jupyter-notebook/ui-components": "~7.1.0-beta.0",
2626
"@jupyter/ydoc": "~1.1.1",
27-
"@jupyterlab/application": "~4.1.0-rc.1",
28-
"@jupyterlab/application-extension": "~4.1.0-rc.1",
29-
"@jupyterlab/apputils": "~4.2.0-rc.1",
30-
"@jupyterlab/apputils-extension": "~4.1.0-rc.1",
31-
"@jupyterlab/attachments": "~4.1.0-rc.1",
32-
"@jupyterlab/cell-toolbar": "~4.1.0-rc.1",
33-
"@jupyterlab/cell-toolbar-extension": "~4.1.0-rc.1",
34-
"@jupyterlab/celltags-extension": "~4.1.0-rc.1",
35-
"@jupyterlab/codeeditor": "~4.1.0-rc.1",
36-
"@jupyterlab/codemirror": "~4.1.0-rc.1",
37-
"@jupyterlab/codemirror-extension": "~4.1.0-rc.1",
38-
"@jupyterlab/completer": "~4.1.0-rc.1",
39-
"@jupyterlab/completer-extension": "~4.1.0-rc.1",
40-
"@jupyterlab/console": "~4.1.0-rc.1",
41-
"@jupyterlab/console-extension": "~4.1.0-rc.1",
42-
"@jupyterlab/coreutils": "~6.1.0-rc.1",
43-
"@jupyterlab/csvviewer-extension": "~4.1.0-rc.1",
44-
"@jupyterlab/debugger": "~4.1.0-rc.1",
45-
"@jupyterlab/debugger-extension": "~4.1.0-rc.1",
46-
"@jupyterlab/docmanager": "~4.1.0-rc.1",
47-
"@jupyterlab/docmanager-extension": "~4.1.0-rc.1",
48-
"@jupyterlab/documentsearch": "~4.1.0-rc.1",
49-
"@jupyterlab/documentsearch-extension": "~4.1.0-rc.1",
50-
"@jupyterlab/extensionmanager": "~4.1.0-rc.1",
51-
"@jupyterlab/extensionmanager-extension": "~4.1.0-rc.1",
52-
"@jupyterlab/filebrowser": "~4.1.0-rc.1",
53-
"@jupyterlab/filebrowser-extension": "~4.1.0-rc.1",
54-
"@jupyterlab/fileeditor": "~4.1.0-rc.1",
55-
"@jupyterlab/fileeditor-extension": "~4.1.0-rc.1",
56-
"@jupyterlab/help-extension": "~4.1.0-rc.1",
57-
"@jupyterlab/htmlviewer": "~4.1.0-rc.1",
58-
"@jupyterlab/htmlviewer-extension": "~4.1.0-rc.1",
59-
"@jupyterlab/hub-extension": "~4.1.0-rc.1",
60-
"@jupyterlab/imageviewer": "~4.1.0-rc.1",
61-
"@jupyterlab/imageviewer-extension": "~4.1.0-rc.1",
62-
"@jupyterlab/javascript-extension": "~4.1.0-rc.1",
63-
"@jupyterlab/json-extension": "~4.1.0-rc.1",
64-
"@jupyterlab/lsp": "~4.1.0-rc.1",
65-
"@jupyterlab/lsp-extension": "~4.1.0-rc.1",
66-
"@jupyterlab/mainmenu": "~4.1.0-rc.1",
67-
"@jupyterlab/mainmenu-extension": "~4.1.0-rc.1",
68-
"@jupyterlab/markdownviewer": "~4.1.0-rc.1",
69-
"@jupyterlab/markdownviewer-extension": "~4.1.0-rc.1",
70-
"@jupyterlab/markedparser-extension": "~4.1.0-rc.1",
71-
"@jupyterlab/mathjax-extension": "~4.1.0-rc.1",
72-
"@jupyterlab/mermaid": "~4.1.0-rc.1",
73-
"@jupyterlab/mermaid-extension": "~4.1.0-rc.1",
74-
"@jupyterlab/metadataform": "~4.1.0-rc.1",
75-
"@jupyterlab/metadataform-extension": "~4.1.0-rc.1",
76-
"@jupyterlab/notebook": "~4.1.0-rc.1",
77-
"@jupyterlab/notebook-extension": "~4.1.0-rc.1",
78-
"@jupyterlab/observables": "~5.1.0-rc.1",
79-
"@jupyterlab/outputarea": "~4.1.0-rc.1",
80-
"@jupyterlab/pdf-extension": "~4.1.0-rc.1",
81-
"@jupyterlab/pluginmanager-extension": "~4.1.0-rc.1",
82-
"@jupyterlab/rendermime": "~4.1.0-rc.1",
83-
"@jupyterlab/rendermime-interfaces": "~3.9.0-rc.1",
84-
"@jupyterlab/running-extension": "~4.1.0-rc.1",
85-
"@jupyterlab/services": "~7.1.0-rc.1",
86-
"@jupyterlab/settingeditor": "~4.1.0-rc.1",
87-
"@jupyterlab/settingeditor-extension": "~4.1.0-rc.1",
88-
"@jupyterlab/settingregistry": "~4.1.0-rc.1",
89-
"@jupyterlab/shortcuts-extension": "~4.1.0-rc.1",
90-
"@jupyterlab/statedb": "~4.1.0-rc.1",
91-
"@jupyterlab/statusbar": "~4.1.0-rc.1",
92-
"@jupyterlab/terminal": "~4.1.0-rc.1",
93-
"@jupyterlab/terminal-extension": "~4.1.0-rc.1",
94-
"@jupyterlab/theme-dark-extension": "~4.1.0-rc.1",
95-
"@jupyterlab/theme-light-extension": "~4.1.0-rc.1",
96-
"@jupyterlab/toc-extension": "~6.1.0-rc.1",
97-
"@jupyterlab/tooltip": "~4.1.0-rc.1",
98-
"@jupyterlab/tooltip-extension": "~4.1.0-rc.1",
99-
"@jupyterlab/translation": "~4.1.0-rc.1",
100-
"@jupyterlab/translation-extension": "~4.1.0-rc.1",
101-
"@jupyterlab/ui-components": "~4.1.0-rc.1",
102-
"@jupyterlab/ui-components-extension": "~4.1.0-rc.1",
103-
"@jupyterlab/vega5-extension": "~4.1.0-rc.1",
27+
"@jupyterlab/application": "~4.1.0",
28+
"@jupyterlab/application-extension": "~4.1.0",
29+
"@jupyterlab/apputils": "~4.2.0",
30+
"@jupyterlab/apputils-extension": "~4.1.0",
31+
"@jupyterlab/attachments": "~4.1.0",
32+
"@jupyterlab/cell-toolbar": "~4.1.0",
33+
"@jupyterlab/cell-toolbar-extension": "~4.1.0",
34+
"@jupyterlab/celltags-extension": "~4.1.0",
35+
"@jupyterlab/codeeditor": "~4.1.0",
36+
"@jupyterlab/codemirror": "~4.1.0",
37+
"@jupyterlab/codemirror-extension": "~4.1.0",
38+
"@jupyterlab/completer": "~4.1.0",
39+
"@jupyterlab/completer-extension": "~4.1.0",
40+
"@jupyterlab/console": "~4.1.0",
41+
"@jupyterlab/console-extension": "~4.1.0",
42+
"@jupyterlab/coreutils": "~6.1.0",
43+
"@jupyterlab/csvviewer-extension": "~4.1.0",
44+
"@jupyterlab/debugger": "~4.1.0",
45+
"@jupyterlab/debugger-extension": "~4.1.0",
46+
"@jupyterlab/docmanager": "~4.1.0",
47+
"@jupyterlab/docmanager-extension": "~4.1.0",
48+
"@jupyterlab/documentsearch": "~4.1.0",
49+
"@jupyterlab/documentsearch-extension": "~4.1.0",
50+
"@jupyterlab/extensionmanager": "~4.1.0",
51+
"@jupyterlab/extensionmanager-extension": "~4.1.0",
52+
"@jupyterlab/filebrowser": "~4.1.0",
53+
"@jupyterlab/filebrowser-extension": "~4.1.0",
54+
"@jupyterlab/fileeditor": "~4.1.0",
55+
"@jupyterlab/fileeditor-extension": "~4.1.0",
56+
"@jupyterlab/help-extension": "~4.1.0",
57+
"@jupyterlab/htmlviewer": "~4.1.0",
58+
"@jupyterlab/htmlviewer-extension": "~4.1.0",
59+
"@jupyterlab/hub-extension": "~4.1.0",
60+
"@jupyterlab/imageviewer": "~4.1.0",
61+
"@jupyterlab/imageviewer-extension": "~4.1.0",
62+
"@jupyterlab/javascript-extension": "~4.1.0",
63+
"@jupyterlab/json-extension": "~4.1.0",
64+
"@jupyterlab/lsp": "~4.1.0",
65+
"@jupyterlab/lsp-extension": "~4.1.0",
66+
"@jupyterlab/mainmenu": "~4.1.0",
67+
"@jupyterlab/mainmenu-extension": "~4.1.0",
68+
"@jupyterlab/markdownviewer": "~4.1.0",
69+
"@jupyterlab/markdownviewer-extension": "~4.1.0",
70+
"@jupyterlab/markedparser-extension": "~4.1.0",
71+
"@jupyterlab/mathjax-extension": "~4.1.0",
72+
"@jupyterlab/mermaid": "~4.1.0",
73+
"@jupyterlab/mermaid-extension": "~4.1.0",
74+
"@jupyterlab/metadataform": "~4.1.0",
75+
"@jupyterlab/metadataform-extension": "~4.1.0",
76+
"@jupyterlab/notebook": "~4.1.0",
77+
"@jupyterlab/notebook-extension": "~4.1.0",
78+
"@jupyterlab/observables": "~5.1.0",
79+
"@jupyterlab/outputarea": "~4.1.0",
80+
"@jupyterlab/pdf-extension": "~4.1.0",
81+
"@jupyterlab/pluginmanager-extension": "~4.1.0",
82+
"@jupyterlab/rendermime": "~4.1.0",
83+
"@jupyterlab/rendermime-interfaces": "~3.9.0",
84+
"@jupyterlab/running-extension": "~4.1.0",
85+
"@jupyterlab/services": "~7.1.0",
86+
"@jupyterlab/settingeditor": "~4.1.0",
87+
"@jupyterlab/settingeditor-extension": "~4.1.0",
88+
"@jupyterlab/settingregistry": "~4.1.0",
89+
"@jupyterlab/shortcuts-extension": "~4.1.0",
90+
"@jupyterlab/statedb": "~4.1.0",
91+
"@jupyterlab/statusbar": "~4.1.0",
92+
"@jupyterlab/terminal": "~4.1.0",
93+
"@jupyterlab/terminal-extension": "~4.1.0",
94+
"@jupyterlab/theme-dark-extension": "~4.1.0",
95+
"@jupyterlab/theme-light-extension": "~4.1.0",
96+
"@jupyterlab/toc-extension": "~6.1.0",
97+
"@jupyterlab/tooltip": "~4.1.0",
98+
"@jupyterlab/tooltip-extension": "~4.1.0",
99+
"@jupyterlab/translation": "~4.1.0",
100+
"@jupyterlab/translation-extension": "~4.1.0",
101+
"@jupyterlab/ui-components": "~4.1.0",
102+
"@jupyterlab/ui-components-extension": "~4.1.0",
103+
"@jupyterlab/vega5-extension": "~4.1.0",
104104
"@lezer/common": "~1.1.0",
105105
"@lezer/highlight": "~1.1.6",
106106
"@lumino/algorithm": "~2.0.1",
@@ -131,59 +131,59 @@
131131
"@jupyter-notebook/tree": "^7.1.0-beta.0",
132132
"@jupyter-notebook/tree-extension": "^7.1.0-beta.0",
133133
"@jupyter-notebook/ui-components": "^7.1.0-beta.0",
134-
"@jupyterlab/application-extension": "^4.1.0-rc.1",
135-
"@jupyterlab/apputils-extension": "^4.1.0-rc.1",
136-
"@jupyterlab/attachments": "^4.1.0-rc.1",
137-
"@jupyterlab/cell-toolbar-extension": "^4.1.0-rc.1",
138-
"@jupyterlab/celltags-extension": "^4.1.0-rc.1",
139-
"@jupyterlab/codemirror": "^4.1.0-rc.1",
140-
"@jupyterlab/codemirror-extension": "^4.1.0-rc.1",
141-
"@jupyterlab/completer-extension": "^4.1.0-rc.1",
142-
"@jupyterlab/console-extension": "^4.1.0-rc.1",
143-
"@jupyterlab/coreutils": "^6.1.0-rc.1",
144-
"@jupyterlab/csvviewer-extension": "^4.1.0-rc.1",
145-
"@jupyterlab/debugger-extension": "^4.1.0-rc.1",
146-
"@jupyterlab/docmanager-extension": "^4.1.0-rc.1",
147-
"@jupyterlab/documentsearch-extension": "^4.1.0-rc.1",
148-
"@jupyterlab/extensionmanager-extension": "^4.1.0-rc.1",
149-
"@jupyterlab/filebrowser-extension": "^4.1.0-rc.1",
150-
"@jupyterlab/fileeditor-extension": "^4.1.0-rc.1",
151-
"@jupyterlab/help-extension": "^4.1.0-rc.1",
152-
"@jupyterlab/htmlviewer-extension": "^4.1.0-rc.1",
153-
"@jupyterlab/hub-extension": "^4.1.0-rc.1",
154-
"@jupyterlab/imageviewer-extension": "^4.1.0-rc.1",
155-
"@jupyterlab/javascript-extension": "^4.1.0-rc.1",
156-
"@jupyterlab/json-extension": "^4.1.0-rc.1",
157-
"@jupyterlab/lsp": "^4.1.0-rc.1",
158-
"@jupyterlab/lsp-extension": "^4.1.0-rc.1",
159-
"@jupyterlab/mainmenu-extension": "^4.1.0-rc.1",
160-
"@jupyterlab/markdownviewer-extension": "^4.1.0-rc.1",
161-
"@jupyterlab/markedparser-extension": "^4.1.0-rc.1",
162-
"@jupyterlab/mathjax-extension": "^4.1.0-rc.1",
163-
"@jupyterlab/mermaid-extension": "^4.1.0-rc.1",
164-
"@jupyterlab/metadataform-extension": "^4.1.0-rc.1",
165-
"@jupyterlab/notebook-extension": "^4.1.0-rc.1",
166-
"@jupyterlab/pdf-extension": "^4.1.0-rc.1",
167-
"@jupyterlab/pluginmanager-extension": "^4.1.0-rc.1",
168-
"@jupyterlab/running-extension": "^4.1.0-rc.1",
169-
"@jupyterlab/settingeditor": "^4.1.0-rc.1",
170-
"@jupyterlab/settingeditor-extension": "^4.1.0-rc.1",
171-
"@jupyterlab/shortcuts-extension": "^4.1.0-rc.1",
172-
"@jupyterlab/terminal-extension": "^4.1.0-rc.1",
173-
"@jupyterlab/theme-dark-extension": "^4.1.0-rc.1",
174-
"@jupyterlab/theme-light-extension": "^4.1.0-rc.1",
175-
"@jupyterlab/toc-extension": "^6.1.0-rc.1",
176-
"@jupyterlab/tooltip-extension": "^4.1.0-rc.1",
177-
"@jupyterlab/translation-extension": "^4.1.0-rc.1",
178-
"@jupyterlab/ui-components-extension": "^4.1.0-rc.1",
179-
"@jupyterlab/vega5-extension": "^4.1.0-rc.1",
134+
"@jupyterlab/application-extension": "^4.1.0",
135+
"@jupyterlab/apputils-extension": "^4.1.0",
136+
"@jupyterlab/attachments": "^4.1.0",
137+
"@jupyterlab/cell-toolbar-extension": "^4.1.0",
138+
"@jupyterlab/celltags-extension": "^4.1.0",
139+
"@jupyterlab/codemirror": "^4.1.0",
140+
"@jupyterlab/codemirror-extension": "^4.1.0",
141+
"@jupyterlab/completer-extension": "^4.1.0",
142+
"@jupyterlab/console-extension": "^4.1.0",
143+
"@jupyterlab/coreutils": "^6.1.0",
144+
"@jupyterlab/csvviewer-extension": "^4.1.0",
145+
"@jupyterlab/debugger-extension": "^4.1.0",
146+
"@jupyterlab/docmanager-extension": "^4.1.0",
147+
"@jupyterlab/documentsearch-extension": "^4.1.0",
148+
"@jupyterlab/extensionmanager-extension": "^4.1.0",
149+
"@jupyterlab/filebrowser-extension": "^4.1.0",
150+
"@jupyterlab/fileeditor-extension": "^4.1.0",
151+
"@jupyterlab/help-extension": "^4.1.0",
152+
"@jupyterlab/htmlviewer-extension": "^4.1.0",
153+
"@jupyterlab/hub-extension": "^4.1.0",
154+
"@jupyterlab/imageviewer-extension": "^4.1.0",
155+
"@jupyterlab/javascript-extension": "^4.1.0",
156+
"@jupyterlab/json-extension": "^4.1.0",
157+
"@jupyterlab/lsp": "^4.1.0",
158+
"@jupyterlab/lsp-extension": "^4.1.0",
159+
"@jupyterlab/mainmenu-extension": "^4.1.0",
160+
"@jupyterlab/markdownviewer-extension": "^4.1.0",
161+
"@jupyterlab/markedparser-extension": "^4.1.0",
162+
"@jupyterlab/mathjax-extension": "^4.1.0",
163+
"@jupyterlab/mermaid-extension": "^4.1.0",
164+
"@jupyterlab/metadataform-extension": "^4.1.0",
165+
"@jupyterlab/notebook-extension": "^4.1.0",
166+
"@jupyterlab/pdf-extension": "^4.1.0",
167+
"@jupyterlab/pluginmanager-extension": "^4.1.0",
168+
"@jupyterlab/running-extension": "^4.1.0",
169+
"@jupyterlab/settingeditor": "^4.1.0",
170+
"@jupyterlab/settingeditor-extension": "^4.1.0",
171+
"@jupyterlab/shortcuts-extension": "^4.1.0",
172+
"@jupyterlab/terminal-extension": "^4.1.0",
173+
"@jupyterlab/theme-dark-extension": "^4.1.0",
174+
"@jupyterlab/theme-light-extension": "^4.1.0",
175+
"@jupyterlab/toc-extension": "^6.1.0",
176+
"@jupyterlab/tooltip-extension": "^4.1.0",
177+
"@jupyterlab/translation-extension": "^4.1.0",
178+
"@jupyterlab/ui-components-extension": "^4.1.0",
179+
"@jupyterlab/vega5-extension": "^4.1.0",
180180
"react": "^18.2.0",
181181
"react-dom": "^18.2.0",
182182
"yjs": "^13.5.40"
183183
},
184184
"devDependencies": {
185-
"@jupyterlab/builder": "^4.1.0-rc.1",
186-
"@jupyterlab/buildutils": "^4.1.0-rc.1",
185+
"@jupyterlab/builder": "^4.1.0",
186+
"@jupyterlab/buildutils": "^4.1.0",
187187
"@types/rimraf": "^3.0.2",
188188
"css-loader": "~5.0.1",
189189
"extra-watch-webpack-plugin": "^1.0.3",

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.0-rc.1",
32+
"@jupyterlab/buildutils": "^4.1.0",
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.0-rc.1",
52+
"@jupyterlab/buildutils": "^4.1.0",
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

+11-11
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@
4040
"dependencies": {
4141
"@jupyter-notebook/application": "^7.1.0-beta.0",
4242
"@jupyter-notebook/ui-components": "^7.1.0-beta.0",
43-
"@jupyterlab/application": "^4.1.0-rc.1",
44-
"@jupyterlab/apputils": "^4.2.0-rc.1",
45-
"@jupyterlab/codeeditor": "^4.1.0-rc.1",
46-
"@jupyterlab/console": "^4.1.0-rc.1",
47-
"@jupyterlab/coreutils": "^6.1.0-rc.1",
48-
"@jupyterlab/docmanager": "^4.1.0-rc.1",
49-
"@jupyterlab/docregistry": "^4.1.0-rc.1",
50-
"@jupyterlab/mainmenu": "^4.1.0-rc.1",
51-
"@jupyterlab/rendermime": "^4.1.0-rc.1",
52-
"@jupyterlab/settingregistry": "^4.1.0-rc.1",
53-
"@jupyterlab/translation": "^4.1.0-rc.1",
43+
"@jupyterlab/application": "^4.1.0",
44+
"@jupyterlab/apputils": "^4.2.0",
45+
"@jupyterlab/codeeditor": "^4.1.0",
46+
"@jupyterlab/console": "^4.1.0",
47+
"@jupyterlab/coreutils": "^6.1.0",
48+
"@jupyterlab/docmanager": "^4.1.0",
49+
"@jupyterlab/docregistry": "^4.1.0",
50+
"@jupyterlab/mainmenu": "^4.1.0",
51+
"@jupyterlab/rendermime": "^4.1.0",
52+
"@jupyterlab/settingregistry": "^4.1.0",
53+
"@jupyterlab/translation": "^4.1.0",
5454
"@lumino/coreutils": "^2.1.2",
5555
"@lumino/disposable": "^2.1.2",
5656
"@lumino/widgets": "^2.3.1"

packages/application/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
"watch": "tsc -b --watch"
4343
},
4444
"dependencies": {
45-
"@jupyterlab/application": "^4.1.0-rc.1",
46-
"@jupyterlab/coreutils": "^6.1.0-rc.1",
47-
"@jupyterlab/docregistry": "^4.1.0-rc.1",
48-
"@jupyterlab/rendermime-interfaces": "^3.9.0-rc.1",
49-
"@jupyterlab/ui-components": "^4.1.0-rc.1",
45+
"@jupyterlab/application": "^4.1.0",
46+
"@jupyterlab/coreutils": "^6.1.0",
47+
"@jupyterlab/docregistry": "^4.1.0",
48+
"@jupyterlab/rendermime-interfaces": "^3.9.0",
49+
"@jupyterlab/ui-components": "^4.1.0",
5050
"@lumino/algorithm": "^2.0.1",
5151
"@lumino/coreutils": "^2.1.2",
5252
"@lumino/messaging": "^2.0.1",
@@ -57,7 +57,7 @@
5757
"devDependencies": {
5858
"@babel/core": "^7.11.6",
5959
"@babel/preset-env": "^7.12.1",
60-
"@jupyterlab/testutils": "^4.1.0-rc.1",
60+
"@jupyterlab/testutils": "^4.1.0",
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.0-beta.0",
42-
"@jupyterlab/application": "^4.1.0-rc.1",
43-
"@jupyterlab/console": "^4.1.0-rc.1",
44-
"@jupyterlab/coreutils": "^6.1.0-rc.1",
42+
"@jupyterlab/application": "^4.1.0",
43+
"@jupyterlab/console": "^4.1.0",
44+
"@jupyterlab/coreutils": "^6.1.0",
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.0-beta.0",
42-
"@jupyterlab/application": "^4.1.0-rc.1",
43-
"@jupyterlab/coreutils": "^6.1.0-rc.1",
44-
"@jupyterlab/docmanager": "^4.1.0-rc.1",
45-
"@jupyterlab/docregistry": "^4.1.0-rc.1",
46-
"@jupyterlab/services": "^7.1.0-rc.1",
42+
"@jupyterlab/application": "^4.1.0",
43+
"@jupyterlab/coreutils": "^6.1.0",
44+
"@jupyterlab/docmanager": "^4.1.0",
45+
"@jupyterlab/docregistry": "^4.1.0",
46+
"@jupyterlab/services": "^7.1.0",
4747
"@lumino/algorithm": "^2.0.1",
4848
"@lumino/signaling": "^2.1.2"
4949
},

0 commit comments

Comments
 (0)