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 d7f28798f..3877d274c 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.18", + "astro": "^2.1.0", "preact": "^10.7.3", - "@astrojs/preact": "^2.0.3", + "@astrojs/preact": "^2.1.0", "@preact/signals": "^1.1.0" } } |