summaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/markdoc/package.json')
-rw-r--r--packages/integrations/markdoc/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json
index 5ea8895a8..acda2e240 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 pages in your Astro site",
- "version": "0.1.3",
+ "version": "0.2.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -47,10 +47,10 @@
"zod": "^3.17.3"
},
"peerDependencies": {
- "astro": "workspace:^2.4.5"
+ "astro": "workspace:^2.5.0"
},
"devDependencies": {
- "@astrojs/markdown-remark": "^2.2.0",
+ "@astrojs/markdown-remark": "^2.2.1",
"@types/chai": "^4.3.1",
"@types/html-escaper": "^3.0.0",
"@types/mocha": "^9.1.1",