Skip to content

Commit 4daf99e

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/js/typescript-5.9.3
2 parents 6bdcca7 + 88f264a commit 4daf99e

File tree

6 files changed

+52
-41
lines changed

6 files changed

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

Cargo.lock

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

js/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ crate-type = ["cdylib"]
1313

1414
[dependencies]
1515
python_template_rust = { path = "../rust", version = "*" }
16-
wasm-bindgen = "0.2.84"
16+
wasm-bindgen = "0.2.104"

js/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"access": "public"
2727
},
2828
"scripts": {
29-
"setup": "cargo install -f wasm-bindgen-cli --version 0.2.101",
29+
"setup": "cargo install -f wasm-bindgen-cli --version 0.2.104",
3030
"build:debug": "node build.mjs --debug",
3131
"build:rust": "cargo build --release --all-features --target wasm32-unknown-unknown",
3232
"build:wasm-bindgen": "wasm-bindgen ../target/wasm32-unknown-unknown/release/python_template_rust.wasm --out-dir ./dist/pkg --target web",
@@ -52,9 +52,9 @@
5252
"dependencies": {},
5353
"devDependencies": {
5454
"@finos/perspective-esbuild-plugin": "^3.2.1",
55-
"@playwright/test": "^1.54.2",
55+
"@playwright/test": "^1.55.1",
5656
"@prospective.co/procss": "^0.1.17",
57-
"cpy": "^11.1.0",
57+
"cpy": "^12.0.1",
5858
"esbuild": "^0.25.5",
5959
"esbuild-plugin-less": "^1.3.25",
6060
"http-server": "^14.1.1",

js/pnpm-lock.yaml

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

rust/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requirements: ## install required dev dependencies
55
rustup component add clippy
66
cargo install -f cargo-nextest
77
cargo install -f cargo-llvm-cov
8-
cargo install -f wasm-bindgen-cli
8+
cargo install -f wasm-bindgen-cli --version 0.2.104
99
rustup target add wasm32-unknown-unknown
1010

1111
develop: requirements ## install required dev dependencies

0 commit comments

Comments
 (0)