diff options
Diffstat (limited to 'examples/with-mdx/package.json')
-rw-r--r-- | examples/with-mdx/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index fae27f499..36efe4fd4 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/mdx": "^0.7.0", + "@astrojs/mdx": "^0.8.0", "@astrojs/preact": "^0.5.2", - "astro": "^1.0.0-rc.7", + "astro": "^1.0.0-rc.8", "preact": "^10.6.5" } } |