diff options
author | 2024-03-01 01:31:12 -0800 | |
---|---|---|
committer | 2024-03-01 10:31:12 +0100 | |
commit | afd41cc28bd449e82831e91f6302221945bd6019 (patch) | |
tree | 781c42de36f3369dbdca657179de547e26463bab /examples/hackernews | |
parent | a3ebfad0cc812e410f664d58373f77e6cbaeb7aa (diff) | |
download | astro-afd41cc28bd449e82831e91f6302221945bd6019.tar.gz astro-afd41cc28bd449e82831e91f6302221945bd6019.tar.zst astro-afd41cc28bd449e82831e91f6302221945bd6019.zip |
[ci] release (#10265)astro@4.4.7@astrojs/node@8.2.2
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 3560057d1..b883f6e41 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^8.2.1", - "astro": "^4.4.6" + "@astrojs/node": "^8.2.2", + "astro": "^4.4.7" } } |