diff options
author | 2024-03-28 11:09:23 -0700 | |
---|---|---|
committer | 2024-03-28 14:09:23 -0400 | |
commit | 50cc5f01c721f394397cbdfc3bd954ff7469b0c4 (patch) | |
tree | 259f8004792421007e13a5911239d65a1a72377b /examples/hackernews | |
parent | ed1031ba29af9a8a89ab386d772a228ba1414b4d (diff) | |
download | astro-50cc5f01c721f394397cbdfc3bd954ff7469b0c4.tar.gz astro-50cc5f01c721f394397cbdfc3bd954ff7469b0c4.tar.zst astro-50cc5f01c721f394397cbdfc3bd954ff7469b0c4.zip |
[ci] release (#10597)
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 61ac28d95..203b70bd0 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.2.5", - "astro": "^4.5.11" + "astro": "^4.5.12" } } |