diff options
author | 2024-12-16 19:02:50 -0800 | |
---|---|---|
committer | 2024-12-16 22:02:50 -0500 | |
commit | 3ff00a66551c70ebd089309064cf2fad40392e1b (patch) | |
tree | c9fc2843e25132310a780fa6be880db479882f2d /examples/ssr | |
parent | 95795f85dbd85ff29ee2ff4860d018fd4e9bcf8f (diff) | |
download | astro-3ff00a66551c70ebd089309064cf2fad40392e1b.tar.gz astro-3ff00a66551c70ebd089309064cf2fad40392e1b.tar.zst astro-3ff00a66551c70ebd089309064cf2fad40392e1b.zip |
[ci] release (#12759)astro@5.0.9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/ssr')
-rw-r--r-- | examples/ssr/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ssr/package.json b/examples/ssr/package.json index ae12ac6c3..bc964e069 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/node": "^9.0.0", "@astrojs/svelte": "^7.0.1", - "astro": "^5.0.8", + "astro": "^5.0.9", "svelte": "^5.1.16" } } |