diff options
author | 2024-04-23 16:30:37 -0700 | |
---|---|---|
committer | 2024-04-23 19:30:37 -0400 | |
commit | a94046588cce2d34ce4bd0c935f580d0616ab5b2 (patch) | |
tree | e8b8afa3378885b19fb740aa11d58ca2354593a9 /examples/hackernews | |
parent | f6bddd3a155cd10a9f85c92d43b1af8b74786a42 (diff) | |
download | astro-a94046588cce2d34ce4bd0c935f580d0616ab5b2.tar.gz astro-a94046588cce2d34ce4bd0c935f580d0616ab5b2.tar.zst astro-a94046588cce2d34ce4bd0c935f580d0616ab5b2.zip |
[ci] release (#10842)astro@4.6.4@astrojs/vercel@7.5.4@astrojs/react@3.3.1@astrojs/partytown@2.1.0@astrojs/markdoc@0.11.0@astrojs/db@0.10.6
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 a7ea4297a..0abad5553 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.2.5", - "astro": "^4.6.3" + "astro": "^4.6.4" } } |