Skip to content

Commit

Permalink
chore(peerdeps): allow for astro v5 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
vernak2539 authored Dec 5, 2024
1 parent 63713cb commit 7d9443e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default defineConfig({

## OS Support

Tested with Node.js v18, v20, v22 and Astro >=2 <5.
Tested with Node.js v18, v20, v22 and Astro >=2 <6.

- [x] MacOS (Ventura)
- [x] Windows (Windows 11)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"zod": "^3.22.4"
},
"peerDependencies": {
"astro": ">=2.x <5"
"astro": ">=2 <6"
},
"devDependencies": {
"@types/debug": "^4.1.12",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ __metadata:
unist-util-visit: "npm:^5.0.0"
zod: "npm:^3.22.4"
peerDependencies:
astro: ">=2.x <5"
astro: ">=2 <6"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 7d9443e

Please sign in to comment.