diff options
author | 2024-10-12 07:15:46 -0700 | |
---|---|---|
committer | 2024-10-12 22:15:46 +0800 | |
commit | bbc72a1f31de97fb16a469c590774c809c171909 (patch) | |
tree | 9dcfc81beaa34aad6b22e6f8473893734e202ecb /examples/framework-svelte | |
parent | 12b00225067445629e5ae451d763d03f70065f88 (diff) | |
download | astro-bbc72a1f31de97fb16a469c590774c809c171909.tar.gz astro-bbc72a1f31de97fb16a469c590774c809c171909.tar.zst astro-bbc72a1f31de97fb16a469c590774c809c171909.zip |
[ci] release (#12207)astro@4.16.2
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 8d70dadd8..fea663dc4 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.1", + "astro": "^4.16.2", "svelte": "^4.2.19" } } |