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 a04437aa4..bfbe56214 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.1", - "@astrojs/mdx": "^0.11.2", - "@astrojs/rss": "^1.0.1", + "astro": "^1.4.0", + "@astrojs/mdx": "^0.11.3", + "@astrojs/rss": "^1.0.2", "@astrojs/sitemap": "^1.0.0" } } |