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 adefd958f..6db52dae2 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^3.1.0", + "@astrojs/mdx": "^3.1.1", "@astrojs/rss": "^4.0.6", - "@astrojs/sitemap": "^3.1.5", - "astro": "^4.10.2" + "@astrojs/sitemap": "^3.1.6", + "astro": "^4.10.3" } } |