diff options
Diffstat (limited to 'examples/with-mdx/package.json')
-rw-r--r-- | examples/with-mdx/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index db6ae1c53..7655eadad 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.2.6", - "@astrojs/preact": "^4.0.11", - "astro": "^5.7.14", + "@astrojs/mdx": "^4.3.0", + "@astrojs/preact": "^4.1.0", + "astro": "^5.8.0", "preact": "^10.26.5" } } |