summaryrefslogtreecommitdiff
path: root/examples/hackernews
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-02-23 06:31:55 -0800
committerGravatar GitHub <noreply@github.com> 2024-02-23 09:31:55 -0500
commit3de7b2c7ec98361ffb8afd6ef1c4017038518c80 (patch)
tree145b12d857ef6609fa1d8863cec51b5f9e29f798 /examples/hackernews
parenta013182d322a3969e39d647aad75ec10f8bd1ed7 (diff)
downloadastro-3de7b2c7ec98361ffb8afd6ef1c4017038518c80.tar.gz
astro-3de7b2c7ec98361ffb8afd6ef1c4017038518c80.tar.zst
astro-3de7b2c7ec98361ffb8afd6ef1c4017038518c80.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 58428e047..daa0ded59 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/node": "^8.2.0",
- "astro": "^4.4.3"
+ "@astrojs/node": "^8.2.1",
+ "astro": "^4.4.4"
}
}