diff options
Diffstat (limited to 'packages/integrations/markdoc/package.json')
-rw-r--r-- | packages/integrations/markdoc/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index 3ee59d3d0..2254c5247 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/markdoc", "description": "Add support for Markdoc in your Astro site", - "version": "0.7.2", + "version": "1.0.0-beta.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -75,7 +75,7 @@ "zod": "^3.22.4" }, "peerDependencies": { - "astro": "^3.0.0" + "astro": "^4.0.0-beta.0" }, "devDependencies": { "@astrojs/markdown-remark": "workspace:*", |