diff options
author | 2025-04-04 00:53:39 -0700 | |
---|---|---|
committer | 2025-04-04 08:53:39 +0100 | |
commit | 9520a23d9dbad41988a1b3a56feddb689f6b481e (patch) | |
tree | 422c50635d25cbadd185d142424e015106b9ba10 /examples/framework-svelte | |
parent | 5af40dc157f54cfb0f1256d4bff8003bf45114b3 (diff) | |
download | astro-9520a23d9dbad41988a1b3a56feddb689f6b481e.tar.gz astro-9520a23d9dbad41988a1b3a56feddb689f6b481e.tar.zst astro-9520a23d9dbad41988a1b3a56feddb689f6b481e.zip |
[ci] release (#13554)astro@5.6.1
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 356448fbf..5842fddbf 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/svelte": "^7.0.9", - "astro": "^5.6.0", + "astro": "^5.6.1", "svelte": "^5.25.3" } } |