Skip to content

Commit

Permalink
fix: add esbuild 0.14.x to peerDependencies range (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
yasinmiran committed Dec 18, 2021
1 parent 6a8b3a7 commit 9bf5715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"xdm": "^3.3.0"
},
"peerDependencies": {
"esbuild": "0.11.x || 0.12.x || 0.13.x"
"esbuild": "0.11.x || 0.12.x || 0.13.x || 0.14.x"
},
"devDependencies": {
"@testing-library/react": "^12.1.2",
Expand Down

0 comments on commit 9bf5715

Please sign in to comment.