Skip to content

Commit 15716f1

Browse files
authored
Merge pull request #155 from python-project-templates/copier-update-2026-09-06T09-23-41Z
Update from Copier (2026-09-06T09-23-41Z)
2 parents f36f8cd + 2665dd7 commit 15716f1

3 files changed

Lines changed: 338 additions & 319 deletions

File tree

.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: dcfbd4b
2+
_commit: 552b2de
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: js

js/package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,16 @@
4040
"test": "TZ=UTC playwright test",
4141
"watch": "nodemon --watch src -e ts,css,html --exec \"pnpm build:debug\""
4242
},
43-
"dependencies": {},
4443
"devDependencies": {
45-
"@playwright/test": "^1.62.0",
46-
"cpy": "^13.2.2",
44+
"@playwright/test": "^1.63.0",
45+
"cpy": "^13.2.3",
4746
"esbuild": "^0.28.2",
48-
"lightningcss": "^1.33.0",
4947
"http-server": "^14.1.1",
50-
"nodemon": "^3.1.10",
48+
"lightningcss": "^1.33.0",
49+
"nodemon": "^3.1.14",
5150
"npm-run-all": "^4.1.5",
52-
"oxfmt": "^0.65.0",
53-
"oxlint": "^1.80.0",
51+
"oxfmt": "^0.66.0",
52+
"oxlint": "^1.81.0",
5453
"typescript": "^7.0.2"
5554
}
5655
}

0 commit comments

Comments
 (0)