Skip to content

Commit

Permalink
chore(deps): update dependency esbuild to v0.21.2 (#24195)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 15, 2024
1 parent 80a7b4b commit ffd1040
Show file tree
Hide file tree
Showing 10 changed files with 107 additions and 107 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"chokidar": "3.6.0",
"decimal.js-light": "2.5.1",
"dotenv-cli": "7.4.2",
"esbuild": "0.21.1",
"esbuild": "0.21.2",
"esbuild-register": "3.5.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"checkpoint-client": "1.1.33",
"debug": "4.3.4",
"dotenv": "16.0.3",
"esbuild": "0.21.1",
"esbuild": "0.21.2",
"execa": "5.1.1",
"fast-glob": "3.3.2",
"fs-extra": "11.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
"decimal.js": "10.4.3",
"detect-runtime": "1.0.4",
"env-paths": "2.2.1",
"esbuild": "0.21.1",
"esbuild": "0.21.2",
"execa": "5.1.1",
"expect-type": "0.19.0",
"flat-map-polyfill": "0.3.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@types/jest": "29.5.12",
"@types/node": "18.19.31",
"esbuild": "0.21.1",
"esbuild": "0.21.2",
"jest": "29.7.0",
"jest-junit": "16.0.0",
"strip-ansi": "6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@swc/jest": "0.2.36",
"@types/jest": "29.5.12",
"@types/node": "18.19.31",
"esbuild": "0.21.1",
"esbuild": "0.21.2",
"jest": "29.7.0",
"jest-junit": "16.0.0",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/pg": "8.11.5",
"@types/sqlite3": "3.1.11",
"decimal.js": "10.4.3",
"esbuild": "0.21.1",
"esbuild": "0.21.2",
"execa": "5.1.1",
"fs-jetpack": "5.1.0",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/internals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"checkpoint-client": "1.1.33",
"cli-truncate": "2.1.0",
"dotenv": "16.0.3",
"esbuild": "0.21.1",
"esbuild": "0.21.2",
"escape-string-regexp": "4.0.0",
"execa": "5.1.1",
"fast-glob": "3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/prompts": "2.4.9",
"@types/sqlite3": "3.1.11",
"arg": "5.0.2",
"esbuild": "0.21.1",
"esbuild": "0.21.2",
"execa": "5.1.1",
"fp-ts": "2.16.5",
"fs-jetpack": "5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/pg-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/node": "18.19.31",
"pg": "8.11.5",
"pg-cloudflare": "1.1.1",
"esbuild": "0.21.1",
"esbuild": "0.21.2",
"jest": "29.7.0",
"jest-junit": "16.0.0",
"typescript": "5.4.5"
Expand Down

0 comments on commit ffd1040

Please sign in to comment.