fix: specify astro peer dep version (#6691)

This commit is contained in:
Ben Holmes 2023-03-28 11:11:23 -04:00 committed by GitHub
parent 386336441a
commit 328c671790
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@
"zod": "^3.17.3"
},
"peerDependencies": {
"astro": "workspace:*"
"astro": "workspace:^2.1.0"
},
"devDependencies": {
"@types/chai": "^4.3.1",