diff options
author | 2024-02-07 06:38:45 -0800 | |
---|---|---|
committer | 2024-02-07 15:38:45 +0100 | |
commit | fa9218e8369557ccfc4bbed1a40c2602c7bbcaf8 (patch) | |
tree | 911e2b683c466f66ddce417e674a41318b1341c5 /examples/framework-preact/package.json | |
parent | e6b5306a7de779ce495d0ff076d302de0aa57eaf (diff) | |
download | astro@4.3.4.tar.gz astro@4.3.4.tar.zst astro@4.3.4.zip |
[ci] release (#10014)astro@4.3.4@astrojs/vercel@7.2.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-preact/package.json')
-rw-r--r-- | examples/framework-preact/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 5a5e27c83..6609bb562 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.1.0", "@preact/signals": "^1.2.1", - "astro": "^4.3.3", + "astro": "^4.3.4", "preact": "^10.19.2" } } |