diff --git a/examples/divisibility-input/Cargo.toml b/examples/divisibility-input/Cargo.toml index 5f64bfb..7d828f7 100644 --- a/examples/divisibility-input/Cargo.toml +++ b/examples/divisibility-input/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dependencies] bounce = { path = "../../crates/bounce" } yew = { version = "0.20", features = ["csr"] } -stylist = { version = "0.11.0", features = ["yew"] } +stylist = { version = "0.12.0", features = ["yew"] } log = "0.4.17" console_log = { version = "0.2.0", features = ["color"] } wasm-bindgen = "0.2.83" diff --git a/examples/divisibility/Cargo.toml b/examples/divisibility/Cargo.toml index 83ebc6d..95993c7 100644 --- a/examples/divisibility/Cargo.toml +++ b/examples/divisibility/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dependencies] bounce = { path = "../../crates/bounce" } yew = { version = "0.20", features = ["csr"] } -stylist = { version = "0.11.0", features = ["yew"] } +stylist = { version = "0.12.0", features = ["yew"] } log = "0.4.17" console_log = { version = "0.2.0", features = ["color"] } wasm-bindgen = "0.2.83" diff --git a/examples/notion/Cargo.toml b/examples/notion/Cargo.toml index 8a23f4f..aa19dc1 100644 --- a/examples/notion/Cargo.toml +++ b/examples/notion/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dependencies] bounce = { path = "../../crates/bounce" } yew = { version = "0.20", features = ["csr"] } -stylist = { version = "0.11.0", features = ["yew"] } +stylist = { version = "0.12.0", features = ["yew"] } log = "0.4.17" console_log = { version = "0.2.0", features = ["color"] } wasm-bindgen = "0.2.83" diff --git a/examples/partial-render/Cargo.toml b/examples/partial-render/Cargo.toml index b2e1e79..fcfa743 100644 --- a/examples/partial-render/Cargo.toml +++ b/examples/partial-render/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dependencies] bounce = { path = "../../crates/bounce" } yew = { version = "0.20", features = ["csr"] } -stylist = { version = "0.11.0", features = ["yew"] } +stylist = { version = "0.12.0", features = ["yew"] } log = "0.4.17" console_log = { version = "0.2.0", features = ["color"] } wasm-bindgen = "0.2.83"