diff options
author | 2025-06-04 02:31:56 -0700 | |
---|---|---|
committer | 2025-06-04 10:31:56 +0100 | |
commit | 1d628d59f6024c43ccf3fee45652ccd3d9df78e0 (patch) | |
tree | 56a415b553b72877a909f31a24ac75481b2de7c3 /examples/framework-svelte | |
parent | 50a3788eaa12a51bd16d55c1f52d1b83f6c6d247 (diff) | |
download | astro-1d628d59f6024c43ccf3fee45652ccd3d9df78e0.tar.gz astro-1d628d59f6024c43ccf3fee45652ccd3d9df78e0.tar.zst astro-1d628d59f6024c43ccf3fee45652ccd3d9df78e0.zip |
[ci] release (#13873)astro@5.8.2@astrojs/vercel@8.1.5@astrojs/sitemap@3.4.1@astrojs/rss@4.0.12
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 0622c85a7..9cd3a9304 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/svelte": "^7.1.0", - "astro": "^5.8.1", + "astro": "^5.8.2", "svelte": "^5.25.7" } } |