Skip to content

Commit 2cb41bb

Browse files
authored
Merge pull request #121 from python-project-templates/copier-update-2026-01-01T16-47-02
Update from copier (2026-01-01T16:47:02)
2 parents 0f45035 + b2192b0 commit 2cb41bb

File tree

3 files changed

+281
-558
lines changed

3 files changed

+281
-558
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: b74d698
2+
_commit: 47f880e
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: jupyter

js/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@
4242
"test": "jest --coverage --collectCoverageFrom=src/*.{js}"
4343
},
4444
"dependencies": {
45-
"@jupyterlab/application": "^4.5.0",
46-
"@jupyterlab/apputils": "^4.5.10",
47-
"@jupyterlab/notebook": "^4.5.0",
48-
"@jupyterlab/services": "^7.5.0",
49-
"@lumino/disposable": "^2.1.4"
45+
"@jupyterlab/application": "^4.5.1",
46+
"@jupyterlab/apputils": "^4.6.1",
47+
"@jupyterlab/notebook": "^4.5.1",
48+
"@jupyterlab/services": "^7.5.1",
49+
"@lumino/disposable": "^2.1.5"
5050
},
5151
"devDependencies": {
5252
"@babel/cli": "^7.28.3",
5353
"@babel/core": "^7.28.5",
5454
"@babel/eslint-parser": "^7.28.5",
5555
"@babel/preset-env": "^7.28.5",
56-
"@jupyterlab/builder": "^4.4.10",
56+
"@jupyterlab/builder": "^4.5.1",
5757
"babel-jest": "^30.2.0",
5858
"cpy-cli": "^6.0.0",
5959
"eslint": "^8.57.1",
@@ -70,7 +70,7 @@
7070
"jest-junit": "^16.0.0",
7171
"jest-transform-css": "^6.0.3",
7272
"mkdirp": "^3.0.1",
73-
"prettier": "^3.7.3",
73+
"prettier": "^3.7.4",
7474
"rimraf": "^6.1.0"
7575
}
7676
}

0 commit comments

Comments
 (0)