Skip to content

Commit 44c0a0f

Browse files
Update from Copier (2026-09-06T09-23-41Z)
Signed-off-by: python-templates-copier-update[bot] <python-templates-copier-update[bot]@users.noreply.github.com>
1 parent f36f8cd commit 44c0a0f

2 files changed

Lines changed: 8 additions & 3 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: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,20 @@
4242
},
4343
"dependencies": {},
4444
"devDependencies": {
45-
"@playwright/test": "^1.62.0",
45+
"@playwright/test": "^1.62.1",
4646
"cpy": "^13.2.2",
4747
"esbuild": "^0.28.2",
4848
"lightningcss": "^1.33.0",
4949
"http-server": "^14.1.1",
50-
"nodemon": "^3.1.10",
50+
"nodemon": "^3.1.14",
5151
"npm-run-all": "^4.1.5",
52+
<<<<<<< before updating
5253
"oxfmt": "^0.65.0",
5354
"oxlint": "^1.80.0",
55+
=======
56+
"oxfmt": "^0.66.0",
57+
"oxlint": "^1.81.0",
58+
>>>>>>> after updating
5459
"typescript": "^7.0.2"
5560
}
5661
}

0 commit comments

Comments
 (0)