Skip to content

Commit

Permalink
Update dependency esbuild to >=0.19.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 2, 2024
1 parent f55b2d0 commit 9ce5dce
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.19.11",
"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.5.1"
},
"peerDependencies": {
"esbuild": ">=0.14.39",
"esbuild": ">=0.19.11",
"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.3.3"
},
"peerDependencies": {
"esbuild": ">=0.14.39",
"esbuild": ">=0.19.11",
"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": "^8.0.1"
},
"peerDependencies": {
"esbuild": ">=0.14.39",
"esbuild": ">=0.19.11",
"rollup": "*"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 9ce5dce

Please sign in to comment.