diff options
Diffstat (limited to 'examples/blog')
-rw-r--r-- | examples/blog/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index 6a3c24b57..03925559a 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^2.2.4", + "@astrojs/mdx": "^2.3.0", "@astrojs/rss": "^4.0.5", "@astrojs/sitemap": "^3.1.2", - "astro": "^4.5.18" + "astro": "^4.6.0" } } |