diff options
author | 2024-10-15 00:37:22 -0700 | |
---|---|---|
committer | 2024-10-15 15:37:22 +0800 | |
commit | 6df5bba870001ccaf7eee5ad7707ba6c90f955c4 (patch) | |
tree | a613ac85f0f2fee2041219ceef488b2090d02999 /examples/framework-svelte | |
parent | 64bb796c0fee551b8b2349b5246946f60080565b (diff) | |
download | astro-6df5bba870001ccaf7eee5ad7707ba6c90f955c4.tar.gz astro-6df5bba870001ccaf7eee5ad7707ba6c90f955c4.tar.zst astro-6df5bba870001ccaf7eee5ad7707ba6c90f955c4.zip |
[ci] release (#12225)astro@4.16.4@astrojs/sitemap@3.2.1
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 a301c46dc..2a06bf3b8 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.3", + "astro": "^4.16.4", "svelte": "^4.2.19" } } |