diff options
Diffstat (limited to '')
-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 85da22909..c863ef32a 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^2.0.0-beta.0", - "@astrojs/rss": "^4.0.0-beta.0", + "@astrojs/mdx": "^2.0.0", + "@astrojs/rss": "^4.0.0", "@astrojs/sitemap": "^3.0.3", - "astro": "^4.0.0-beta.7" + "astro": "^4.0.0" } } |