Skip to content

Commit

Permalink
feat: upgrade esbuild min version to ^0.13.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: esbuild made changes to tree-shaking and the way platform-specific binaries are installed. Please check the esbuild documention for details.
  • Loading branch information
Momo Kornher committed Oct 1, 2021
1 parent 548fd8b commit 3d0b5ee
Show file tree
Hide file tree
Showing 2 changed files with 333 additions and 9 deletions.
340 changes: 332 additions & 8 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.12.0"
"esbuild": "^0.13.0"
},
"peerDependencies": {
"@aws-cdk/aws-lambda": "^1.99.0",
Expand Down

0 comments on commit 3d0b5ee

Please sign in to comment.