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 4603a2902..7c2a8bc2f 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^3.5.1", + "@astrojs/preact": "^3.5.2", "@nanostores/preact": "^0.5.2", - "astro": "^4.14.5", + "astro": "^4.14.6", "nanostores": "^0.11.3", "preact": "^10.23.2" } |