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 ae9bc24d2..9e34110bc 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^2.0.4", + "@astrojs/mdx": "^2.0.5", "@astrojs/rss": "^4.0.2", - "@astrojs/sitemap": "^3.0.4", - "astro": "^4.1.3" + "@astrojs/sitemap": "^3.0.5", + "astro": "^4.2.0" } } |