Skip to content

Commit

Permalink
feat: add esbuild 0.23.0 to allowed range (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub authored Jul 9, 2024
1 parent 0f3f818 commit 081519b
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 101 deletions.
6 changes: 3 additions & 3 deletions esbuild-node-externals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"watch": "tsc --watch",
"test": "node ./test/unit/index.test.mjs"
},
"repository": "https://github.com/pradel/esbuild-node-externals.git",
"repository": "pradel/esbuild-node-externals",
"author": "Leo Pradel <pradel.leo@gmail.com>",
"license": "MIT",
"keywords": [
Expand All @@ -31,11 +31,11 @@
"tslib": "^2.4.1"
},
"peerDependencies": {
"esbuild": "0.12 - 0.21"
"esbuild": "0.12 - 0.23"
},
"devDependencies": {
"@types/node": "^18.15.10",
"esbuild": "^0.21.0",
"esbuild": "^0.23.0",
"rimraf": "^4.4.1",
"typescript": "^4.9.4"
}
Expand Down
Loading

0 comments on commit 081519b

Please sign in to comment.