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 18ff2f8bf..b23842a5d 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^4.0.0", + "@astrojs/preact": "^4.0.1", "@nanostores/preact": "^0.5.2", - "astro": "^5.1.0", + "astro": "^5.1.1", "nanostores": "^0.11.3", "preact": "^10.24.3" } |