Skip to content

Commit

Permalink
feat: allow esbuild 0.17 (#39)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew_C_Lee <[email protected]>
  • Loading branch information
DW225 and andrew-c-lee authored Mar 29, 2023
1 parent d5e8ef7 commit a50339d
Show file tree
Hide file tree
Showing 4 changed files with 151 additions and 170 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v2
Expand Down
8 changes: 4 additions & 4 deletions esbuild-node-externals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"tslib": "^2.4.1"
},
"peerDependencies": {
"esbuild": "0.12 - 0.16"
"esbuild": "0.12 - 0.17"
},
"devDependencies": {
"@types/node": "16.11.7",
"esbuild": "^0.16.4",
"rimraf": "^3.0.2",
"@types/node": "^18.15.10",
"esbuild": "^0.17.14",
"rimraf": "^4.4.1",
"typescript": "^4.9.4"
}
}
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"koa": "2.13.4"
},
"devDependencies": {
"esbuild": "^0.16.4",
"esbuild": "^0.17.14",
"esbuild-node-externals": "workspace:esbuild-node-externals"
}
}
Loading

0 comments on commit a50339d

Please sign in to comment.