diff options
author | 2025-02-13 06:18:26 -0800 | |
---|---|---|
committer | 2025-02-13 14:18:26 +0000 | |
commit | adb58f9e71fe47db5557c50070be9cd2930b0b1e (patch) | |
tree | 4a156d35b141a40cbe94449474d69fd90a0efd01 /examples/hackernews | |
parent | 5c6d58a98c070c91dcee969d761d18a8ae3eded0 (diff) | |
download | astro-adb58f9e71fe47db5557c50070be9cd2930b0b1e.tar.gz astro-adb58f9e71fe47db5557c50070be9cd2930b0b1e.tar.zst astro-adb58f9e71fe47db5557c50070be9cd2930b0b1e.zip |
[ci] release (#13230)astro@5.3.0@astrojs/node@9.1.0@astrojs/netlify@6.2.0
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index e81c8b3ff..c4c628ea1 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^9.0.3", - "astro": "^5.2.6" + "@astrojs/node": "^9.1.0", + "astro": "^5.3.0" } } |