diff options
author | 2024-06-08 02:28:34 -0700 | |
---|---|---|
committer | 2024-06-08 11:28:34 +0200 | |
commit | 2da877bfe97144ff5110d011b9bfba270ccfc620 (patch) | |
tree | ba0fd09b90e9f73cf95d7fe10b0902e7a2ce9f41 /examples/hackernews | |
parent | 734b98fecf0212cd76be3c935a49f84a9a7dab34 (diff) | |
download | astro-2da877bfe97144ff5110d011b9bfba270ccfc620.tar.gz astro-2da877bfe97144ff5110d011b9bfba270ccfc620.tar.zst astro-2da877bfe97144ff5110d011b9bfba270ccfc620.zip |
[ci] release (#11201)astro@4.10.1@astrojs/node@8.2.6
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 b925f797e..d4e0c951a 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^8.2.5", - "astro": "^4.10.0" + "@astrojs/node": "^8.2.6", + "astro": "^4.10.1" } } |