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 366bd5576..e0eecd06d 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^3.1.7", - "@astrojs/rss": "^4.0.7", + "@astrojs/mdx": "^3.1.8", + "@astrojs/rss": "^4.0.8", "@astrojs/sitemap": "^3.2.0", - "astro": "^4.15.12" + "astro": "^4.16.0" } } |