Upgrade to leptos 0.6

This commit is contained in:
2024-03-30 23:14:06 -04:00
parent 901aa2ce01
commit 013fb6391d
4 changed files with 87 additions and 460 deletions

View File

@ -13,10 +13,10 @@ actix-web = { version = "4", optional = true, features = ["macros"] }
console_error_panic_hook = "0.1"
cfg-if = "1"
http = { version = "0.2", optional = true }
leptos = { version = "0.5", features = ["nightly"] }
leptos_meta = { version = "0.5", features = ["nightly"] }
leptos_actix = { version = "0.5", optional = true }
leptos_router = { version = "0.5", features = ["nightly"] }
leptos = { version = "0.6", features = ["nightly"] }
leptos_meta = { version = "0.6", features = ["nightly"] }
leptos_actix = { version = "0.6", optional = true }
leptos_router = { version = "0.6", features = ["nightly"] }
wasm-bindgen = "=0.2.89"
leptos_icons = { version = "0.3.0" }
icondata = { version = "0.3.0" }