summaryrefslogtreecommitdiff
path: root/examples/blog
diff options
context:
space:
mode:
Diffstat (limited to 'examples/blog')
-rw-r--r--examples/blog/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json
index ca816c91c..a9278490c 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -9,10 +9,10 @@
"preview": "astro preview",
"astro": "astro"
},
- "dependencies": {
- "astro": "^1.1.1",
- "@astrojs/mdx": "^0.10.2",
+ "devDependencies": {
+ "@astrojs/mdx": "^0.10.3",
"@astrojs/rss": "^1.0.0",
- "@astrojs/sitemap": "^1.0.0"
+ "@astrojs/sitemap": "^1.0.0",
+ "astro": "^1.1.2"
}
}