diff options
author | 2024-10-14 01:55:46 -0700 | |
---|---|---|
committer | 2024-10-14 09:55:46 +0100 | |
commit | a33804110df32a7b5d1ae5b77c5a2e050541de79 (patch) | |
tree | cf6170ffa56a5ab0419a07f45aebca26b6951970 /examples/framework-svelte | |
parent | 59a2fbc2132f34c4be3b2d80b0fb70e90bd081c4 (diff) | |
download | astro-a33804110df32a7b5d1ae5b77c5a2e050541de79.tar.gz astro-a33804110df32a7b5d1ae5b77c5a2e050541de79.tar.zst astro-a33804110df32a7b5d1ae5b77c5a2e050541de79.zip |
[ci] release (#12221)astro@4.16.3
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 fea663dc4..a301c46dc 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.2", + "astro": "^4.16.3", "svelte": "^4.2.19" } } |