Skip to content

Commit 9bf5715

Browse files
authored
fix: add esbuild 0.14.x to peerDependencies range (#130)
1 parent 6a8b3a7 commit 9bf5715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"xdm": "^3.3.0"
5151
},
5252
"peerDependencies": {
53-
"esbuild": "0.11.x || 0.12.x || 0.13.x"
53+
"esbuild": "0.11.x || 0.12.x || 0.13.x || 0.14.x"
5454
},
5555
"devDependencies": {
5656
"@testing-library/react": "^12.1.2",

0 commit comments

Comments
 (0)