diff options
author | 2024-02-23 06:31:55 -0800 | |
---|---|---|
committer | 2024-02-23 09:31:55 -0500 | |
commit | 3de7b2c7ec98361ffb8afd6ef1c4017038518c80 (patch) | |
tree | 145b12d857ef6609fa1d8863cec51b5f9e29f798 /examples/hackernews | |
parent | a013182d322a3969e39d647aad75ec10f8bd1ed7 (diff) | |
download | astro-3de7b2c7ec98361ffb8afd6ef1c4017038518c80.tar.gz astro-3de7b2c7ec98361ffb8afd6ef1c4017038518c80.tar.zst astro-3de7b2c7ec98361ffb8afd6ef1c4017038518c80.zip |
[ci] release (#10213)astro@4.4.4@astrojs/vercel@7.3.3@astrojs/node@8.2.1@astrojs/db@0.4.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 58428e047..daa0ded59 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^8.2.0", - "astro": "^4.4.3" + "@astrojs/node": "^8.2.1", + "astro": "^4.4.4" } } |