diff options
author | 2025-04-03 03:03:43 -0700 | |
---|---|---|
committer | 2025-04-03 11:03:43 +0100 | |
commit | 90b0ac1fe1f782adafec07c9c396b829c347686c (patch) | |
tree | 90994b8cdeb53cce3b93406925dbc9b80cde04f5 /examples/hackernews | |
parent | c38102469d867d9d354620fad19cc51f9087223a (diff) | |
download | astro-90b0ac1fe1f782adafec07c9c396b829c347686c.tar.gz astro-90b0ac1fe1f782adafec07c9c396b829c347686c.tar.zst astro-90b0ac1fe1f782adafec07c9c396b829c347686c.zip |
[ci] release (#13540)astro@5.6.0
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 6ca42b4fa..f3d31c309 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/node": "^9.1.3", - "astro": "^5.5.6" + "astro": "^5.6.0" } } |