Skip to content

Commit

Permalink
Fixes build warning "unmet peer astro@^4.12.0: found 5.0.5" (#124)
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Lefebvre <[email protected]>
  • Loading branch information
sebthom and florian-lefebvre authored Dec 17, 2024
1 parent 07ebb4d commit 1ea0542
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/spicy-ducks-shave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"astro-integration-kit": minor
---

Adds support for Astro 5.0
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"type": "module",
"peerDependencies": {
"astro": "^4.12.0 || ^5.0.0-beta"
"astro": "^4.12.0 || ^5.0.0"
},
"devDependencies": {
"@types/node": "^20.12.12",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1ea0542

Please sign in to comment.