diff options
author | 2024-08-05 16:22:43 +0800 | |
---|---|---|
committer | 2024-08-05 16:22:43 +0800 | |
commit | da86d5459f66c45b87a97f3aab384454a38ea279 (patch) | |
tree | 5b9c9d733074c5326e291b5b4e153292951782c7 /examples/with-nanostores/package.json | |
parent | bc2796436dc3810e988c27b71b7a66fcb1ae8bda (diff) | |
download | astro-da86d5459f66c45b87a97f3aab384454a38ea279.tar.gz astro-da86d5459f66c45b87a97f3aab384454a38ea279.tar.zst astro-da86d5459f66c45b87a97f3aab384454a38ea279.zip |
fix(deps): update all non-major dependencies (#11618)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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" } } |