Skip to content

Commit

Permalink
Update dependency esbuild to >=0.17.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 8, 2023
1 parent 510d126 commit e7b8bba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/bob-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"peerDependencies": {
"@types/node": "*",
"esbuild": ">=0.14.39",
"esbuild": ">=0.17.18",
"typescript": "*"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bob-tsm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"typescript-paths": "^1.4.0"
},
"peerDependencies": {
"esbuild": ">=0.14.39",
"esbuild": ">=0.17.18",
"typescript": ">=4.7.4"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"typescript": "^5.0.4"
},
"peerDependencies": {
"esbuild": ">=0.14.39",
"esbuild": ">=0.17.18",
"typescript": "*"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"tsup": "^6.7.0"
},
"peerDependencies": {
"esbuild": ">=0.14.39",
"esbuild": ">=0.17.18",
"rollup": "*"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit e7b8bba

Please sign in to comment.