Skip to content

Commit b5ceb59

Browse files
authored
Merge pull request #102 from python-project-templates/copier-update-2025-10-12T05-15-57
Update from copier (2025-10-12T05:15:57)
2 parents 077e4dd + 4f01de8 commit b5ceb59

File tree

3 files changed

+623
-1264
lines changed

3 files changed

+623
-1264
lines changed

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 74b8054
2+
_commit: f812aaa
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: jupyter

js/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
"test": "jest --coverage --collectCoverageFrom=src/*.{js}"
4343
},
4444
"dependencies": {
45-
"@jupyterlab/application": "^4.4.4",
46-
"@jupyterlab/apputils": "^4.5.7",
45+
"@jupyterlab/application": "^4.4.9",
46+
"@jupyterlab/apputils": "^4.5.9",
4747
"@jupyterlab/notebook": "^4.4.9",
48-
"@jupyterlab/services": "^7.4.4",
48+
"@jupyterlab/services": "^7.4.9",
4949
"@lumino/disposable": "^2.1.4"
5050
},
5151
"devDependencies": {
@@ -54,7 +54,7 @@
5454
"@babel/eslint-parser": "^7.28.4",
5555
"@babel/preset-env": "^7.28.3",
5656
"@jupyterlab/builder": "^4.4.9",
57-
"babel-jest": "^30.1.2",
57+
"babel-jest": "^30.2.0",
5858
"cpy-cli": "^6.0.0",
5959
"eslint": "^8.57.1",
6060
"eslint-config-airbnb": "^19.0.4",
@@ -65,7 +65,7 @@
6565
"eslint-plugin-json": "^3.1.0",
6666
"eslint-plugin-prettier": "^5.5.4",
6767
"isomorphic-fetch": "^3.0.0",
68-
"jest": "^30.0.0",
68+
"jest": "^30.2.0",
6969
"jest-environment-jsdom": "^30.2.0",
7070
"jest-junit": "^16.0.0",
7171
"jest-transform-css": "^6.0.3",

0 commit comments

Comments
 (0)