bump leptos to 0.8.20

- leptos 0.8.2 -> 0.8.20, meta/router/actix to latest 0.8.x
- reactive_stores 0.2.5 -> 0.4.3 (matches reactive_graph used by leptos 0.8.20)
- wasm-bindgen =0.2.101 -> =0.2.126, js-sys =0.3.78 -> =0.3.103

Fixes the build with the current nightly (tachys 0.2.18 no longer
needs the re-gated min_adt_const_params feature).
This commit is contained in:
yaroslav k 2026-08-04 06:40:38 +03:00
parent 6c7ba86018
commit 8eee42c6dd

View File

@ -11,11 +11,11 @@ actix-files = { version = "0.6", optional = true }
actix-web = { version = "4", optional = true, features = ["macros"] } actix-web = { version = "4", optional = true, features = ["macros"] }
console_error_panic_hook = "0.1" console_error_panic_hook = "0.1"
http = { version = "1.3.1", optional = true } http = { version = "1.3.1", optional = true }
leptos = { version = "0.8.2", features = ["nightly"] } leptos = { version = "0.8.20", features = ["nightly"] }
leptos_meta = { version = "0.8.2" } leptos_meta = { version = "0.8.6" }
leptos_actix = { version = "0.8.2", optional = true } leptos_actix = { version = "0.8.7", optional = true }
leptos_router = { version = "0.8.2", features = ["nightly"] } leptos_router = { version = "0.8.15", features = ["nightly"] }
wasm-bindgen = "=0.2.101" wasm-bindgen = "=0.2.126"
anyhow = "1.0.99" anyhow = "1.0.99"
thiserror = "2.0.16" thiserror = "2.0.16"
itertools = "0.14.0" itertools = "0.14.0"
@ -25,14 +25,14 @@ lazy_static = "1.5.0"
leptos-use = "0.16.2" leptos-use = "0.16.2"
log = "0.4.28" log = "0.4.28"
nucleo-matcher = "0.3.1" nucleo-matcher = "0.3.1"
reactive_stores = "0.2.5" reactive_stores = "0.4.3"
serde = { version = "1.0.219", features = ["derive"] } serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.143" serde_json = "1.0.143"
chrono = { version = "0.4.42", features = ["serde"] } chrono = { version = "0.4.42", features = ["serde"] }
console_log = "1.0.0" console_log = "1.0.0"
num-traits = "0.2.19" num-traits = "0.2.19"
num-format = "0.4.4" num-format = "0.4.4"
js-sys = "=0.3.78" js-sys = "=0.3.103"
seq-macro = "0.3.6" seq-macro = "0.3.6"