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 34e7700eb..f57093b82 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^3.0.0", + "@astrojs/preact": "^3.0.1", "@preact/signals": "^1.2.1", - "astro": "^3.2.2", + "astro": "^3.2.3", "preact": "^10.17.1" } } |