diff options
author | 2024-10-31 02:07:35 -0700 | |
---|---|---|
committer | 2024-10-31 17:07:35 +0800 | |
commit | 731b69712b0e9c5d5a4058db3fa3e8bf628c7aad (patch) | |
tree | beff9546e16f67f7bca902670440de4365fd7c1b /examples/hackernews | |
parent | d879c02a269e1417d675fa03506bc845c7158643 (diff) | |
download | astro-731b69712b0e9c5d5a4058db3fa3e8bf628c7aad.tar.gz astro-731b69712b0e9c5d5a4058db3fa3e8bf628c7aad.tar.zst astro-731b69712b0e9c5d5a4058db3fa3e8bf628c7aad.zip |
[ci] release (beta) (#12250)astro@5.0.0-beta.6@astrojs/vue@5.0.0-beta.1@astrojs/mdx@4.0.0-beta.3
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 7f2fde105..c1202148b 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.5" + "astro": "^5.0.0-beta.6" } } |