summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx/package.json
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-08-30 04:38:28 -0700
committerGravatar GitHub <noreply@github.com> 2023-08-30 13:38:28 +0200
commit5598feb71864f814d0a34bb6bf9f6ecdff081497 (patch)
tree15cfefaaeb8b7f346eb96e05a5e9e086d7bd262b /packages/integrations/mdx/package.json
parente33d951af178ce0b50a41799d3ce76d107c961db (diff)
downloadastro-@astrojs/react@3.0.0.tar.gz
astro-@astrojs/react@3.0.0.tar.zst
astro-@astrojs/react@3.0.0.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 4ce1c85c7..510a53327 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-rc.2",
+ "version": "1.0.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -54,7 +54,7 @@
"vfile": "^5.3.7"
},
"peerDependencies": {
- "astro": "workspace:^3.0.0-rc.11"
+ "astro": "workspace:^3.0.0"
},
"devDependencies": {
"@types/chai": "^4.3.5",