summaryrefslogtreecommitdiff
path: root/examples/hackernews
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-06-11 05:15:27 -0700
committerGravatar GitHub <noreply@github.com> 2024-06-11 13:15:27 +0100
commitdd0145d28b1ff849da2825ae7032dfd46a1d4bf7 (patch)
tree3c95acc18c2e1a56ead48165cb9b1cfa0062a0da /examples/hackernews
parentc5152dbea35011a41253e6bcc3e07cb248aac79e (diff)
downloadastro-dd0145d28b1ff849da2825ae7032dfd46a1d4bf7.tar.gz
astro-dd0145d28b1ff849da2825ae7032dfd46a1d4bf7.tar.zst
astro-dd0145d28b1ff849da2825ae7032dfd46a1d4bf7.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 d4e0c951a..29fd443a1 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/node": "^8.2.6",
- "astro": "^4.10.1"
+ "@astrojs/node": "^8.3.0",
+ "astro": "^4.10.2"
}
}