Skip to content

Commit 2bae33e

Browse files
authored
Merge pull request #76 from aminya/renovate/astro-5.x
chore(deps): update dependency astro to v5
2 parents e984990 + fcb3ac9 commit 2bae33e

File tree

3 files changed

+61
-423
lines changed

3 files changed

+61
-423
lines changed

packages/astro-htmlnano/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/relateurl": "^0.2.33"
2828
},
2929
"peerDependencies": {
30-
"astro": "^4"
30+
"astro": "^4 || ^5.0.0"
3131
},
3232
"engines": {
3333
"node": ">=16.x"

packages/astro-posthtml/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {},
2020
"peerDependencies": {
21-
"astro": "^4"
21+
"astro": "^4 || ^5.0.0"
2222
},
2323
"engines": {
2424
"node": ">=16.x"

0 commit comments

Comments
 (0)