Skip to content

Commit 2d0c192

Browse files
authored
Merge pull request #80 from python-project-templates/tkp/jup
update jupyter deps
2 parents c6f338d + ffbabd6 commit 2d0c192

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

jupyter/js/package.json.jinja

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,35 +42,35 @@
4242
"test": "jest --coverage --collectCoverageFrom=src/*.{js}"
4343
},
4444
"dependencies": {
45-
"@jupyterlab/application": "^4.4.2",
46-
"@jupyterlab/apputils": "^4.5.2",
45+
"@jupyterlab/application": "^4.4.4",
46+
"@jupyterlab/apputils": "^4.5.5",
4747
"@jupyterlab/notebook": "^4.4.2",
48-
"@jupyterlab/services": "^7.4.2",
48+
"@jupyterlab/services": "^7.4.4",
4949
"@lumino/disposable": "^2.1.4"
5050
},
5151
"devDependencies": {
5252
"@babel/cli": "^7.27.2",
53-
"@babel/core": "^7.27.1",
54-
"@babel/eslint-parser": "^7.27.1",
53+
"@babel/core": "^7.28.0",
54+
"@babel/eslint-parser": "^7.28.0",
5555
"@babel/preset-env": "^7.27.2",
56-
"@jupyterlab/builder": "^4.4.2",
57-
"babel-jest": "^29.7.0",
56+
"@jupyterlab/builder": "^4.4.5",
57+
"babel-jest": "^30.0.2",
5858
"cpy-cli": "^5.0.0",
5959
"eslint": "^8.57.1",
6060
"eslint-config-airbnb": "^19.0.4",
6161
"eslint-config-airbnb-base": "^15.0.0",
62-
"eslint-config-prettier": "^10.1.5",
63-
"eslint-plugin-import": "^2.31.0",
64-
"eslint-plugin-jest": "^28.11.0",
62+
"eslint-config-prettier": "^10.1.8",
63+
"eslint-plugin-import": "^2.32.0",
64+
"eslint-plugin-jest": "^28.14.0",
6565
"eslint-plugin-json": "^3.1.0",
6666
"eslint-plugin-prettier": "^5.4.0",
6767
"isomorphic-fetch": "^3.0.0",
68-
"jest": "^29.7.0",
69-
"jest-environment-jsdom": "^29.7.0",
68+
"jest": "^30.0.0",
69+
"jest-environment-jsdom": "^30.0.2",
7070
"jest-junit": "^16.0.0",
71-
"jest-transform-css": "^6.0.2",
71+
"jest-transform-css": "^6.0.3",
7272
"mkdirp": "^3.0.1",
73-
"prettier": "^3.5.3",
73+
"prettier": "^3.6.2",
7474
"rimraf": "^6.0.1"
7575
}
7676
}

0 commit comments

Comments
 (0)