web: use crate version of seed_hooks

This commit is contained in:
2025-02-13 15:09:34 -08:00
parent 5a13a497dc
commit 9aa298febe
2 changed files with 11 additions and 8 deletions

View File

@@ -26,7 +26,6 @@ serde_json = { version = "1.0.93", features = ["unbounded_depth"] }
chrono = "0.4.31"
graphql_client = "0.14.0"
thiserror = "2.0.0"
seed_hooks = { git = "https://github.com/wathiede/styles_hooks", package = "seed_hooks", rev = "cccf4151ba65e4bc9ac0b07e1f51e4d881641aa0" }
gloo-net = { version = "0.6.0", features = ["json", "serde_json"] }
human_format = "1.1.0"
build-info = "0.0.39"
@@ -36,6 +35,7 @@ uuid = { version = "1.13.1", features = [
] } # direct dep to set js feature, prevents Rng issues
letterbox-shared = { version = "0.3.0", registry = "xinu" }
letterbox-notmuch = { version = "0.3.0", registry = "xinu" }
seed_hooks = { version = "0.1.13", registry = "xinu" }
[package.metadata.wasm-pack.profile.release]
wasm-opt = ['-Os']