summaryrefslogtreecommitdiff
path: root/examples/hackernews
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-01-26 10:53:32 -0800
committerGravatar GitHub <noreply@github.com> 2023-01-26 13:53:32 -0500
commit607f0ac31a43595252bc647c01ac4b75fc774202 (patch)
tree475b92a55eab7842dd43661b724fef595b7323e5 /examples/hackernews
parent7abb1e9056c4b4fd0abfced347df32a41cdfbf28 (diff)
downloadastro-607f0ac31a43595252bc647c01ac4b75fc774202.tar.gz
astro-607f0ac31a43595252bc647c01ac4b75fc774202.tar.zst
astro-607f0ac31a43595252bc647c01ac4b75fc774202.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 8b8e9285f..0e3deb87b 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/node": "^5.0.0",
- "astro": "^2.0.1"
+ "@astrojs/node": "^5.0.1",
+ "astro": "^2.0.2"
}
}