mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
feat: update leptos to v0.6.10
This commit is contained in:
parent
8a6e0ee787
commit
19bfcdc60f
5 changed files with 11 additions and 11 deletions
|
@ -7,9 +7,9 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
leptos = { version = "0.6.9" }
|
||||
leptos_meta = { version = "0.6.9" }
|
||||
leptos_router = { version = "0.6.9" }
|
||||
leptos = { version = "0.6.10" }
|
||||
leptos_meta = { version = "0.6.10" }
|
||||
leptos_router = { version = "0.6.10" }
|
||||
leptos_devtools = { version = "0.0.1", optional = true }
|
||||
thaw = { path = "../thaw" }
|
||||
demo_markdown = { path = "../demo_markdown" }
|
||||
|
|
|
@ -11,10 +11,10 @@ axum = { version = "0.7.4", optional = true }
|
|||
console_error_panic_hook = "0.1"
|
||||
console_log = "1"
|
||||
cfg-if = "1"
|
||||
leptos = { version = "0.6.9" }
|
||||
leptos_axum = { version = "0.6.9", optional = true }
|
||||
leptos_meta = { version = "0.6.9" }
|
||||
leptos_router = { version = "0.6.9" }
|
||||
leptos = { version = "0.6.10" }
|
||||
leptos_axum = { version = "0.6.10", optional = true }
|
||||
leptos_meta = { version = "0.6.10" }
|
||||
leptos_router = { version = "0.6.10" }
|
||||
log = "0.4"
|
||||
simple_logger = "4"
|
||||
tokio = { version = "1.35.1", features = ["rt-multi-thread"], optional = true }
|
||||
|
|
|
@ -13,7 +13,7 @@ license = "MIT"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
leptos = { version = "0.6.9" }
|
||||
leptos = { version = "0.6.10" }
|
||||
thaw_components = { workspace = true }
|
||||
thaw_utils = { workspace = true }
|
||||
web-sys = { version = "0.3.69", features = [
|
||||
|
|
|
@ -12,7 +12,7 @@ license = "MIT"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
leptos = { version = "0.6.9" }
|
||||
leptos = { version = "0.6.10" }
|
||||
thaw_utils = { workspace = true }
|
||||
web-sys = { version = "0.3.69", features = ["DomRect"] }
|
||||
cfg-if = "1.0.0"
|
||||
|
|
|
@ -12,8 +12,8 @@ license = "MIT"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
leptos = { version = "0.6.9" }
|
||||
leptos_meta = { version = "0.6.9", optional = true }
|
||||
leptos = { version = "0.6.10" }
|
||||
leptos_meta = { version = "0.6.10", optional = true }
|
||||
web-sys = "0.3.69"
|
||||
wasm-bindgen = "0.2.92"
|
||||
cfg-if = "1.0.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue