diff options
author | 2024-01-22 15:37:25 -0800 | |
---|---|---|
committer | 2024-01-22 18:37:25 -0500 | |
commit | bfd30041cf7a081212f67cbc80787ec01b9a842f (patch) | |
tree | bcef212b08fd40dd01ac25f73d10d852de479c4a /examples/hackernews | |
parent | 3a233c9ea29db89d2a1ef8c6f609eb20283f5c21 (diff) | |
download | astro-bfd30041cf7a081212f67cbc80787ec01b9a842f.tar.gz astro-bfd30041cf7a081212f67cbc80787ec01b9a842f.tar.zst astro-bfd30041cf7a081212f67cbc80787ec01b9a842f.zip |
[ci] release (#9772)astro@4.2.3@astrojs/vercel@7.0.1
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 cd392f1c3..1f0a25803 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.0.0", - "astro": "^4.2.2" + "astro": "^4.2.3" } } |