summaryrefslogtreecommitdiff
path: root/examples/hackernews
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-02-13 06:18:26 -0800
committerGravatar GitHub <noreply@github.com> 2025-02-13 14:18:26 +0000
commitadb58f9e71fe47db5557c50070be9cd2930b0b1e (patch)
tree4a156d35b141a40cbe94449474d69fd90a0efd01 /examples/hackernews
parent5c6d58a98c070c91dcee969d761d18a8ae3eded0 (diff)
downloadastro-adb58f9e71fe47db5557c50070be9cd2930b0b1e.tar.gz
astro-adb58f9e71fe47db5557c50070be9cd2930b0b1e.tar.zst
astro-adb58f9e71fe47db5557c50070be9cd2930b0b1e.zip
Co-authored-by: github-actions[bot] <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 e81c8b3ff..c4c628ea1 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/node": "^9.0.3",
- "astro": "^5.2.6"
+ "@astrojs/node": "^9.1.0",
+ "astro": "^5.3.0"
}
}