diff options
Diffstat (limited to 'examples/with-mdx/package.json')
-rw-r--r-- | examples/with-mdx/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index cd3fd5fec..12cb89631 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/mdx": "^3.1.9", - "@astrojs/preact": "^3.5.3", + "@astrojs/preact": "^3.5.4", "astro": "^4.16.14", "preact": "^10.24.3" } |