Skip to content

Commit

Permalink
fix(netlify): typo in peerDependency range (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinksi authored Dec 7, 2023
1 parent 97b8a9d commit 1195955
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/chilly-chairs-smash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@astrojs/netlify': patch
---

Fixes a typo for the peerDependency range in package.json, which prevents upgrade to Astro 4.0.
2 changes: 1 addition & 1 deletion packages/netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"esbuild": "^0.19.5"
},
"peerDependencies": {
"astro": "^3.0.0 | ^4.0.0"
"astro": "^3.0.0 || ^4.0.0"
},
"devDependencies": {
"@netlify/edge-functions": "^2.0.0",
Expand Down

0 comments on commit 1195955

Please sign in to comment.