mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
🐳 chore: update dependency
This commit is contained in:
parent
60a1f589f5
commit
d14c2aab7e
2 changed files with 5 additions and 5 deletions
|
@ -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"]
|
||||
|
|
|
@ -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"] }
|
Loading…
Add table
Reference in a new issue