chore(web/tvixbolt): Update to latest yew version

Change-Id: I8e89aea317f088142e8006b3a888ec6d28467b47
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12064
Reviewed-by: flokli <flokli@flokli.de>
Autosubmit: Ilan Joselevich <personal@ilanjoselevich.com>
Tested-by: BuildkiteCI
This commit is contained in:
Ilan Joselevich 2024-07-30 15:52:45 +03:00 committed by clbot
parent 756539a596
commit 87d4b00ff5
4 changed files with 2854 additions and 245 deletions

View file

@ -7,9 +7,9 @@ edition = "2021"
crate-type = ["cdylib"]
[dependencies]
yew = "0.19.3"
yew-router = "0.16"
yew = { version = "0.21.0", features = ["csr"] }
yew-router = "0.18"
tvix-eval = { path = "../../tvix/eval", default-features = false }
serde = { version = "1.0.203", features = ["derive"] }
serde = { version = "1.0.204", features = ["derive"] }
web-sys = { version = "0.3.69", features = ["HtmlDetailsElement"] }
wasm-bindgen = "0.2.92"