Skip to content

Commit

Permalink
chore: Bump minimum required esbuild version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmilton committed Aug 10, 2022
1 parent 20dd6b1 commit 3026cea
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 @@ -23,7 +23,7 @@
"test": "c8 --all --include=src --reporter=text --reporter=lcovonly uvu -r tsm test '\\.test\\.ts$'"
},
"peerDependencies": {
"esbuild": "^0.14.0"
"esbuild": "^0.15.0"
},
"dependencies": {
"@ampproject/remapping": "^2.2.0",
Expand Down

0 comments on commit 3026cea

Please sign in to comment.