diff options
author | 2024-11-21 08:12:29 -0800 | |
---|---|---|
committer | 2024-11-21 11:12:29 -0500 | |
commit | 10beb174e5d0a2747f3a30289f42782892d0dbd5 (patch) | |
tree | 923858db00d541d2bb17f9017238b90a88ef016d /examples/hackernews | |
parent | 23dc937435e0dc89dee5e74e8870464160efb17c (diff) | |
download | astro-10beb174e5d0a2747f3a30289f42782892d0dbd5.tar.gz astro-10beb174e5d0a2747f3a30289f42782892d0dbd5.tar.zst astro-10beb174e5d0a2747f3a30289f42782892d0dbd5.zip |
[ci] release (beta) (#12491)astro@5.0.0-beta.10
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 04330f969..1b0a167ae 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/node": "^9.0.0-alpha.1", - "astro": "^5.0.0-beta.9" + "astro": "^5.0.0-beta.10" } } |