Skip to content

Commit

Permalink
chore(deps): roll back esbuild dependency to 0.21.5 (#7126)
Browse files Browse the repository at this point in the history
ESBuild 0.23 drops support for Windows 7 and 8. For now, we want to hold back these updates until we know more about how this will impact our users.
  • Loading branch information
rexxars authored Jul 10, 2024
1 parent 6e4ad38 commit b02fe6f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 20 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"depcheck": "^1.4.7",
"dotenv": "^16.0.3",
"dotenv-flow": "^3.2.0",
"esbuild": "^0.23.0",
"esbuild": "0.21.5",
"esbuild-register": "^3.5.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"chalk": "^4.1.2",
"debug": "^4.3.4",
"decompress": "^4.2.0",
"esbuild": "^0.23.0",
"esbuild-register": "^3.4.1",
"esbuild": "0.21.5",
"esbuild-register": "^3.5.0",
"get-it": "^8.6.3",
"groq-js": "^1.10.0",
"node-machine-id": "^1.1.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@
"dataloader": "^2.1.0",
"date-fns": "^2.26.1",
"debug": "^4.3.4",
"esbuild": "^0.23.0",
"esbuild-register": "^3.4.1",
"esbuild": "0.21.5",
"esbuild-register": "^3.5.0",
"execa": "^2.0.0",
"exif-component": "^1.0.1",
"framer-motion": "11.0.8",
Expand Down
2 changes: 1 addition & 1 deletion perf/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@jest/globals": "^29.7.0",
"@types/lodash": "^4.14.149",
"@types/node": "^18.15.3",
"esbuild": "^0.23.0",
"esbuild": "0.21.5",
"ts-node": "^10.9.2",
"typescript": "5.4.5"
}
Expand Down
27 changes: 13 additions & 14 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 b02fe6f

Please sign in to comment.