bump to stdweb 0.4.19 (#683)

This commit is contained in:
Cameron Taggart 2019-10-07 17:44:08 +01:00 committed by Justin Starry
parent 8b671cf83d
commit c24ee3e6e1
8 changed files with 8 additions and 8 deletions

View File

@ -33,7 +33,7 @@ serde_cbor = { version = "0.9.0", optional = true }
serde_json = "1.0"
serde_yaml = { version = "0.8.3", optional = true }
slab = "0.4"
stdweb = "^0.4.16"
stdweb = "0.4.19"
toml = { version = "0.4", optional = true }
yew-macro = { version = "0.10.0", path = "crates/macro" }

View File

@ -5,5 +5,5 @@ authors = ["Denis Kolodin <deniskolodin@gmail.com>"]
edition = "2018"
[dependencies]
stdweb = "0.4.2"
stdweb = "0.4.19"
yew = { path = "../.." }

View File

@ -5,5 +5,5 @@ authors = ["Garrett Berg <vitiral@gmail.com>"]
edition = "2018"
[dependencies]
stdweb = "0.4.2"
stdweb = "0.4.19"
yew = { path = "../.." }

View File

@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
yew = { path = "../.." }
stdweb = "^0.4.16"
stdweb = "^0.4.19"
[target.'cfg(all(target_arch = "wasm32", not(cargo_web)))'.dependencies]
wasm-bindgen = "=0.2.42"

View File

@ -5,5 +5,5 @@ authors = ["Ben Berman <ben@standardbots.com>"]
edition = "2018"
[dependencies]
stdweb = "0.4"
stdweb = "0.4.19"
yew = { path = "../.." }

View File

@ -8,5 +8,5 @@ edition = "2018"
failure = "0.1"
serde = "1"
serde_derive = "1"
stdweb = "0.4"
stdweb = "0.4.19"
yew = { path = "../.." }

View File

@ -9,4 +9,4 @@ log = "0.4"
web_logger = "0.1"
serde = { version = "1.0", features = ["derive"] }
yew = { path = "../.." }
stdweb = "0.4"
stdweb = "0.4.19"

View File

@ -5,5 +5,5 @@ authors = ["Denis Kolodin <deniskolodin@gmail.com>"]
edition = "2018"
[dependencies]
stdweb = "0.4"
stdweb = "0.4.19"
yew = { path = "../.." }