diff --git a/examples/password_strength/Cargo.toml b/examples/password_strength/Cargo.toml index 84cb2f1b5..2e8324293 100644 --- a/examples/password_strength/Cargo.toml +++ b/examples/password_strength/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" yew = { path = "../../packages/yew", features = ["csr"] } zxcvbn = "2.2.2" time = "0.3.22" -js-sys = "0.3.61" +js-sys = "0.3.64" web-sys = { version = "0.3", features = ["Event","EventTarget","InputEvent"] } wasm-bindgen = "0.2" chrono = { version = "0.4", features = ["wasmbind"] } diff --git a/examples/timer_functional/Cargo.toml b/examples/timer_functional/Cargo.toml index d84b071e0..bd1b18eb5 100644 --- a/examples/timer_functional/Cargo.toml +++ b/examples/timer_functional/Cargo.toml @@ -7,5 +7,5 @@ license = "MIT OR Apache-2.0" [dependencies] gloo = "0.8.0" -js-sys = "0.3.61" +js-sys = "0.3.64" yew = { path = "../../packages/yew", features = ["csr"] }