Skip to content

Commit d6e98cd

Browse files
Update from copier (2025-10-12T05:14:34)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 53df03c commit d6e98cd

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
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: 74b8054
2+
_commit: f812aaa
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: rustjswasm

js/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@
5555
"@playwright/test": "^1.55.1",
5656
"@prospective.co/procss": "^0.1.17",
5757
"cpy": "^12.0.1",
58+
<<<<<<< before updating
5859
"esbuild": "^0.25.5",
60+
=======
61+
"esbuild": "^0.25.10",
62+
>>>>>>> after updating
5963
"esbuild-plugin-less": "^1.3.27",
6064
"http-server": "^14.1.1",
6165
"nodemon": "^3.1.10",

rust/Cargo.lock

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ path = "src/lib.rs"
1414
crate-type = ["rlib"]
1515

1616
[dependencies]
17-
serde = { version = "1.0", features = ["derive"] }
18-
serde_json = "1"
17+
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)