summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/mdx/package.json')
-rw-r--r--packages/integrations/mdx/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index fc5411b14..5c2b46352 100644
--- a/packages/integrations/mdx/package.json
+++ b/packages/integrations/mdx/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/mdx",
"description": "Add support for MDX pages in your Astro site",
- "version": "1.0.0-beta.1",
+ "version": "1.0.0-rc.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -54,7 +54,7 @@
"vfile": "^5.3.7"
},
"peerDependencies": {
- "astro": "workspace:^3.0.0-beta.4"
+ "astro": "workspace:^3.0.0-rc.5"
},
"devDependencies": {
"@types/chai": "^4.3.5",