summaryrefslogtreecommitdiff
path: root/examples/hackernews/package.json
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-08-19 11:37:39 -0700
committerGravatar GitHub <noreply@github.com> 2024-08-19 14:37:39 -0400
commitf239242d90dc7045e21bfa4d9a4d2619389abef6 (patch)
tree84d3ce8e3e2a6f7ef97d5b6aae6810bde3d417fc /examples/hackernews/package.json
parent40183620d8315c342ffbb46ddcd1b003f4b303ed (diff)
downloadastro-cf80a423a4b07ca01577ce208c867b17676f8c38.tar.gz
astro-cf80a423a4b07ca01577ce208c867b17676f8c38.tar.zst
astro-cf80a423a4b07ca01577ce208c867b17676f8c38.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/hackernews/package.json')
-rw-r--r--examples/hackernews/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index bc5ee46b2..4b6a2af10 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/node": "^8.3.3",
- "astro": "^4.14.2"
+ "@astrojs/node": "^9.0.0-alpha.0",
+ "astro": "^5.0.0-alpha.0"
}
}