Skip to content

Commit

Permalink
feat: change min esbuild version
Browse files Browse the repository at this point in the history
BREAKING CHANGE
  • Loading branch information
mrgrain committed Apr 11, 2021
1 parent fedb40a commit 35c9046
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 12 deletions.
36 changes: 25 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test-cycle": "npm i && npm run clean && npm run build && npm t && npm run clean"
},
"dependencies": {
"esbuild": "^0.9.0"
"esbuild": "^0.11.0"
},
"peerDependencies": {
"@aws-cdk/aws-lambda": "~1.97.0",
Expand Down

0 comments on commit 35c9046

Please sign in to comment.