diff options
author | 2024-11-26 01:03:38 -0800 | |
---|---|---|
committer | 2024-11-26 09:03:38 +0000 | |
commit | 36d8d921db05bf9222512949a64f5076904dde4d (patch) | |
tree | ac0aafdd55b3c6846ee385584fdd778bc90c0c3f /examples/hackernews | |
parent | 0910a324e2b135859c4441b1e97c4cfd7b22c2bf (diff) | |
download | astro-36d8d921db05bf9222512949a64f5076904dde4d.tar.gz astro-36d8d921db05bf9222512949a64f5076904dde4d.tar.zst astro-36d8d921db05bf9222512949a64f5076904dde4d.zip |
[ci] release (#12501)astro@4.16.15
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 7706bac81..f3479c399 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.3.4", - "astro": "^4.16.14" + "astro": "^4.16.15" } } |