Skip to content

Commit

Permalink
fix: specify astro peer dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Mar 28, 2023
1 parent 3863364 commit 8592baf
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 8592baf

Please sign in to comment.