Skip to content

Commit 3c5e0da

Browse files
committed
.
1 parent 5264fe2 commit 3c5e0da

File tree

3 files changed

+4
-4
lines changed

3 files changed

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

js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
"@playwright/test": "^1.57.0",
4646
"@prospective.co/procss": "^0.1.17",
4747
"cpy": "^12.1.0",
48-
"esbuild": "^0.27.0",
48+
"esbuild": "^0.27.2",
4949
"esbuild-plugin-less": "^1.3.35",
5050
"http-server": "^14.1.1",
5151
"nodemon": "^3.1.11",
5252
"npm-run-all": "^4.1.5",
53-
"prettier": "^3.7.4",
53+
"prettier": "^3.8.1",
5454
"typescript": "^5.9.3"
5555
}
5656
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [
33
"hatchling",
44
"hatch-js",
55
]
6-
build-backend="hatchling.build"
6+
build-backend = "hatchling.build"
77

88
[project]
99
name = "python-template-js"

0 commit comments

Comments
 (0)