diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/hackernews/package.json | 2 | ||||
-rw-r--r-- | examples/ssr/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 9c97e21e1..b344dd59b 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^5.0.1", + "@astrojs/node": "^5.0.2", "astro": "^2.0.5" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 5e50214ca..6b876c0ce 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -15,7 +15,7 @@ "astro": "^2.0.5", "svelte": "^3.48.0", "@astrojs/svelte": "^2.0.1", - "@astrojs/node": "^5.0.1", + "@astrojs/node": "^5.0.2", "concurrently": "^7.2.1", "unocss": "^0.15.6", "vite-imagetools": "^4.0.4" |