Skip to content

Commit

Permalink
chore(astro): Allow Astro 4.0 in peer dependencies (#9683)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Lms24 authored Nov 28, 2023
1 parent 3a96b23 commit f2e57ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"access": "public"
},
"peerDependencies": {
"astro": "3.x"
"astro": ">=3.x"
},
"dependencies": {
"@sentry/browser": "7.82.0",
Expand Down

0 comments on commit f2e57ad

Please sign in to comment.