summaryrefslogtreecommitdiff
path: root/examples/with-mdx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-mdx')
-rw-r--r--examples/with-mdx/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index 158dead1a..79ca61952 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -10,8 +10,8 @@
},
"devDependencies": {
"@astrojs/mdx": "^0.2.0",
- "@astrojs/preact": "^0.5.0",
- "astro": "^1.0.0-beta.71",
+ "@astrojs/preact": "^0.5.1",
+ "astro": "^1.0.0-beta.72",
"preact": "^10.6.5"
}
}