Skip to content

Commit 5ba1636

Browse files
authored
Merge pull request #79 from python-project-templates/copier-update-2026-09-06T09-24-27Z
Update from Copier (2026-09-06T09-24-27Z)
2 parents e4e7b6d + 1537552 commit 5ba1636

3 files changed

Lines changed: 361 additions & 342 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: cppjswasm

js/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,16 @@
4747
"test": "npm-run-all test:*",
4848
"watch": "nodemon --watch src -e ts,css,html,cpp,hpp --exec \"pnpm build:debug\""
4949
},
50-
"dependencies": {},
5150
"devDependencies": {
52-
"@playwright/test": "^1.62.0",
53-
"cpy": "^13.2.2",
51+
"@playwright/test": "^1.63.0",
52+
"cpy": "^13.2.3",
5453
"esbuild": "^0.28.2",
55-
"lightningcss": "^1.33.0",
5654
"http-server": "^14.1.1",
55+
"lightningcss": "^1.33.0",
5756
"nodemon": "^3.1.14",
5857
"npm-run-all": "^4.1.5",
59-
"oxfmt": "^0.65.0",
60-
"oxlint": "^1.80.0",
58+
"oxfmt": "^0.66.0",
59+
"oxlint": "^1.81.0",
6160
"typescript": "^7.0.2"
6261
}
6362
}

0 commit comments

Comments
 (0)