summaryrefslogtreecommitdiff
path: root/examples/framework-preact
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-10-18 05:31:13 -0700
committerGravatar GitHub <noreply@github.com> 2023-10-18 13:31:13 +0100
commitc6e0d8e1cdf58e4cc797e86fb3cc4494e2111566 (patch)
treebfa7d812ec5024d84bd266803ae60e45b66bfbb7 /examples/framework-preact
parentedc467d3b0c341ed60728fd80be36ea1fe335050 (diff)
downloadastro-c6e0d8e1cdf58e4cc797e86fb3cc4494e2111566.tar.gz
astro-c6e0d8e1cdf58e4cc797e86fb3cc4494e2111566.tar.zst
astro-c6e0d8e1cdf58e4cc797e86fb3cc4494e2111566.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 834cd66ff..c812d54fe 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/preact": "^3.0.1",
"@preact/signals": "^1.2.1",
- "astro": "^3.3.1",
+ "astro": "^3.3.2",
"preact": "^10.17.1"
}
}