diff options
Diffstat (limited to 'examples/hackernews/package.json')
-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 435ea981a..439b426a2 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^7.0.0-beta.1", - "astro": "^4.0.0-beta.7" + "@astrojs/node": "^7.0.0", + "astro": "^4.0.0" } } |