diff options
Diffstat (limited to 'examples/blog')
-rw-r--r-- | examples/blog/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index 45faa7718..55e083973 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^1.1.0", + "@astrojs/mdx": "^1.1.1", "@astrojs/rss": "^3.0.0", - "@astrojs/sitemap": "^3.0.0", - "astro": "^3.2.2" + "@astrojs/sitemap": "^3.0.1", + "astro": "^3.2.3" } } |