diff options
Diffstat (limited to 'examples/framework-preact')
-rw-r--r-- | examples/framework-preact/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index ec293722e..f84568a42 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.3.0", "@preact/signals": "^1.2.3", - "astro": "^4.8.3", + "astro": "^4.8.4", "preact": "^10.21.0" } } |