chore(astro): Allow Astro 4.0 in peer dependencies#9683
Conversation
|
@Lms24 This doesn't seem to actually fix the problem. Checking on https://semver.npmjs.com/ it doesn't include the 4.0 beta releases. Trying to install |
|
@silent1mezzo thanks for raising! It seems this is related to beta/preview versions not being included in the I tried playing around with I'm temporarily gonna add the beta range to see if it solves this but all in all won't spend too much time on this though - the important thing is that we support 4.0 once it's stable. |


Astro 4.0.0 beta is out so let's adjust our peer deps!
I opted for an open max version for now. There's a risk of this being problematic with future major versions but I'd argue we'd get support requests either way. The important part IMO is the lower bound.