diff options
author | 2025-02-12 04:14:03 -0800 | |
---|---|---|
committer | 2025-02-12 12:14:03 +0000 | |
commit | ea9868d7fd6b561b994a4dae5af0d00e73d117ab (patch) | |
tree | 0506a3225c15b330c122faa87f68f69295db0efb /examples/with-nanostores/package.json | |
parent | 6bac644241bc42bb565730955ffd575878a0e41b (diff) | |
download | astro@5.2.6.tar.gz astro@5.2.6.tar.zst astro@5.2.6.zip |
[ci] release (#13189)astro@5.2.6@astrojs/vercel@8.0.7@astrojs/node@9.0.3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-nanostores/package.json')
-rw-r--r-- | examples/with-nanostores/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 1cc8a59f0..fa93e04c9 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/preact": "^4.0.4", "@nanostores/preact": "^0.5.2", - "astro": "^5.2.5", + "astro": "^5.2.6", "nanostores": "^0.11.3", "preact": "^10.25.4" } |