Skip to content

Commit dfb6f99

Browse files
fix: clean up package resolutions to resolve dependency conflicts (#460)
- Remove problematic package resolutions from package.json - Keep only webpack-dev-middleware in resolutions - Allow yarn to naturally resolve dependencies - Update yarn.lock with resolved dependency versions Signed-off-by: ahmedomosanya <[email protected]>
1 parent 9ccba3c commit dfb6f99

File tree

2 files changed

+575
-572
lines changed

2 files changed

+575
-572
lines changed

package.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -141,16 +141,6 @@
141141
"xmlhttprequest-ssl": "^1.6.3",
142142
"@babel/traverse": "^7.23.2",
143143
"postcss": "^8.4.31",
144-
"@cypress/request": "^3.0.0",
145-
"form-data": "^2.5.4",
146-
"braces": "^3.0.3",
147-
"micromatch": "^4.0.8",
148-
"cross-spawn": "^7.0.5",
149-
"brace-expansion": "^1.1.12",
150-
"webpack-dev-middleware": "^5.3.4",
151-
"webpack": "^5.94.0",
152-
"esbuild": "^0.25.0",
153-
"@babel/runtime": "^7.26.10",
154-
"webpack-dev-server": "^5.2.1"
144+
"webpack-dev-middleware": "^5.3.4"
155145
}
156146
}

0 commit comments

Comments
 (0)