Skip to content

Commit 17ac374

Browse files
committed
Drop JupyterLab 3
1 parent db7fb91 commit 17ac374

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,20 @@
5151
"watch:src": "tsc -w"
5252
},
5353
"dependencies": {
54-
"@jupyterlab/application": "^3.0.0 || ^4.0.0",
55-
"@jupyterlab/apputils": "^3.0.0 || ^4.0.0",
56-
"@jupyterlab/coreutils": "^5.0.0 || ^6.0.0",
57-
"@jupyterlab/docregistry": "^3.0.0 || ^4.0.0",
58-
"@jupyterlab/notebook": "^3.0.0 || ^4.0.0",
59-
"@lumino/disposable": "^1.4.3 || ^2.0.0",
60-
"@lumino/widgets": "^1.17.0 || ^2.0.0",
54+
"@jupyterlab/application": "^4.4.9",
55+
"@jupyterlab/apputils": "^4.5.9",
56+
"@jupyterlab/coreutils": "^6.4.9",
57+
"@jupyterlab/docregistry": "^4.4.9",
58+
"@jupyterlab/notebook": "^4.4.9",
59+
"@jupyterlab/services": "^7.4.9",
60+
"@lumino/disposable": "^2.1.4",
61+
"@lumino/widgets": "^2.7.1",
6162
"@types/jquery": "^3",
6263
"dexie": "^4.0.8",
6364
"jquery": "^3"
6465
},
6566
"devDependencies": {
66-
"@jupyterlab/builder": "^3.0.0 || ^4.0.0",
67+
"@jupyterlab/builder": "^4.4.9",
6768
"@typescript-eslint/eslint-plugin": "^7.18.0",
6869
"@typescript-eslint/parser": "^7.18.0",
6970
"eslint": "^8.56.0",

0 commit comments

Comments
 (0)