summaryrefslogtreecommitdiff
path: root/examples/ssr/package.json
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-09-10 05:29:08 -0700
committerGravatar GitHub <noreply@github.com> 2024-09-10 08:29:08 -0400
commita1176a1d93760f78fde49fab2d1934a9dd910d58 (patch)
tree267e7cc35edaea8241f1422fac2bdd9f0a7c9f14 /examples/ssr/package.json
parent4410130df722eae494caaa46b17c8eeb6223f160 (diff)
downloadastro@5.0.0-alpha.6.tar.gz
astro@5.0.0-alpha.6.tar.zst
astro@5.0.0-alpha.6.zip
[ci] release (alpha) (#11954)astro@5.0.0-alpha.6
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/ssr/package.json')
-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 e63a7bec4..d25f5f4a1 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -14,7 +14,7 @@
"dependencies": {
"@astrojs/node": "^9.0.0-alpha.1",
"@astrojs/svelte": "^6.0.0-alpha.0",
- "astro": "^5.0.0-alpha.5",
+ "astro": "^5.0.0-alpha.6",
"svelte": "^4.2.19"
}
}