diff options
author | 2024-03-01 04:10:51 -0800 | |
---|---|---|
committer | 2024-03-01 12:10:51 +0000 | |
commit | 87a3d51f2ca8661babbb76956e54bf389eb86d8f (patch) | |
tree | e87a5fb91a1548329c2d83be1e10ab39bb1e4e90 /examples/hackernews | |
parent | 5e3e74b61daa2ba44c761c9ab5745818661a656e (diff) | |
download | astro-87a3d51f2ca8661babbb76956e54bf389eb86d8f.tar.gz astro-87a3d51f2ca8661babbb76956e54bf389eb86d8f.tar.zst astro-87a3d51f2ca8661babbb76956e54bf389eb86d8f.zip |
[ci] release (#10286)astro@4.4.8@astrojs/node@8.2.3
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 b883f6e41..4f6b7213f 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^8.2.2", - "astro": "^4.4.7" + "@astrojs/node": "^8.2.3", + "astro": "^4.4.8" } } |