summaryrefslogtreecommitdiff
path: root/examples/framework-preact
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-11-11 20:39:47 -0800
committerGravatar GitHub <noreply@github.com> 2023-11-11 22:39:47 -0600
commit5f2db426ce13d8b3ad6f506490aec8a980e48cc7 (patch)
tree28b7aa2a2a66b38a95ec2f5a109c33907d486535 /examples/framework-preact
parentc5d7f4452ab3b240804a8c1bddbabc4e63000f48 (diff)
downloadastro-e9e0d7cf953e0376559948e92c132c6752ef4612.tar.gz
astro-e9e0d7cf953e0376559948e92c132c6752ef4612.tar.zst
astro-e9e0d7cf953e0376559948e92c132c6752ef4612.zip
[ci] release (#9070)astro@3.5.3
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 6a7a91d71..ec0c6f400 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.5.2",
+ "astro": "^3.5.3",
"preact": "^10.17.1"
}
}