Skip to content

Commit 28104a7

Browse files
committed
Update Sycamore - 0.7.1
1 parent 1ee1707 commit 28104a7

File tree

6 files changed

+178
-165
lines changed

6 files changed

+178
-165
lines changed

frameworks/keyed/sycamore/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[package]
22
authors = ["Luke Chu"]
3-
edition = "2018"
3+
edition = "2021"
44
name = "js-framework-benchmark-sycamore"
55
version = "1.0.0"
66

77
[lib]
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
getrandom = {version = "0.2", features = ["js"]}
12-
rand = {version = "0.8", features = ["small_rng"]}
13-
sycamore = "0.6.0"
14-
wasm-bindgen = "0.2.74"
15-
web-sys = {version = "0.3.51", features = ["Window", "Document"]}
11+
getrandom = {version = "0.2.7", features = ["js"]}
12+
rand = {version = "0.8.5", features = ["small_rng"]}
13+
sycamore = "0.7.1"
14+
wasm-bindgen = "0.2.81"
15+
web-sys = {version = "0.3.58", features = ["Window", "Document"]}
1616

1717
[profile.release]
1818
codegen-units = 1

frameworks/keyed/sycamore/bundled-dist/index.html

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)