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 420f80631..08bebf88c 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^4.0.2", + "@astrojs/preact": "^4.0.3", "@preact/signals": "^2.0.1", - "astro": "^5.1.7", + "astro": "^5.1.8", "preact": "^10.25.4" } } |