diff options
author | 2024-12-03 14:28:40 -0800 | |
---|---|---|
committer | 2024-12-03 23:28:40 +0100 | |
commit | 44af543c0de3ed46f19255ba7dad260937362810 (patch) | |
tree | 37dc6a8a446a4f8b642ae7b4121ed94333393cd4 /examples/ssr | |
parent | 52c8f98b749550ee47536ad2d55163456a644ca6 (diff) | |
download | astro-44af543c0de3ed46f19255ba7dad260937362810.tar.gz astro-44af543c0de3ed46f19255ba7dad260937362810.tar.zst astro-44af543c0de3ed46f19255ba7dad260937362810.zip |
[ci] release (#12606)astro@5.0.2
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 05962d938..dbaf8a11f 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.1", + "astro": "^5.0.2", "svelte": "^5.1.16" } } |