diff options
author | 2024-04-23 16:30:37 -0700 | |
---|---|---|
committer | 2024-04-23 19:30:37 -0400 | |
commit | a94046588cce2d34ce4bd0c935f580d0616ab5b2 (patch) | |
tree | e8b8afa3378885b19fb740aa11d58ca2354593a9 /examples/with-nanostores | |
parent | f6bddd3a155cd10a9f85c92d43b1af8b74786a42 (diff) | |
download | astro-@astrojs/vercel@7.5.4.tar.gz astro-@astrojs/vercel@7.5.4.tar.zst astro-@astrojs/vercel@7.5.4.zip |
[ci] release (#10842)astro@4.6.4@astrojs/vercel@7.5.4@astrojs/react@3.3.1@astrojs/partytown@2.1.0@astrojs/markdoc@0.11.0@astrojs/db@0.10.6
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-nanostores')
-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 4c3093f01..328eb9971 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.2.0", "@nanostores/preact": "^0.5.0", - "astro": "^4.6.3", + "astro": "^4.6.4", "nanostores": "^0.9.5", "preact": "^10.19.2" } |