diff options
author | 2023-02-01 11:38:18 -0800 | |
---|---|---|
committer | 2023-02-01 14:38:18 -0500 | |
commit | a007dbc759179619f41dcb84ec7b2483bbd62320 (patch) | |
tree | b82734d5a68b2571f4856d46b55f8f3717cf60f5 /examples/hackernews | |
parent | 97a97196fc4d2dd8ced838ddbca17a587cfa0957 (diff) | |
download | astro-a007dbc759179619f41dcb84ec7b2483bbd62320.tar.gz astro-a007dbc759179619f41dcb84ec7b2483bbd62320.tar.zst astro-a007dbc759179619f41dcb84ec7b2483bbd62320.zip |
[ci] release (#6089)@astrojs/node@5.0.2@astrojs/netlify@2.1.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/hackernews')
-rw-r--r-- | examples/hackernews/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 9c97e21e1..b344dd59b 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^5.0.1", + "@astrojs/node": "^5.0.2", "astro": "^2.0.5" } } |