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 a7e2b9813..5ad1cb3c9 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^2.2.1", + "@astrojs/mdx": "^2.2.2", "@astrojs/rss": "^4.0.5", - "@astrojs/sitemap": "^3.1.1", - "astro": "^4.5.9" + "@astrojs/sitemap": "^3.1.2", + "astro": "^4.5.10" } } |