diff options
author | 2024-11-13 06:21:47 -0800 | |
---|---|---|
committer | 2024-11-13 14:21:47 +0000 | |
commit | 3b3bc9b8cd050bb27b5e4d51dd02cbcbd27c76f0 (patch) | |
tree | a7010acfd49bc2f99777271f39a0c97c9f8a3dfc /examples/framework-svelte | |
parent | acac0af53466f8a381ccdac29ed2ad735d7b4e79 (diff) | |
download | astro-3b3bc9b8cd050bb27b5e4d51dd02cbcbd27c76f0.tar.gz astro-3b3bc9b8cd050bb27b5e4d51dd02cbcbd27c76f0.tar.zst astro-3b3bc9b8cd050bb27b5e4d51dd02cbcbd27c76f0.zip |
[ci] release (#12422)astro@4.16.12
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 1f29535e7..9c1adf7cf 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^5.7.3", - "astro": "^4.16.11", + "astro": "^4.16.12", "svelte": "^4.2.19" } } |