aboutsummaryrefslogtreecommitdiff
path: root/examples/blog/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/blog/package.json')
-rw-r--r--examples/blog/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json
index a817c7e67..abc41a47f 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -9,10 +9,10 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.25.4",
- "@astrojs/preact": "^0.0.2"
+ "@astrojs/preact": "^0.0.2",
+ "astro": "^0.25.4"
},
"dependencies": {
- "preact": "^10.6.6"
+ "preact": "^10.7.0"
}
}