Skip to content

Commit 2f4c44f

Browse files
Bump to jupyterlab v4.4.0 (#458)
* Bump jupyterlab v4.4.0 * Bump lumino packages
1 parent b9ccca6 commit 2f4c44f

File tree

8 files changed

+659
-810
lines changed

8 files changed

+659
-810
lines changed

packages/collaboration-extension/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,21 +57,21 @@
5757
"@jupyter/collaborative-drive": "^4.0.0-beta.0",
5858
"@jupyter/docprovider": "^4.0.0-beta.0",
5959
"@jupyter/ydoc": "^2.1.3 || ^3.0.0",
60-
"@jupyterlab/application": "^4.4.0-alpha.2",
61-
"@jupyterlab/apputils": "^4.4.0-alpha.2",
62-
"@jupyterlab/codemirror": "^4.4.0-alpha.2",
63-
"@jupyterlab/coreutils": "^6.4.0-alpha.2",
64-
"@jupyterlab/services": "^7.4.0-alpha.2",
65-
"@jupyterlab/statedb": "^4.4.0-alpha.2",
66-
"@jupyterlab/translation": "^4.4.0-alpha.2",
67-
"@jupyterlab/ui-components": "^4.4.0-alpha.2",
68-
"@lumino/widgets": "^2.1.0",
60+
"@jupyterlab/application": "^4.4.0",
61+
"@jupyterlab/apputils": "^4.4.0",
62+
"@jupyterlab/codemirror": "^4.4.0",
63+
"@jupyterlab/coreutils": "^6.4.0",
64+
"@jupyterlab/services": "^7.4.0",
65+
"@jupyterlab/statedb": "^4.4.0",
66+
"@jupyterlab/translation": "^4.4.0",
67+
"@jupyterlab/ui-components": "^4.4.0",
68+
"@lumino/widgets": "^2.7.0",
6969
"y-protocols": "^1.0.5",
7070
"y-websocket": "^1.3.15",
7171
"yjs": "^13.5.40"
7272
},
7373
"devDependencies": {
74-
"@jupyterlab/builder": "^4.4.0-alpha.2",
74+
"@jupyterlab/builder": "^4.4.0",
7575
"@types/react": "~18.3.1",
7676
"npm-run-all": "^4.1.5",
7777
"rimraf": "^4.1.2",

packages/collaboration/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@
4141
"dependencies": {
4242
"@codemirror/state": "^6.2.0",
4343
"@codemirror/view": "^6.7.0",
44-
"@jupyterlab/apputils": "^4.4.0-alpha.2",
45-
"@jupyterlab/coreutils": "^6.4.0-alpha.2",
46-
"@jupyterlab/docregistry": "^4.4.0-alpha.2",
47-
"@jupyterlab/services": "^7.4.0-alpha.2",
48-
"@jupyterlab/ui-components": "^4.4.0-alpha.2",
49-
"@lumino/coreutils": "^2.1.0",
50-
"@lumino/signaling": "^2.0.0",
51-
"@lumino/virtualdom": "^2.0.0",
52-
"@lumino/widgets": "^2.1.0",
44+
"@jupyterlab/apputils": "^4.4.0",
45+
"@jupyterlab/coreutils": "^6.4.0",
46+
"@jupyterlab/docregistry": "^4.4.0",
47+
"@jupyterlab/services": "^7.4.0",
48+
"@jupyterlab/ui-components": "^4.4.0",
49+
"@lumino/coreutils": "^2.2.1",
50+
"@lumino/signaling": "^2.1.4",
51+
"@lumino/virtualdom": "^2.0.3",
52+
"@lumino/widgets": "^2.7.0",
5353
"react": "^18.2.0",
5454
"y-protocols": "^1.0.5",
5555
"yjs": "^13.5.40"

packages/collaborative-drive/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
},
3939
"dependencies": {
4040
"@jupyter/ydoc": "^2.1.3 || ^3.0.0",
41-
"@jupyterlab/services": "^7.4.0-alpha.2",
42-
"@lumino/coreutils": "^2.1.0",
43-
"@lumino/disposable": "^2.1.0"
41+
"@jupyterlab/services": "^7.4.0",
42+
"@lumino/coreutils": "^2.2.1",
43+
"@lumino/disposable": "^2.1.4"
4444
},
4545
"devDependencies": {
4646
"rimraf": "^4.1.2",

packages/docprovider-extension/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,22 +56,22 @@
5656
"@jupyter/collaborative-drive": "^4.0.0-beta.0",
5757
"@jupyter/docprovider": "^4.0.0-beta.0",
5858
"@jupyter/ydoc": "^2.1.3 || ^3.0.0",
59-
"@jupyterlab/application": "^4.4.0-alpha.2",
60-
"@jupyterlab/apputils": "^4.4.0-alpha.2",
61-
"@jupyterlab/docregistry": "^4.4.0-alpha.2",
62-
"@jupyterlab/filebrowser": "^4.4.0-alpha.2",
63-
"@jupyterlab/fileeditor": "^4.4.0-alpha.2",
64-
"@jupyterlab/logconsole": "^4.4.0-alpha.2",
65-
"@jupyterlab/notebook": "^4.4.0-alpha.2",
66-
"@jupyterlab/settingregistry": "^4.4.0-alpha.2",
67-
"@jupyterlab/translation": "^4.4.0-alpha.2",
68-
"@lumino/commands": "^2.1.0",
59+
"@jupyterlab/application": "^4.4.0",
60+
"@jupyterlab/apputils": "^4.4.0",
61+
"@jupyterlab/docregistry": "^4.4.0",
62+
"@jupyterlab/filebrowser": "^4.4.0",
63+
"@jupyterlab/fileeditor": "^4.4.0",
64+
"@jupyterlab/logconsole": "^4.4.0",
65+
"@jupyterlab/notebook": "^4.4.0",
66+
"@jupyterlab/settingregistry": "^4.4.0",
67+
"@jupyterlab/translation": "^4.4.0",
68+
"@lumino/commands": "^2.3.2",
6969
"y-protocols": "^1.0.5",
7070
"y-websocket": "^1.3.15",
7171
"yjs": "^13.5.40"
7272
},
7373
"devDependencies": {
74-
"@jupyterlab/builder": "^4.4.0-alpha.2",
74+
"@jupyterlab/builder": "^4.4.0",
7575
"@types/react": "~18.3.1",
7676
"npm-run-all": "^4.1.5",
7777
"rimraf": "^4.1.2",

packages/docprovider/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,22 @@
4343
"dependencies": {
4444
"@jupyter/collaborative-drive": "^4.0.0-beta.0",
4545
"@jupyter/ydoc": "^2.1.3 || ^3.0.0",
46-
"@jupyterlab/apputils": "^4.4.0-alpha.2",
47-
"@jupyterlab/cells": "^4.4.0-alpha.2",
48-
"@jupyterlab/coreutils": "^6.4.0-alpha.2",
49-
"@jupyterlab/notebook": "^4.4.0-alpha.2",
50-
"@jupyterlab/services": "^7.4.0-alpha.2",
51-
"@jupyterlab/translation": "^4.4.0-alpha.2",
52-
"@lumino/coreutils": "^2.1.0",
53-
"@lumino/disposable": "^2.1.0",
54-
"@lumino/signaling": "^2.1.0",
55-
"@lumino/widgets": "^2.2.0",
46+
"@jupyterlab/apputils": "^4.4.0",
47+
"@jupyterlab/cells": "^4.4.0",
48+
"@jupyterlab/coreutils": "^6.4.0",
49+
"@jupyterlab/notebook": "^4.4.0",
50+
"@jupyterlab/services": "^7.4.0",
51+
"@jupyterlab/translation": "^4.4.0",
52+
"@lumino/coreutils": "^2.2.1",
53+
"@lumino/disposable": "^2.1.4",
54+
"@lumino/signaling": "^2.1.4",
55+
"@lumino/widgets": "^2.7.0",
5656
"y-protocols": "^1.0.5",
5757
"y-websocket": "^1.3.15",
5858
"yjs": "^13.5.40"
5959
},
6060
"devDependencies": {
61-
"@jupyterlab/testing": "^4.4.0-alpha.2",
61+
"@jupyterlab/testing": "^4.4.0",
6262
"@types/jest": "^29.2.0",
6363
"jest": "^29.5.0",
6464
"rimraf": "^4.1.2",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ test = [
3030
"jupyter-server-ydoc[test] @ {root:uri}/projects/jupyter-server-ydoc",
3131
]
3232
docs = [
33-
"jupyterlab>=4.4.0a2",
33+
"jupyterlab>=4.4.0",
3434
"sphinx",
3535
"myst-parser",
3636
"pydata-sphinx-theme"

scripts/dev_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def execute(cmd: str, cwd: Optional[Path] = None) -> None:
1111

1212

1313
def install_dev() -> None:
14-
install_build_deps = "python -m pip install jupyterlab>=4.4.0a2,<5"
14+
install_build_deps = "python -m pip install jupyterlab>=4.4.0,<5"
1515
install_js_deps = "jlpm install"
1616

1717
python_package_prefix = "projects"

0 commit comments

Comments
 (0)