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 5d9296f1f..b3b3b71eb 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.2",
+ "version": "1.0.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -51,7 +51,7 @@
"vfile": "^5.3.7"
},
"peerDependencies": {
- "astro": "workspace:^3.0.10"
+ "astro": "workspace:^3.0.11"
},
"devDependencies": {
"@types/chai": "^4.3.5",