Skip to content

Commit

Permalink
⬆️ Update dependency astro to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent c83835b commit 673f8c7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
Binary file modified demo/bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"preinstall": "npx only-allow bun"
},
"dependencies": {
"astro": "^4.0.0",
"astro": "^5.0.0",
"astro-beam": "../"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"url": "git+https://github.com/advanced-astro/astro-beam.git"
},
"peerDependencies": {
"astro": "^2.0.0 || ^3.0.0 || ^4.0.0"
"astro": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
}
}

0 comments on commit 673f8c7

Please sign in to comment.