Skip to content

Commit c0f0681

Browse files
committed
Fix dependency compatibility issue by adding npm overrides
- Added npm overrides to package.json to complement existing yarn resolutions - Fixed undici version conflict that was causing Node.js compatibility issues - Ensures [email protected] is used consistently across all dependencies - Resolves build failures in CI environments with Node.js 20.17.0
1 parent fd2273d commit c0f0681

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,15 @@
149149
"**/glob": "8.1.0",
150150
"**/rimraf": "3.0.2"
151151
},
152+
"overrides": {
153+
"@types/react": "18.2.6",
154+
"string-width": "4.2.3",
155+
"wrap-ansi": "7.0.0",
156+
"undici": "6.21.3",
157+
"@types/node": "20.12.12",
158+
"glob": "8.1.0",
159+
"rimraf": "3.0.2"
160+
},
152161
"engines": {
153162
"node": ">=18"
154163
},

0 commit comments

Comments
 (0)