diff options
author | 2024-08-14 01:14:23 -0700 | |
---|---|---|
committer | 2024-08-14 09:14:23 +0100 | |
commit | 6bb001476c25f9513f8a5a0e5189f53465c60773 (patch) | |
tree | 6c1ffc2c727c7c6e9145159e18572992328ac557 /examples/hackernews | |
parent | cb98b74881355de9ec9d90a613a3f1d27d154463 (diff) | |
download | astro-6bb001476c25f9513f8a5a0e5189f53465c60773.tar.gz astro-6bb001476c25f9513f8a5a0e5189f53465c60773.tar.zst astro-6bb001476c25f9513f8a5a0e5189f53465c60773.zip |
[ci] release (#11686)astro@4.13.4@astrojs/node@8.3.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 e47cf63d7..836cb8486 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^8.3.2", - "astro": "^4.13.3" + "@astrojs/node": "^8.3.3", + "astro": "^4.13.4" } } |