mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 12:43:08 +00:00
fix merge conflict
This commit is contained in:
parent
4cd2c0f35f
commit
a49fd81523
1 changed files with 3 additions and 2 deletions
|
@ -18,10 +18,11 @@ thiserror = { workspace = true }
|
|||
futures-util = { workspace = true }
|
||||
serde_urlencoded = { version = "0.7.1", optional = true }
|
||||
serde = { version = "1", features = ["derive"], optional = true }
|
||||
thiserror = "1.0.37"
|
||||
url = "2.3.1"
|
||||
wasm-bindgen = { workspace = true, optional = true }
|
||||
web-sys = { version = "0.3.60", optional = true, features = ["ScrollRestoration"] }
|
||||
web-sys = { version = "0.3.60", optional = true, features = [
|
||||
"ScrollRestoration",
|
||||
] }
|
||||
js-sys = { version = "0.3.63", optional = true }
|
||||
gloo-utils = { version = "0.1.6", optional = true }
|
||||
dioxus-ssr = { workspace = true, optional = true }
|
||||
|
|
Loading…
Reference in a new issue