summaryrefslogtreecommitdiff
path: root/examples/with-mdx/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-mdx/package.json')
-rw-r--r--examples/with-mdx/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index 2da34d5ba..7928e5e21 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^2.2.2",
- "@astrojs/preact": "^3.1.1",
- "astro": "^4.5.12",
+ "@astrojs/mdx": "^2.2.3",
+ "@astrojs/preact": "^3.1.2",
+ "astro": "^4.5.13",
"preact": "^10.19.2"
}
}