chore(dependencies): add esbuild override in package.json and pnpm-lock.yaml

- Introduced an override for esbuild version 0.20.2 in both package.json and pnpm-lock.yaml to ensure consistent dependency resolution.
This commit is contained in:
Mauricio Siu
2026-02-16 13:35:24 -06:00
parent 620e4c4835
commit e5f51fd7be
2 changed files with 15 additions and 1011 deletions
+5
View File
@@ -43,5 +43,10 @@
"resolutions": {
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0"
},
"pnpm": {
"overrides": {
"esbuild": "0.20.2"
}
}
}
+10 -1011
View File
File diff suppressed because it is too large Load Diff