Skip to content

Commit

Permalink
Bump wasm-bindgen to ^0.2.88.
Browse files Browse the repository at this point in the history
  • Loading branch information
langyo committed Dec 9, 2023
1 parent eb4a8e7 commit 09d80a4
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/use-media-query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ stylist = { path = "../../packages/stylist", features = [
[dev-dependencies]
gloo-utils = "0.2.0"
wasm-bindgen-test = "0.3.33"
wasm-bindgen = "0.2.83"
wasm-bindgen = "0.2.89"

[dev-dependencies.web-sys]
version = "0.3.60"
Expand Down
2 changes: 1 addition & 1 deletion examples/yew-integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ stylist = { path = "../../packages/stylist", features = ["yew_integration"] }
gloo-utils = "0.2.0"
gloo-timers = { version = "0.3.0", features = ["futures"] }
wasm-bindgen-test = "0.3.33"
wasm-bindgen = "0.2.83"
wasm-bindgen = "0.2.89"

[dev-dependencies.web-sys]
version = "0.3.60"
Expand Down
2 changes: 1 addition & 1 deletion examples/yew-proc-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ stylist = { path = "../../packages/stylist", default-features = false, features
[dev-dependencies]
gloo-utils = "0.2.0"
wasm-bindgen-test = "0.3.33"
wasm-bindgen = "0.2.83"
wasm-bindgen = "0.2.89"

[dev-dependencies.web-sys]
version = "0.3.60"
Expand Down
2 changes: 1 addition & 1 deletion examples/yew-ssr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ warp = "0.3"
gloo-utils = "0.2.0"
gloo-timers = { version = "0.3.0", features = ["futures"] }
wasm-bindgen-test = "0.3.33"
wasm-bindgen = "0.2.83"
wasm-bindgen = "0.2.89"
yew = { version = "0.21", features = ["csr", "ssr", "hydration"] }
stylist = { path = "../../packages/stylist", features = [
"yew_integration",
Expand Down
2 changes: 1 addition & 1 deletion examples/yew-theme-context/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ once_cell = "1.16.0"
[dev-dependencies]
gloo-utils = "0.2.0"
wasm-bindgen-test = "0.3.33"
wasm-bindgen = "0.2.83"
wasm-bindgen = "0.2.89"

[dev-dependencies.web-sys]
version = "0.3.60"
Expand Down
2 changes: 1 addition & 1 deletion examples/yew-theme-hooks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ once_cell = "1.16.0"
[dev-dependencies]
gloo-utils = "0.2.0"
wasm-bindgen-test = "0.3.33"
wasm-bindgen = "0.2.83"
wasm-bindgen = "0.2.89"

[dev-dependencies.web-sys]
version = "0.3.60"
Expand Down
2 changes: 1 addition & 1 deletion packages/stylist-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rust-version = "1.67.0"
[dependencies]
nom = { version = "7.1.1", optional = true }
thiserror = "1.0.37"
wasm-bindgen = "0.2.83"
wasm-bindgen = "^0.2.88"
once_cell = "1.16.0"
serde = { version = "1", features = ["derive"] }

Expand Down
2 changes: 1 addition & 1 deletion packages/stylist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ stylist-core = { path = "../stylist-core", version = "0.13" }
stylist-macros = { path = "../stylist-macros", version = "0.13", optional = true }

once_cell = "1.16.0"
wasm-bindgen = "0.2.83"
wasm-bindgen = "^0.2.88"
yew = { version = "0.21", optional = true, default-features = false }
gloo-events = { version = "0.2.0", optional = true }
fastrand = { version = "2.0.0", optional = true }
Expand Down

0 comments on commit 09d80a4

Please sign in to comment.