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 643842873..9cdbc0ea7 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -12,9 +12,9 @@ }, "dependencies": { "@astrojs/preact": "^3.5.1", - "@nanostores/preact": "^0.5.1", + "@nanostores/preact": "^0.5.2", "astro": "^4.13.1", - "nanostores": "^0.10.3", + "nanostores": "^0.11.0", "preact": "^10.23.1" } } |