diff options
author | 2024-11-15 04:59:51 -0800 | |
---|---|---|
committer | 2024-11-15 20:59:51 +0800 | |
commit | 8e135b6f036a37c5df7884209e767e298262bad7 (patch) | |
tree | 7767166217eb628d9bcca2244026893f59b07d5d /examples/framework-svelte | |
parent | bde49f186e4d620ce0c926353db38215e33dceef (diff) | |
download | astro-8e135b6f036a37c5df7884209e767e298262bad7.tar.gz astro-8e135b6f036a37c5df7884209e767e298262bad7.tar.zst astro-8e135b6f036a37c5df7884209e767e298262bad7.zip |
[ci] release (#12443)@astrojs/svelte@6.0.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 87530dfc5..2a06f5d65 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/svelte": "^6.0.0", + "@astrojs/svelte": "^6.0.1", "astro": "^4.16.13", "svelte": "^5.1.16" } |