diff options
Diffstat (limited to 'examples/with-content')
-rw-r--r-- | examples/with-content/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-content/package.json b/examples/with-content/package.json index 6fe183587..5eb722aa0 100644 --- a/examples/with-content/package.json +++ b/examples/with-content/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.1", - "@astrojs/mdx": "^0.15.0-beta.1", + "astro": "^2.0.0-beta.2", + "@astrojs/mdx": "^1.0.0-beta.2", "@astrojs/sitemap": "^1.0.0" } } |