diff options
author | 2024-11-21 03:12:37 -0800 | |
---|---|---|
committer | 2024-11-21 11:12:37 +0000 | |
commit | b9c05f45b2c9780d7b5518adb4a545cf69f075a6 (patch) | |
tree | fe09cefaf90a325b74e1fbff16f8e2fc482daba7 /examples/hackernews | |
parent | 8a46e8074d6afb4a23badbd59ed239d526294e8c (diff) | |
download | astro-b9c05f45b2c9780d7b5518adb4a545cf69f075a6.tar.gz astro-b9c05f45b2c9780d7b5518adb4a545cf69f075a6.tar.zst astro-b9c05f45b2c9780d7b5518adb4a545cf69f075a6.zip |
[ci] release (#12452)
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 e9c4d08ef..7706bac81 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.3.4", - "astro": "^4.16.13" + "astro": "^4.16.14" } } |