Skip to content

Commit 081519b

Browse files
authored
feat: add esbuild 0.23.0 to allowed range (#62)
1 parent 0f3f818 commit 081519b

File tree

2 files changed

+111
-101
lines changed

2 files changed

+111
-101
lines changed

esbuild-node-externals/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"watch": "tsc --watch",
1111
"test": "node ./test/unit/index.test.mjs"
1212
},
13-
"repository": "https://github.com/pradel/esbuild-node-externals.git",
13+
"repository": "pradel/esbuild-node-externals",
1414
"author": "Leo Pradel <[email protected]>",
1515
"license": "MIT",
1616
"keywords": [
@@ -31,11 +31,11 @@
3131
"tslib": "^2.4.1"
3232
},
3333
"peerDependencies": {
34-
"esbuild": "0.12 - 0.21"
34+
"esbuild": "0.12 - 0.23"
3535
},
3636
"devDependencies": {
3737
"@types/node": "^18.15.10",
38-
"esbuild": "^0.21.0",
38+
"esbuild": "^0.23.0",
3939
"rimraf": "^4.4.1",
4040
"typescript": "^4.9.4"
4141
}

0 commit comments

Comments
 (0)