Skip to content

Commit

Permalink
chore: updated deps after #137
Browse files Browse the repository at this point in the history
These were just for the demos that weren't ready at the time of the PR.
  • Loading branch information
arctic-hen7 committed May 10, 2022
1 parent 990de00 commit 5bf3f3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/comprehensive/tiny/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"

[dependencies]
perseus = { path = "../../../packages/perseus" }
sycamore = "=0.8.0-beta.4"
sycamore = "=0.8.0-beta.5"
2 changes: 1 addition & 1 deletion examples/demos/auth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
# We can't use hydration here yet (it doesn't handle the rapid page changes from unauthenticated to authenticated well)
perseus = { path = "../../../packages/perseus", features = [] }
sycamore = "=0.8.0-beta.4"
sycamore = "=0.8.0-beta.5"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
# We need the `HtmlDocument` feature to be able to use cookies (which this example does)
Expand Down
2 changes: 1 addition & 1 deletion examples/demos/fetching/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
perseus = { path = "../../../packages/perseus", features = [ "hydrate" ] }
sycamore = "=0.8.0-beta.4"
sycamore = "=0.8.0-beta.5"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
ureq = "2"
Expand Down

0 comments on commit 5bf3f3c

Please sign in to comment.