summaryrefslogtreecommitdiff
path: root/examples/ssr
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-12-03 14:28:40 -0800
committerGravatar GitHub <noreply@github.com> 2024-12-03 23:28:40 +0100
commit44af543c0de3ed46f19255ba7dad260937362810 (patch)
tree37dc6a8a446a4f8b642ae7b4121ed94333393cd4 /examples/ssr
parent52c8f98b749550ee47536ad2d55163456a644ca6 (diff)
downloadastro-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.json2
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"
}
}