Skip to content

Commit cf674b6

Browse files
committed
Merge branch 'update-yew' of https://github.com/hamza1311/js-framework-benchmark into hamza1311-update-yew
2 parents 3a4f033 + ebed77a commit cf674b6

File tree

7 files changed

+731
-530
lines changed

7 files changed

+731
-530
lines changed

frameworks/keyed/yew-hooks/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ edition = "2021"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
rand = { version = "0.8.4", features = ["small_rng"] }
12-
getrandom = { version = "0.2.1", features = ["js"] }
13-
wasm-bindgen = "0.2.78"
14-
web-sys = { version = "0.3.55", features = ["Window"]}
15-
yew = "0.19.3"
11+
rand = { version = "0.8.5", features = ["small_rng"] }
12+
getrandom = { version = "0.2.10", features = ["js"] }
13+
wasm-bindgen = "0.2.88"
14+
web-sys = { version = "0.3.65", features = ["Window"]}
15+
yew = { version = "0.21.0", features = ["csr"] }
1616

1717
[profile.release]
1818
lto = true

0 commit comments

Comments
 (0)