summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Ben Holmes <hey@bholmes.dev> 2023-03-28 11:11:23 -0400
committerGravatar GitHub <noreply@github.com> 2023-03-28 11:11:23 -0400
commit328c671790725485873fe224bf81d1ee9cfc973e (patch)
treece295aed31ef27193cdd05f5da19fd5b99ee89ac
parent386336441ad70017eea22db0683591126131db21 (diff)
downloadastro-328c671790725485873fe224bf81d1ee9cfc973e.tar.gz
astro-328c671790725485873fe224bf81d1ee9cfc973e.tar.zst
astro-328c671790725485873fe224bf81d1ee9cfc973e.zip
fix: specify astro peer dep version (#6691)
-rw-r--r--packages/integrations/markdoc/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json
index 5fb778b27..b770eb630 100644
--- a/packages/integrations/markdoc/package.json
+++ b/packages/integrations/markdoc/package.json
@@ -41,7 +41,7 @@
"zod": "^3.17.3"
},
"peerDependencies": {
- "astro": "workspace:*"
+ "astro": "workspace:^2.1.0"
},
"devDependencies": {
"@types/chai": "^4.3.1",