diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 60dc949ef7..096e53977a 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.12", - "@astrojs/renderer-solid": "^0.1.1" + "@astrojs/renderer-solid": "^0.1.1", + "astro": "^0.20.12" } } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index bfc6af996c..168455f9e0 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.12", - "@astrojs/renderer-solid": "0.1.1" + "@astrojs/renderer-solid": "^0.1.1", + "astro": "^0.20.12" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index daa4cba674..5146ac922e 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -8,10 +8,11 @@ "build": "astro build", "preview": "astro preview" }, - "devDependencies": { - "astro": "^0.20.12" - }, "dependencies": { "nanostores": "^0.3.3" + }, + "devDependencies": { + "@astrojs/renderer-solid": "^0.1.1", + "astro": "^0.20.12" } }