Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 20 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ leptos = { version = "0.8.17", features = ["rkyv", "tracing"] }
leptos_axum = { version = "0.8.8" }
leptos_meta = { version = "0.8.6" }
leptos_router = { version = "0.8.13" }
wasm-bindgen = { version = "=0.2.108" }
wasm-streams = { version = "=0.4.2" }
wasm-bindgen = { version = "=0.2.117" }
wasm-streams = { version = "=0.5.0" }
wasm-cookies = { version = "=0.2.1" }
web-sys = { version = "=0.3.85" }
web-sys = { version = "=0.3.94" }
reactive_stores = { version = "=0.4.2" }
send_wrapper = { version = "0.6.0" }
# Leptos additions
leptos-struct-table = { version = "0.18", features = ["chrono"] }
leptos-use = { version = "0.18" }
leptos-use = { version = "0.18.3" }

# Log and error
tracing = { version = "0.1" }
Expand Down Expand Up @@ -97,7 +97,7 @@ nucleo-matcher = { version = "0.3.1" } # Fuzzy search
# Other utils
itertools = "0.14.0"
zxcvbn = { version = "3.1.0" }
uuid = { version = "1.21.0" }
uuid = { version = "1.23.0" }

# Macros
cfg-if = "1.0.4"
Expand Down
42 changes: 20 additions & 22 deletions demo/codegen/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 20 additions & 22 deletions overview/codegen/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion overview/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ fn Home() -> impl IntoView {
}
<br/>
<Toggle checked=RwSignal::new(false)>"Lightswitch"</Toggle>
<Avatar src="/favicon.ico" />
<Avatar src="/logo.svg" />
<Avatar />
<AnyAccordion />

Expand Down
Loading