Skip to content

Commit

Permalink
feat: add esbuild 0.25 to the allowed range (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub authored Feb 11, 2025
1 parent 8450cf2 commit 0ba03bc
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 104 deletions.
4 changes: 2 additions & 2 deletions esbuild-node-externals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"tslib": "^2.4.1"
},
"peerDependencies": {
"esbuild": "0.12 - 0.24"
"esbuild": "0.12 - 0.25"
},
"devDependencies": {
"@types/node": "^18.15.10",
"esbuild": "^0.24.0",
"esbuild": "^0.25.0",
"rimraf": "^4.4.1",
"typescript": "^4.9.4"
}
Expand Down
Loading

0 comments on commit 0ba03bc

Please sign in to comment.