diff options
Diffstat (limited to 'examples/with-nanostores/package.json')
-rw-r--r-- | examples/with-nanostores/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 2b1e1677a..6094c5fd1 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^3.5.4-beta.0", + "@astrojs/preact": "^4.0.0-beta.1", "@nanostores/preact": "^0.5.2", - "astro": "^5.0.0-beta.11", + "astro": "^5.0.0-beta.12", "nanostores": "^0.11.3", "preact": "^10.24.3" } |