web: update seed_hooks to my copy so I can pin to seed=0.10.0

This commit is contained in:
2023-12-10 19:42:07 -08:00
parent 7b22f85429
commit 33ec63f097
2 changed files with 52 additions and 73 deletions

View File

@@ -30,7 +30,7 @@ wasm-timer = "0.2.5"
chrono = "0.4.31"
graphql_client = "0.13.0"
thiserror = "1.0.50"
seed_hooks = { git = "https://github.com/seed-rs/styles_hooks", package = "seed_hooks", branch = "main" }
seed_hooks = { git = "https://github.com/wathiede/styles_hooks", package = "seed_hooks", branch = "main" }
gloo-net = { version = "0.4.0", features = ["json", "serde_json"] }