summaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc/package.json
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-06-10 10:54:36 -0700
committerGravatar GitHub <noreply@github.com> 2023-06-10 13:54:36 -0400
commit4f7091206c62f6546abdbdb895035b052cf383af (patch)
tree0f7c1bccc03520a5f9220daa4c0589584609d851 /packages/integrations/markdoc/package.json
parent0a8d178c90f033fbba40666c54bcfc58c53ac905 (diff)
downloadastro-93eb974934680574e346cc3deaee0ec05c09cf7f.tar.gz
astro-93eb974934680574e346cc3deaee0ec05c09cf7f.tar.zst
astro-93eb974934680574e346cc3deaee0ec05c09cf7f.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/markdoc/package.json')
-rw-r--r--packages/integrations/markdoc/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json
index fe0858f5f..35c215d00 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.3.2",
+ "version": "0.3.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -73,7 +73,7 @@
"zod": "^3.17.3"
},
"peerDependencies": {
- "astro": "workspace:^2.6.2"
+ "astro": "workspace:^2.6.3"
},
"devDependencies": {
"@astrojs/markdown-remark": "^2.2.1",