summaryrefslogtreecommitdiff
path: root/examples/framework-preact
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-01-02 07:26:33 -0800
committerGravatar GitHub <noreply@github.com> 2024-01-02 10:26:33 -0500
commitd85433057189ed6dc599be007125c225face763e (patch)
tree9985998d2ae207a4748fc29e701ec9e457da6144 /examples/framework-preact
parentec71f03cfd9b8195fb21c92dfda0eff63b6ebeed (diff)
downloadastro-@astrojs/vercel@6.1.2.tar.gz
astro-@astrojs/vercel@6.1.2.tar.zst
astro-@astrojs/vercel@6.1.2.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-preact')
-rw-r--r--examples/framework-preact/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 182488e94..1d15b0b91 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/preact": "^3.0.2",
"@preact/signals": "^1.2.1",
- "astro": "^4.0.8",
+ "astro": "^4.0.9",
"preact": "^10.19.2"
}
}