diff options
Diffstat (limited to 'examples/with-nanostores')
-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 c0dc37d6c..9f26095c3 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.1", + "astro": "^1.4.0", "preact": "^10.7.3", - "@astrojs/preact": "^1.1.0", + "@astrojs/preact": "^1.1.1", "nanostores": "^0.5.12", "@nanostores/preact": "^0.1.3" } |