diff options
Diffstat (limited to 'examples/framework-preact')
-rw-r--r-- | examples/framework-preact/package.json | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index b3a57ca3f..4895418e0 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -9,11 +9,9 @@ "preview": "astro preview", "astro": "astro" }, - "devDependencies": { - "@astrojs/preact": "^1.0.2", - "astro": "^1.1.2" - }, "dependencies": { - "preact": "^10.7.3" + "astro": "^1.1.1", + "preact": "^10.7.3", + "@astrojs/preact": "^1.0.2" } } |