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 babc8c1a3..7926d4945 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^4.0.10", + "@astrojs/preact": "^4.0.11", "@nanostores/preact": "^0.5.2", - "astro": "^5.7.9", + "astro": "^5.7.10", "nanostores": "^0.11.4", "preact": "^10.26.5" } |