diff options
author | 2024-12-16 09:40:13 -0800 | |
---|---|---|
committer | 2024-12-16 12:40:13 -0500 | |
commit | d891d5dff5de9b5381d6c74deddcba3d833db458 (patch) | |
tree | 73f5efcbca1f4add85a367777fb2ddbd7242321d /examples/ssr | |
parent | a7935578aff9c3b29d1e0b62769d951bc2872c61 (diff) | |
download | astro-d891d5dff5de9b5381d6c74deddcba3d833db458.tar.gz astro-d891d5dff5de9b5381d6c74deddcba3d833db458.tar.zst astro-d891d5dff5de9b5381d6c74deddcba3d833db458.zip |
[ci] release (#12748)astro@5.0.7
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 e51ad9489..e23949093 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.6", + "astro": "^5.0.7", "svelte": "^5.1.16" } } |