summaryrefslogtreecommitdiff
path: root/examples/framework-preact/package.json
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-05-22 05:03:48 -0700
committerGravatar GitHub <noreply@github.com> 2025-05-22 13:03:48 +0100
commit3632dda0c14d03b6849a2f513fc2467a91bcbc83 (patch)
tree51478d366e7d9db48a890f51c9aa58bd60ab363d /examples/framework-preact/package.json
parent3c3b492375bd6a63f1fb6cede3685aff999be3c9 (diff)
downloadastro-f3f5b2607aee8bbaf5868560b733ddd3af3de7cf.tar.gz
astro-f3f5b2607aee8bbaf5868560b733ddd3af3de7cf.tar.zst
astro-f3f5b2607aee8bbaf5868560b733ddd3af3de7cf.zip
Co-authored-by: github-actions[bot] <41898282+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 754232da6..4eb8400c0 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/preact": "^4.0.11",
+ "@astrojs/preact": "^4.1.0",
"@preact/signals": "^2.0.3",
- "astro": "^5.7.14",
+ "astro": "^5.8.0",
"preact": "^10.26.5"
}
}