Skip to content

Commit

Permalink
chore(deps): update dependency esbuild to v0.20.2 (#6028)
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] authored Mar 18, 2024
1 parent baaa56b commit a480588
Show file tree
Hide file tree
Showing 5 changed files with 237 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"depcheck": "^1.4.7",
"dotenv": "^16.0.3",
"dotenv-flow": "^3.2.0",
"esbuild": "^0.19.8",
"esbuild": "^0.20.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/@sanity/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@sanity/util": "3.34.0",
"chalk": "^4.1.2",
"decompress": "^4.2.0",
"esbuild": "^0.19.8",
"esbuild": "^0.20.0",
"esbuild-register": "^3.4.1",
"get-it": "^8.4.13",
"golden-fleece": "^1.0.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
"dataloader": "^2.1.0",
"date-fns": "^2.26.1",
"debug": "^4.3.4",
"esbuild": "^0.19.8",
"esbuild": "^0.20.0",
"esbuild-register": "^3.4.1",
"execa": "^2.0.0",
"exif-component": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion perf/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@jest/globals": "^29.7.0",
"@types/lodash": "^4.14.149",
"@types/node": "^18.15.3",
"esbuild": "^0.19.8",
"esbuild": "^0.20.2",
"ts-node": "^10.9.1",
"typescript": "^5.4.2"
},
Expand Down
Loading

0 comments on commit a480588

Please sign in to comment.