mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-19 13:21:46 +00:00
fix(client): resolve esbuild version conflict for CI
Add npm overrides to force esbuild@^0.28.0, resolving the conflict between vite@5.x (which installs 0.21.5) and vitest@4.x's internal vite@8.x (which requires ^0.27.0 || ^0.28.0). Without this, npm ci fails on a clean install.
This commit is contained in:
@@ -31,6 +31,9 @@
|
||||
"topojson-client": "^3.1.0",
|
||||
"zustand": "^4.5.2"
|
||||
},
|
||||
"overrides": {
|
||||
"esbuild": "^0.28.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^16.3.2",
|
||||
|
||||
Reference in New Issue
Block a user