Skip to content

Commit 6c70bce

Browse files
committed
npx npm-check-updates -u
1 parent 7a50250 commit 6c70bce

File tree

2 files changed

+129
-224
lines changed

2 files changed

+129
-224
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -50,30 +50,30 @@
5050
"watch:src": "tsc -w"
5151
},
5252
"dependencies": {
53-
"@jupyterlab/application": "^4.4.9",
54-
"@jupyterlab/apputils": "^4.5.9",
55-
"@jupyterlab/coreutils": "^6.4.9",
56-
"@jupyterlab/docregistry": "^4.4.9",
57-
"@jupyterlab/notebook": "^4.4.9",
58-
"@jupyterlab/services": "^7.4.9",
59-
"@lumino/disposable": "^2.1.4",
60-
"@lumino/widgets": "^2.7.1",
61-
"@types/jquery": "^3",
62-
"dexie": "^4.2.0",
63-
"jquery": "^3"
53+
"@jupyterlab/application": "^4.5.6",
54+
"@jupyterlab/apputils": "^4.6.6",
55+
"@jupyterlab/coreutils": "^6.5.6",
56+
"@jupyterlab/docregistry": "^4.5.6",
57+
"@jupyterlab/notebook": "^4.5.6",
58+
"@jupyterlab/services": "^7.5.6",
59+
"@lumino/disposable": "^2.1.5",
60+
"@lumino/widgets": "^2.7.5",
61+
"@types/jquery": "^4",
62+
"dexie": "^4.3.0",
63+
"jquery": "^4"
6464
},
6565
"devDependencies": {
66-
"@eslint/js": "^9.36.0",
67-
"@jupyterlab/builder": "^4.4.9",
68-
"eslint": "^9.36.0",
66+
"@eslint/js": "^10.0.1",
67+
"@jupyterlab/builder": "^4.5.6",
68+
"eslint": "^10.0.3",
6969
"eslint-config-prettier": "^10.1.8",
7070
"mkdirp": "^3.0.1",
71-
"npm-check-updates": "^19.0.0",
71+
"npm-check-updates": "^19.6.3",
7272
"npm-run-all": "^4.1.5",
73-
"prettier": "^3.6.2",
74-
"rimraf": "^6.0.1",
73+
"prettier": "^3.8.1",
74+
"rimraf": "^6.1.3",
7575
"typescript": "^5.9.3",
76-
"typescript-eslint": "^8.45.0"
76+
"typescript-eslint": "^8.57.0"
7777
},
7878
"sideEffects": [
7979
"style/*.css"

0 commit comments

Comments
 (0)