Skip to content

Commit 69610a0

Browse files
committed
build(deps-peer): bump esbuild from >=0.17.15 to >=0.17.16
- https://github.com/evanw/esbuild/releases/tag/v0.17.16 Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent 3d87eee commit 69610a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
},
196196
"peerDependencies": {
197197
"@types/node": ">=16.18.23",
198-
"esbuild": ">=0.17.15",
198+
"esbuild": ">=0.17.16",
199199
"typescript": ">=4.8"
200200
},
201201
"peerDependenciesMeta": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,7 @@ __metadata:
12381238
yaml-eslint-parser: "npm:1.2.0"
12391239
peerDependencies:
12401240
"@types/node": ">=16.18.23"
1241-
esbuild: ">=0.17.15"
1241+
esbuild: ">=0.17.16"
12421242
typescript: ">=4.8"
12431243
peerDependenciesMeta:
12441244
"@types/node":

0 commit comments

Comments
 (0)