diff options
author | 2024-08-01 02:55:37 -0700 | |
---|---|---|
committer | 2024-08-01 11:55:37 +0200 | |
commit | 4474887937a9f635d8cc5180e52c68ecdf33a1a9 (patch) | |
tree | c961b62d9cb659d91b754e0a7eed3fc2d5cf7b7c /examples/hackernews | |
parent | 6aaeec5034cabf6a83e1949ec1ca8f50e7978cc1 (diff) | |
download | astro-4474887937a9f635d8cc5180e52c68ecdf33a1a9.tar.gz astro-4474887937a9f635d8cc5180e52c68ecdf33a1a9.tar.zst astro-4474887937a9f635d8cc5180e52c68ecdf33a1a9.zip |
[ci] release (#11578)astro@4.13.0
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 c753d4cae..e58eae02b 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.3.2", - "astro": "^4.12.3" + "astro": "^4.13.0" } } |