diff options
author | 2024-04-12 08:31:46 -0700 | |
---|---|---|
committer | 2024-04-12 11:31:46 -0400 | |
commit | 3ff6b403db5191c1f676fac35b8134102442a800 (patch) | |
tree | f9a81915c75a4ae548973d9a481cb88e3859a14e /examples/framework-svelte | |
parent | c704c449c0d92c420f3ca7b81b76f8b2a8735e88 (diff) | |
download | astro-3ff6b403db5191c1f676fac35b8134102442a800.tar.gz astro-3ff6b403db5191c1f676fac35b8134102442a800.tar.zst astro-3ff6b403db5191c1f676fac35b8134102442a800.zip |
[ci] release (#10757)astro@4.6.1@astrojs/vercel@7.5.3@astrojs/db@0.10.4
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 bc2f8ce3d..d41823b04 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^5.4.0", - "astro": "^4.6.0", + "astro": "^4.6.1", "svelte": "^4.2.5" } } |