🐳 chore: update dependency

This commit is contained in:
luoxiao 2023-05-14 20:08:11 +08:00
parent 60a1f589f5
commit d14c2aab7e
2 changed files with 5 additions and 5 deletions

View file

@ -13,12 +13,12 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
leptos = { version = "0.2.5", features = ["stable"] }
leptos = { version = "0.3.0", features = ["stable"] }
stylers = "0.3.1"
web-sys = { version = "0.3.61", features = ["DomRect"] }
leptos_dom = { version = "0.2.5" }
web-sys = { version = "0.3.62", features = ["DomRect"] }
leptos_dom = { version = "0.3.0" }
leptos-icons = { git = "https://github.com/Carlosted/leptos-icons.git", features = ["AiCloseOutlined", "AiCheckOutlined"] }
wasm-bindgen = "0.2.84"
wasm-bindgen = "0.2.85"
[workspace]
members = ["examples/basic"]

View file

@ -6,6 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
leptos = { version = "0.2.5", features = ["stable"] }
leptos = { version = "0.3.0", features = ["stable"] }
melt-ui = { path = "../../" }
leptos-icons = { git = "https://github.com/Carlosted/leptos-icons.git", features = ["AiCloseOutlined", "AiCheckOutlined"] }