diff options
author | 2024-10-15 00:37:22 -0700 | |
---|---|---|
committer | 2024-10-15 15:37:22 +0800 | |
commit | 6df5bba870001ccaf7eee5ad7707ba6c90f955c4 (patch) | |
tree | a613ac85f0f2fee2041219ceef488b2090d02999 /examples/hackernews | |
parent | 64bb796c0fee551b8b2349b5246946f60080565b (diff) | |
download | astro-6df5bba870001ccaf7eee5ad7707ba6c90f955c4.tar.gz astro-6df5bba870001ccaf7eee5ad7707ba6c90f955c4.tar.zst astro-6df5bba870001ccaf7eee5ad7707ba6c90f955c4.zip |
[ci] release (#12225)astro@4.16.4@astrojs/sitemap@3.2.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 b3b5549f7..db1dbc371 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.3.4", - "astro": "^4.16.3" + "astro": "^4.16.4" } } |