Skip to content

Commit

Permalink
chore(deps): update dependency esbuild to ^0.20.0
Browse files Browse the repository at this point in the history
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| npm        | esbuild | 0.19.5 | 0.20.0 |
  • Loading branch information
doyobot[bot] committed Jan 29, 2024
1 parent ab33335 commit 7cf27cd
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 77 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.20.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.20.0",
"fetch-mock": "npm:@gr2m/[email protected]",
"glob": "^10.3.10",
"openapi-fetch": "^0.8.1",
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.20.0",
"glob": "^10.3.10",
"vitest": "^0.34.6"
},
Expand Down
158 changes: 84 additions & 74 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7cf27cd

Please sign in to comment.