Skip to content

Commit

Permalink
feat: allow esbuild 0.15 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoz authored Aug 29, 2022
1 parent 9c9d99e commit 94d9120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion esbuild-node-externals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"src"
],
"peerDependencies": {
"esbuild": "0.12 - 0.14"
"esbuild": "0.12 - 0.15"
},
"devDependencies": {
"@types/node": "16.11.7",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ __metadata:
tslib: 2.3.1
typescript: 4.4.4
peerDependencies:
esbuild: 0.12 - 0.14
esbuild: 0.12 - 0.15
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 94d9120

Please sign in to comment.