less specific versioning

This commit is contained in:
Adam 2024-10-09 01:52:33 -04:00
parent 3b2a5b2c49
commit 03c33d5789

View file

@ -9,7 +9,7 @@ authors = ["Adam Doyle <adam@doordesk.net>"]
[dependencies] [dependencies]
# Cards # Cards
lib = { workspace = true } lib = { workspace = true }
serde_json = "1.0" serde_json = "1"
# Leptos # Leptos
leptos = { version = "0.7.0-beta", features = ["csr", "nightly"] } leptos = { version = "0.7.0-beta", features = ["csr", "nightly"] }
@ -18,16 +18,16 @@ leptos_router = { version = "0.7.0-beta", features = ["nightly"] }
# leptos = { git = "https://github.com/leptos-rs/leptos.git", features = ["csr", "nightly"] } # leptos = { git = "https://github.com/leptos-rs/leptos.git", features = ["csr", "nightly"] }
# leptos_meta = { git = "https://github.com/leptos-rs/leptos.git" } # leptos_meta = { git = "https://github.com/leptos-rs/leptos.git" }
# leptos_router = { git = "https://github.com/leptos-rs/leptos.git", features = ["nightly"] } # leptos_router = { git = "https://github.com/leptos-rs/leptos.git", features = ["nightly"] }
console_error_panic_hook = "0.1" console_error_panic_hook = "0"
console_log = "1" console_log = "1"
log = "0.4" log = "0"
# Leptos-use # Leptos-use
# leptos-use = { version = "0.14.0-beta", features = ["use_media_query"] } # leptos-use = { version = "0.14.0-beta", features = ["use_media_query"] }
leptos-use = { git = "https://github.com/Synphonyte/leptos-use.git", branch = "leptos-0.7", features = [ leptos-use = { git = "https://github.com/Synphonyte/leptos-use.git", branch = "leptos-0.7", features = [
"use_media_query", "use_media_query",
] } ] }
codee = "0.2" codee = "0"
# UI stuff # UI stuff
# thaw = { version = "0.4.0-beta", features = ["csr", "nightly"] } # thaw = { version = "0.4.0-beta", features = ["csr", "nightly"] }
@ -40,9 +40,9 @@ thaw = { git = "https://github.com/thaw-ui/thaw.git", features = [
"csr", "csr",
"nightly", "nightly",
] } ] }
icondata = "0.4" icondata = "0"
[dev-dependencies] [dev-dependencies]
wasm-bindgen = "0.2" wasm-bindgen = "0"
wasm-bindgen-test = "0.3" wasm-bindgen-test = "0"
web-sys = { version = "0.3", features = ["Document", "Window"] } web-sys = { version = "0", features = ["Document", "Window"] }