summaryrefslogtreecommitdiff
path: root/examples/framework-preact/package.json
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-11-27 06:34:47 -0800
committerGravatar GitHub <noreply@github.com> 2024-11-27 14:34:47 +0000
commit218267c0b318fb77736129f657c6c4da53abf64d (patch)
tree312e14f6cffffb6d056c3128e73f253bc4677561 /examples/framework-preact/package.json
parent5bdc8cd094d834888b57b82162e7b0169d5c4907 (diff)
downloadastro-3cb03fa708dd08941eea06646b205bf5c82fe651.tar.gz
astro-3cb03fa708dd08941eea06646b205bf5c82fe651.tar.zst
astro-3cb03fa708dd08941eea06646b205bf5c82fe651.zip
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.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 82da3f095..8cf537c20 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/preact": "^3.5.4-beta.0",
+ "@astrojs/preact": "^4.0.0-beta.1",
"@preact/signals": "^1.3.0",
- "astro": "^5.0.0-beta.11",
+ "astro": "^5.0.0-beta.12",
"preact": "^10.24.3"
}
}