summaryrefslogtreecommitdiff
path: root/examples/hackernews
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-04-15 02:36:51 -0700
committerGravatar GitHub <noreply@github.com> 2025-04-15 10:36:51 +0100
commit59af0cbd0a36a983cd9fefbbca669dae84ce1e94 (patch)
tree31848d4cb87e580a87877080db3e0d963b15dd15 /examples/hackernews
parentd038030770b294e811beb99c9478fbe4b4cbb968 (diff)
downloadastro-3be8f1a55df76214b57b60b319acbad4f4f5fb17.tar.gz
astro-3be8f1a55df76214b57b60b319acbad4f4f5fb17.tar.zst
astro-3be8f1a55df76214b57b60b319acbad4f4f5fb17.zip
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/hackernews')
-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 250b4c771..aac006273 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/node": "^9.1.3",
- "astro": "^5.6.2"
+ "@astrojs/node": "^9.2.0",
+ "astro": "^5.7.0"
}
}