diff options
author | 2025-06-04 02:31:56 -0700 | |
---|---|---|
committer | 2025-06-04 10:31:56 +0100 | |
commit | 1d628d59f6024c43ccf3fee45652ccd3d9df78e0 (patch) | |
tree | 56a415b553b72877a909f31a24ac75481b2de7c3 /examples/hackernews | |
parent | 50a3788eaa12a51bd16d55c1f52d1b83f6c6d247 (diff) | |
download | astro-1d628d59f6024c43ccf3fee45652ccd3d9df78e0.tar.gz astro-1d628d59f6024c43ccf3fee45652ccd3d9df78e0.tar.zst astro-1d628d59f6024c43ccf3fee45652ccd3d9df78e0.zip |
[ci] release (#13873)astro@5.8.2@astrojs/vercel@8.1.5@astrojs/sitemap@3.4.1@astrojs/rss@4.0.12
Co-authored-by: github-actions[bot] <41898282+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 d91b55114..918cab396 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/node": "^9.2.2", - "astro": "^5.8.1" + "astro": "^5.8.2" } } |