Skip to content

Commit

Permalink
Update to leptos 0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lpotthast committed Aug 3, 2023
1 parent a0a644a commit f8a270a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions examples/book/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ debug = 0
console_error_panic_hook = "0.1.7"
indoc = "2.0.1"
leptonic = { path = "../../leptonic" }
leptos = { version = "0.4.3", features = ["csr"] }
leptos = { version = "0.4.8", features = ["csr"] }
leptos_icons = { version = "0.0.15", features = [
"BsGithub",
"BsSearch",
Expand All @@ -33,8 +33,8 @@ leptos_icons = { version = "0.0.15", features = [
"BsPower",
] }
leptos-use = "0.6.0"
leptos_meta = { version = "0.4.3", features = ["csr"] }
leptos_router = { version = "0.4.3", features = ["csr"] }
leptos_meta = { version = "0.4.8", features = ["csr"] }
leptos_router = { version = "0.4.8", features = ["csr"] }
serde = "1.0.171"
serde-wasm-bindgen = "0.5.0"
serde_json = "1.0.103"
Expand Down
4 changes: 2 additions & 2 deletions leptonic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ keywords = ["leptos", "components", "component-library"]
[dependencies]
indexmap = "2.0.0"
js-sys = "0.3.64"
leptos = { version = "0.4.3", features = ["csr"] }
leptos = { version = "0.4.8", features = ["csr"] }
leptos_icons = { version = "0.0.15", features = [
"BsSun",
"BsMoon",
Expand All @@ -42,7 +42,7 @@ leptos_icons = { version = "0.0.15", features = [
] }
leptos-tiptap = "0.2.1"
leptos-use = { version = "0.6.0", features = ["math"] }
leptos_router = "0.4.3"
leptos_router = "0.4.8"
serde = "1.0.171"
serde-wasm-bindgen = "0.5.0"
serde_json = "1.0.103"
Expand Down

0 comments on commit f8a270a

Please sign in to comment.