diff options
author | 2024-03-20 01:41:00 -0700 | |
---|---|---|
committer | 2024-03-20 08:41:00 +0000 | |
commit | 17b4991cffb2f16fb3deba5881c54fa67c9ee9ce (patch) | |
tree | 5df1d388f2f104ec7f9d76b41468eb7be832410a /examples/hackernews | |
parent | 48310512601e0c0b2886759e4d81b4091042eb8f (diff) | |
download | astro-17b4991cffb2f16fb3deba5881c54fa67c9ee9ce.tar.gz astro-17b4991cffb2f16fb3deba5881c54fa67c9ee9ce.tar.zst astro-17b4991cffb2f16fb3deba5881c54fa67c9ee9ce.zip |
[ci] release (#10488)create-astro@4.7.5astro@4.5.7@astrojs/node@8.2.5@astrojs/db@0.9.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index fba1022ba..0156d0a32 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^8.2.4", - "astro": "^4.5.6" + "@astrojs/node": "^8.2.5", + "astro": "^4.5.7" } } |