summaryrefslogtreecommitdiff
path: root/examples/framework-preact
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-12-11 03:07:58 -0800
committerGravatar GitHub <noreply@github.com> 2024-12-11 11:07:58 +0000
commit929ce2832560f9422a4a9ccb899e0f153d2a3471 (patch)
tree9c21b0861fb3e094ec096e20c164fbeabdce417a /examples/framework-preact
parentb3dfd9b01bd7424eb67bfbc2612544af5be09442 (diff)
downloadastro-@astrojs/vue@5.0.2.tar.gz
astro-@astrojs/vue@5.0.2.tar.zst
astro-@astrojs/vue@5.0.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 952656d3c..9cb7beae5 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/preact": "^4.0.0",
"@preact/signals": "^1.3.0",
- "astro": "^5.0.4",
+ "astro": "^5.0.5",
"preact": "^10.24.3"
}
}