diff options
author | 2024-11-04 06:20:48 -0800 | |
---|---|---|
committer | 2024-11-04 15:20:48 +0100 | |
commit | ec3113d25a318d94cac879c3eae4ad624ed1aee0 (patch) | |
tree | 124a66f2d2240cf843cfc20da2dd87016551d7d2 /examples/framework-svelte | |
parent | 76803498738f9e86e7948ce81e01e63607e03549 (diff) | |
download | astro-ec3113d25a318d94cac879c3eae4ad624ed1aee0.tar.gz astro-ec3113d25a318d94cac879c3eae4ad624ed1aee0.tar.zst astro-ec3113d25a318d94cac879c3eae4ad624ed1aee0.zip |
[ci] release (#12345)astro@4.16.9
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 f5851c318..f2ec05469 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^5.7.2", - "astro": "^4.16.8", + "astro": "^4.16.9", "svelte": "^4.2.19" } } |