Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
brofrain committed Dec 15, 2023
1 parent ca6d943 commit 3420971
Show file tree
Hide file tree
Showing 6 changed files with 207 additions and 271 deletions.
112 changes: 56 additions & 56 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ keywords = ["leptos", "animations", "dom", "web", "wasm"]

[dependencies]
cfg-if = "1.0.0"
futures = "0.3.28"
leptos = { version = "0.5.2" }
wasm-bindgen = { version = "0.2.87" }
web-sys = { version = "0.3.64", features = ["DomRect"] }
futures = "0.3.29"
leptos = { version = "0.5.4" }
wasm-bindgen = { version = "0.2.89" }
web-sys = { version = "0.3.66", features = ["DomRect"] }

[features]
ssr = []
Expand Down
Loading

0 comments on commit 3420971

Please sign in to comment.