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 0ff05ec4f..6b0d4a1fd 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^3.0.0-rc.3", + "@astrojs/preact": "^3.0.0", "@nanostores/preact": "^0.5.0", - "astro": "^3.0.0-rc.11", + "astro": "^3.0.0", "nanostores": "^0.9.3", "preact": "^10.17.1" } |