summaryrefslogtreecommitdiff
path: root/examples/hackernews
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-02-01 02:04:19 -0800
committerGravatar GitHub <noreply@github.com> 2024-02-01 10:04:19 +0000
commit2561c99598e325bbd5a70a9c08f9f409ec5994fd (patch)
tree7b1f1d40c873c18aba45ca861c207e41ee0b06fc /examples/hackernews
parentd702d6ae5052ce25871e70082f37bb553f1c26bd (diff)
downloadastro-2561c99598e325bbd5a70a9c08f9f409ec5994fd.tar.gz
astro-2561c99598e325bbd5a70a9c08f9f409ec5994fd.tar.zst
astro-2561c99598e325bbd5a70a9c08f9f409ec5994fd.zip
* [ci] release * Update packages/astro/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/integrations/vercel/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
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 ac9bdb79c..04bf97a2f 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/node": "^8.1.0",
- "astro": "^4.2.8"
+ "@astrojs/node": "^8.2.0",
+ "astro": "^4.3.0"
}
}