diff options
author | 2023-11-10 06:10:04 -0800 | |
---|---|---|
committer | 2023-11-10 09:10:04 -0500 | |
commit | 5db28e90d03bd4dfd05aab743c647f689e349cf2 (patch) | |
tree | aa47a5153f58b1250dd6ff0461bbe48464741570 /examples/framework-svelte | |
parent | 15b84ccb9859b070e30030015fca0de090a7b079 (diff) | |
download | astro-5db28e90d03bd4dfd05aab743c647f689e349cf2.tar.gz astro-5db28e90d03bd4dfd05aab743c647f689e349cf2.tar.zst astro-5db28e90d03bd4dfd05aab743c647f689e349cf2.zip |
[ci] release (#9038)astro@3.5.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 c2b8f03f5..856276788 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^4.0.3", - "astro": "^3.5.0", + "astro": "^3.5.1", "svelte": "^4.2.0" } } |