diff options
author | 2024-03-07 11:55:50 -0800 | |
---|---|---|
committer | 2024-03-07 14:55:50 -0500 | |
commit | 76c21b19d2dfe8fba570593124cc2989c6179ba4 (patch) | |
tree | 9ff70a25df44faa287cd9b0bae9fab114f3d5389 /examples/hackernews | |
parent | 6964b6f9a6a9b65b3f1c576093cba18562a2d2c3 (diff) | |
download | astro-76c21b19d2dfe8fba570593124cc2989c6179ba4.tar.gz astro-76c21b19d2dfe8fba570593124cc2989c6179ba4.tar.zst astro-76c21b19d2dfe8fba570593124cc2989c6179ba4.zip |
[ci] release (#10359)
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 c0c62c73b..89930a13a 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.2.3", - "astro": "^4.4.14" + "astro": "^4.4.15" } } |