diff options
Diffstat (limited to 'examples/with-nanostores')
-rw-r--r-- | examples/with-nanostores/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 851fd13be..63fd3b2df 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -22,9 +22,9 @@ "devDependencies": { "@astrojs/preact": "^0.1.1", "@astrojs/react": "^0.1.0", - "@astrojs/solid-js": "^0.1.1", + "@astrojs/solid-js": "^0.1.2", "@astrojs/svelte": "^0.1.1", - "@astrojs/vue": "^0.1.2", - "astro": "^1.0.0-beta.13" + "@astrojs/vue": "^0.1.3", + "astro": "^1.0.0-beta.14" } } |