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 98cb51ff2..5a02f61f4 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -12,7 +12,7 @@ "nanostores": "^0.3.3" }, "devDependencies": { - "@astrojs/renderer-solid": "^0.2.0-next.1", - "astro": "^0.21.0-next.12" + "@astrojs/renderer-solid": "^0.2.0", + "astro": "^0.21.0" } } |