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 a97ff70e2..a17431e75 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.0.0", "@preact/signals": "^1.2.1", - "astro": "^3.0.8", + "astro": "^3.0.9", "preact": "^10.17.1" } } |