diff options
author | 2023-03-28 11:11:23 -0400 | |
---|---|---|
committer | 2023-03-28 11:11:23 -0400 | |
commit | 328c671790725485873fe224bf81d1ee9cfc973e (patch) | |
tree | ce295aed31ef27193cdd05f5da19fd5b99ee89ac | |
parent | 386336441ad70017eea22db0683591126131db21 (diff) | |
download | astro-328c671790725485873fe224bf81d1ee9cfc973e.tar.gz astro-328c671790725485873fe224bf81d1ee9cfc973e.tar.zst astro-328c671790725485873fe224bf81d1ee9cfc973e.zip |
fix: specify astro peer dep version (#6691)
-rw-r--r-- | packages/integrations/markdoc/package.json | 2 |
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", |