2
0
Fork 0
mirror of https://github.com/leptos-rs/leptos synced 2025-02-02 23:13:25 +00:00

Remove hash.txt from tracking, update dependencies in tests

This commit is contained in:
benwis 2024-11-16 11:19:11 -08:00
parent aa6cd08387
commit 7f2237b91e
3 changed files with 2558 additions and 2 deletions
.gitignore
examples/suspense_tests
server_fn

1
.gitignore vendored
View file

@ -14,3 +14,4 @@ blob.rs
.vscode
vendor
hash.txt

View file

@ -10,7 +10,7 @@ crate-type = ["cdylib", "rlib"]
actix-files = { version = "0.6.6", optional = true }
actix-web = { version = "4.8", optional = true, features = ["macros"] }
console_error_panic_hook = "0.1.7"
js-sys = { version = "0.3.70", optional = true }
js-sys = { version = "0.3.72" }
leptos = { path = "../../leptos" }
leptos_actix = { path = "../../integrations/actix", optional = true }
leptos_router = { path = "../../router" }
@ -21,7 +21,7 @@ tokio = { version = "1.39", features = ["time", "rt"], optional = true }
[features]
hydrate = [
"dep:js-sys",
"leptos/hydrate",
]
ssr = [

2555
server_fn/Cargo.lock generated Normal file

File diff suppressed because it is too large Load diff