diff options
author | 2023-11-02 11:13:43 -0700 | |
---|---|---|
committer | 2023-11-02 14:13:43 -0400 | |
commit | 3cb1098d45aa1eea60bc75949955356ce956f3d0 (patch) | |
tree | 11cc5d16c98ccabcd0b08f357b7fca77801c1ed1 /examples/with-nanostores | |
parent | ab7e745cc9abd592aa631bffb35880221e7ac89c (diff) | |
download | astro-8ddafddd02e0e10990aed6a846cc2a03b59a89a9.tar.gz astro-8ddafddd02e0e10990aed6a846cc2a03b59a89a9.tar.zst astro-8ddafddd02e0e10990aed6a846cc2a03b59a89a9.zip |
[ci] release (#8982)astro@3.4.3
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 5e7bb489a..af279e00d 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": "^3.4.2", + "astro": "^3.4.3", "nanostores": "^0.9.3", "preact": "^10.17.1" } |