diff options
author | 2022-11-07 12:25:20 -0800 | |
---|---|---|
committer | 2022-11-07 15:25:20 -0500 | |
commit | 56c37a62873080eb5ceebf573d921d1f2005963e (patch) | |
tree | 2e29efbc8e5f098a6245071171850869356fd8a7 /examples/hackernews | |
parent | 4280bb8cf8e509308f8482b73f60e967a159d3a9 (diff) | |
download | astro-56c37a62873080eb5ceebf573d921d1f2005963e.tar.gz astro-56c37a62873080eb5ceebf573d921d1f2005963e.tar.zst astro-56c37a62873080eb5ceebf573d921d1f2005963e.zip |
[ci] release (#5296)astro@1.6.4@astrojs/node@3.0.0@astrojs/deno@2.0.0@astrojs/cloudflare@4.0.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 3ce0e3a09..9bc81c82a 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,7 +12,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^2.0.1", - "astro": "^1.6.3" + "@astrojs/node": "^3.0.0", + "astro": "^1.6.4" } } |