diff options
author | 2023-12-20 09:39:13 -0800 | |
---|---|---|
committer | 2023-12-20 17:39:13 +0000 | |
commit | 97342d218e0c2d616005af6f6f54308115b89ec1 (patch) | |
tree | 8deda9035455ce0e3f6f80c6d897e635d07163f5 /examples/with-nanostores | |
parent | 19169db1f1574d36cc284fd9a0319d9b1e92b49a (diff) | |
download | astro-@astrojs/vue@4.0.5.tar.gz astro-@astrojs/vue@4.0.5.tar.zst astro-@astrojs/vue@4.0.5.zip |
[ci] release (#9457)astro@4.0.7@astrojs/vue@4.0.5@astrojs/tailwind@5.0.4@astrojs/svelte@5.0.2@astrojs/react@3.0.8@astrojs/node@7.0.2@astrojs/mdx@2.0.2@astrojs/markdoc@0.8.1
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 9951cdc48..1c7e196ca 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.0.1", "@nanostores/preact": "^0.5.0", - "astro": "^4.0.6", + "astro": "^4.0.7", "nanostores": "^0.9.5", "preact": "^10.19.2" } |