diff options
author | 2024-09-13 13:35:01 -0700 | |
---|---|---|
committer | 2024-09-13 16:35:01 -0400 | |
commit | 6e1602c7b1c396aab4ebd52198020e8cc3306abd (patch) | |
tree | 68899c754475d9e9a27558690ba8cc39523bdff4 /examples/framework-svelte | |
parent | 4724b144310a88defd839f183bec927e5e3cdec0 (diff) | |
download | astro-6e1602c7b1c396aab4ebd52198020e8cc3306abd.tar.gz astro-6e1602c7b1c396aab4ebd52198020e8cc3306abd.tar.zst astro-6e1602c7b1c396aab4ebd52198020e8cc3306abd.zip |
[ci] release (alpha) (#11988)astro@5.0.0-alpha.8@astrojs/underscore-redirects@0.4.0-alpha.0
Co-authored-by: github-actions[bot] <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 4dbcbda27..a91c36a48 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^6.0.0-alpha.0", - "astro": "^5.0.0-alpha.7", + "astro": "^5.0.0-alpha.8", "svelte": "^4.2.19" } } |