Skip to content

Commit

Permalink
fix: specify astro peer dep version (#6691)
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev authored Mar 28, 2023
1 parent 3863364 commit 328c671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/markdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"zod": "^3.17.3"
},
"peerDependencies": {
"astro": "workspace:*"
"astro": "workspace:^2.1.0"
},
"devDependencies": {
"@types/chai": "^4.3.1",
Expand Down

0 comments on commit 328c671

Please sign in to comment.