diff options
author | 2025-04-16 01:11:26 -0700 | |
---|---|---|
committer | 2025-04-16 10:11:26 +0200 | |
commit | 28176d28f7865ae52af5ee0a1346ec2caf6853e4 (patch) | |
tree | 4ae0e4426ab39522d9cec5bd71e5c629835818a6 /examples/framework-svelte | |
parent | 7f1a62484ed17fe7a9be5d1e2bb71e2fd12b9fed (diff) | |
download | astro-28176d28f7865ae52af5ee0a1346ec2caf6853e4.tar.gz astro-28176d28f7865ae52af5ee0a1346ec2caf6853e4.tar.zst astro-28176d28f7865ae52af5ee0a1346ec2caf6853e4.zip |
[ci] release (#13623)astro@5.7.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 bd462967e..5e46201c4 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/svelte": "^7.0.10", - "astro": "^5.7.0", + "astro": "^5.7.1", "svelte": "^5.25.7" } } |