diff --git a/examples/js-framework-benchmark/Cargo.toml b/examples/js-framework-benchmark/Cargo.toml index c532aced..f69abc8a 100644 --- a/examples/js-framework-benchmark/Cargo.toml +++ b/examples/js-framework-benchmark/Cargo.toml @@ -10,5 +10,4 @@ console_error_panic_hook = "0.1.7" getrandom = { version = "0.2.8", features = ["js"] } rand = "0.8.5" sycamore = { path = "../../packages/sycamore" } -wasm-bindgen = "0.2.83" web-sys = "0.3.60" diff --git a/examples/todomvc/Cargo.toml b/examples/todomvc/Cargo.toml index 118214f2..c7cf209e 100644 --- a/examples/todomvc/Cargo.toml +++ b/examples/todomvc/Cargo.toml @@ -13,8 +13,7 @@ serde = { version = "1.0.147", features = ["derive"] } serde_json = "1.0.89" sycamore = { path = "../../packages/sycamore", features = ["serde"] } uuid = { version = "1.2.2", features = ["serde", "v4", "js"] } -wasm-bindgen = "0.2.83" [dependencies.web-sys] -features = ["InputEvent", "KeyboardEvent", "Location", "Storage"] +features = ["Location", "Storage"] version = "0.3.60"