diff options
author | 2023-11-30 06:24:51 -0800 | |
---|---|---|
committer | 2023-11-30 22:24:51 +0800 | |
commit | 349afeeb16bb62252e97c0f1abd5381890affceb (patch) | |
tree | 07fba03970f84a822449b9d63298c3345c61fae2 /examples/hackernews/package.json | |
parent | d34dc2c337afa857566730832a760101150954e2 (diff) | |
download | astro-349afeeb16bb62252e97c0f1abd5381890affceb.tar.gz astro-349afeeb16bb62252e97c0f1abd5381890affceb.tar.zst astro-349afeeb16bb62252e97c0f1abd5381890affceb.zip |
[ci] release (#9233)astro@3.6.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/hackernews/package.json')
-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 3dad5fae8..ccde2aca0 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^6.1.0", - "astro": "^3.6.3" + "astro": "^3.6.4" } } |