diff options
author | 2025-05-06 09:00:07 -0700 | |
---|---|---|
committer | 2025-05-06 18:00:07 +0200 | |
commit | f4b35a44f4d80a108cb8a7d012bd59ac0e3ef369 (patch) | |
tree | 98d6b82841a79de80dfbea8942a0155f2345a343 /examples/framework-svelte | |
parent | bb211af8fd8f32c14c43c326cd89fdd388ba1617 (diff) | |
download | astro-f4b35a44f4d80a108cb8a7d012bd59ac0e3ef369.tar.gz astro-f4b35a44f4d80a108cb8a7d012bd59ac0e3ef369.tar.zst astro-f4b35a44f4d80a108cb8a7d012bd59ac0e3ef369.zip |
[ci] release (#13737)astro@5.7.11
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 f2770144e..2667c9f59 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/svelte": "^7.0.13", - "astro": "^5.7.10", + "astro": "^5.7.11", "svelte": "^5.25.7" } } |