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 6825d1c8d..d5fab4a96 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^2.0.5", - "@astrojs/rss": "^4.0.2", + "@astrojs/mdx": "^2.0.6", + "@astrojs/rss": "^4.0.3", "@astrojs/sitemap": "^3.0.5", - "astro": "^4.2.1" + "astro": "^4.2.2" } } |