Skip to content

Commit 3b63aaa

Browse files
committed
Strengthen undici resolution to handle all version requests
- Change undici resolution from ^6.21.3 to exact 6.21.3 - Add **/undici resolution to catch nested dependencies - Regenerate yarn.lock to ensure undici@^7.10.0 resolves to 6.21.3 - Fixes remaining Node.js compatibility issues
1 parent 2219ad7 commit 3b63aaa

File tree

2 files changed

+3084
-2917
lines changed

2 files changed

+3084
-2917
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@
143143
"@types/react": "18.2.6",
144144
"string-width": "4.2.3",
145145
"wrap-ansi": "7.0.0",
146-
"undici": "^6.21.3"
146+
"undici": "6.21.3",
147+
"**/undici": "6.21.3"
147148
},
148149
"engines": {
149150
"node": ">=18"

0 commit comments

Comments
 (0)