Skip to content

Commit

Permalink
update peer deps to astro 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfjkalsdfla committed Jan 14, 2024
1 parent dc62b53 commit 0d67d29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"tiny-glob": "^0.2.9"
},
"peerDependencies": {
"astro": "^3.0.0 || ^4.0.0"
"astro": "^4.0.0"
},
"devDependencies": {
"execa": "^8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"esbuild": "^0.19.5"
},
"peerDependencies": {
"astro": "^3.0.0 || ^4.0.0"
"astro": "^4.0.0"
},
"devDependencies": {
"@netlify/edge-functions": "^2.0.0",
Expand Down

0 comments on commit 0d67d29

Please sign in to comment.