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 faf31e095..b7a44074c 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.10", + "astro": "^2.0.11", "preact": "^10.7.3", - "@astrojs/preact": "^2.0.2", + "@astrojs/preact": "^2.0.3", "@preact/signals": "^1.1.0" } } |