diff options
Diffstat (limited to 'examples/framework-preact')
-rw-r--r-- | examples/framework-preact/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 5e839f47a..66cf2adbe 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^4.0.8", + "@astrojs/preact": "^4.0.9", "@preact/signals": "^2.0.3", - "astro": "^5.6.1", + "astro": "^5.6.2", "preact": "^10.26.5" } } |