diff options
author | 2025-04-28 13:26:33 -0700 | |
---|---|---|
committer | 2025-04-28 22:26:33 +0200 | |
commit | 3bdc7af2247d67993a9ad0642a07e4edded780fd (patch) | |
tree | 901b0b2f86cd0f1a7ab88bb5b8f3a36edc01acb6 /examples/framework-svelte | |
parent | b32dffab6e16388c87fb5e8bb423ed02d88586bb (diff) | |
download | astro-3bdc7af2247d67993a9ad0642a07e4edded780fd.tar.gz astro-3bdc7af2247d67993a9ad0642a07e4edded780fd.tar.zst astro-3bdc7af2247d67993a9ad0642a07e4edded780fd.zip |
[ci] release (#13716)astro@5.7.8
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-svelte')
-rw-r--r-- | examples/framework-svelte/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 46ca57778..7e8eb8109 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/svelte": "^7.0.11", - "astro": "^5.7.7", + "astro": "^5.7.8", "svelte": "^5.25.7" } } |