summaryrefslogtreecommitdiff
path: root/examples/with-mdx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-mdx')
-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 fe82cdbfb..46c175580 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^1.0.0-rc.2",
- "@astrojs/preact": "^3.0.0-rc.3",
- "astro": "^3.0.0-rc.11",
+ "@astrojs/mdx": "^1.0.0",
+ "@astrojs/preact": "^3.0.0",
+ "astro": "^3.0.0",
"preact": "^10.17.1"
}
}