diff options
Diffstat (limited to 'examples/with-mdx')
-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 0a1c94ad9..a4d27f8c3 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.2.2", - "@astrojs/preact": "^4.0.7", - "astro": "^5.5.5", + "@astrojs/mdx": "^4.2.3", + "@astrojs/preact": "^4.0.8", + "astro": "^5.5.6", "preact": "^10.26.4" } } |