Skip to content

Commit

Permalink
chore(deps): update dependency esbuild to ^0.24.0
Browse files Browse the repository at this point in the history
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| npm        | esbuild | 0.19.5 | 0.24.0 |
  • Loading branch information
renovate[bot] authored Sep 22, 2024
1 parent 47df8fc commit 9930e14
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 100 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@types/fetch-mock": "^7.3.8",
"@types/node": "^20.9.0",
"esbuild": "^0.19.5",
"esbuild": "^0.24.0",
"glob": "^10.3.10"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@octokit/types": "^12.2.0",
"@types/lodash": "^4.14.201",
"@types/node": "^20.9.0",
"esbuild": "^0.19.5",
"esbuild": "^0.24.0",
"fetch-mock": "npm:@gr2m/[email protected]",
"glob": "^10.3.10",
"openapi-fetch": "^0.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/node": "^20.9.0",
"esbuild": "^0.19.5",
"esbuild": "^0.24.0",
"glob": "^10.3.10",
"vitest": "^0.34.6"
},
Expand Down
Loading

0 comments on commit 9930e14

Please sign in to comment.