Skip to content

Commit f2e57ad

Browse files
authored
chore(astro): Allow Astro 4.0 in peer dependencies (#9683)
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.
1 parent 3a96b23 commit f2e57ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"access": "public"
4141
},
4242
"peerDependencies": {
43-
"astro": "3.x"
43+
"astro": ">=3.x"
4444
},
4545
"dependencies": {
4646
"@sentry/browser": "7.82.0",

0 commit comments

Comments
 (0)