diff options
author | 2024-10-11 10:20:32 -0700 | |
---|---|---|
committer | 2024-10-11 13:20:32 -0400 | |
commit | c73d65d7f76617cf5275203fd918887cbda01baf (patch) | |
tree | 95b10b2e194b3fb933b54012734ddc36049f08b3 /examples/framework-svelte | |
parent | 650dd22a7bce084c66a9a0f96f2d4e4500807641 (diff) | |
download | astro-c73d65d7f76617cf5275203fd918887cbda01baf.tar.gz astro-c73d65d7f76617cf5275203fd918887cbda01baf.tar.zst astro-c73d65d7f76617cf5275203fd918887cbda01baf.zip |
[ci] release (#12178)create-astro@4.10.0astro@4.16.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 a4bdc1566..8d70dadd8 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.0", + "astro": "^4.16.1", "svelte": "^4.2.19" } } |