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 878740030..c996b8422 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^2.2.4", - "@astrojs/preact": "^3.1.2", - "astro": "^4.5.18", + "@astrojs/mdx": "^2.3.0", + "@astrojs/preact": "^3.2.0", + "astro": "^4.6.0", "preact": "^10.19.2" } } |