From 328c671790725485873fe224bf81d1ee9cfc973e Mon Sep 17 00:00:00 2001 From: Ben Holmes Date: Tue, 28 Mar 2023 11:11:23 -0400 Subject: [PATCH] fix: specify astro peer dep version (#6691) --- packages/integrations/markdoc/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index 5fb778b27d58..b770eb630b13 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",