Skip to content

Commit a94f729

Browse files
committed
Lock webpack version to 5.76.1
This is a strict requirement of `@angular-devkit/build-angular` 15.2.5 Specifying the version as `@^5.0.0` causes multiple versions to be installed side by side, which leads to build issues. Adding this "exact version dependency" gets rid of the warning but does not change yarn.lock (because that same version was already being resolved)
1 parent fe1be27 commit a94f729

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@
199199
"sass-resources-loader": "^2.2.5",
200200
"ts-node": "^8.10.2",
201201
"typescript": "~4.8.4",
202+
"webpack": "5.76.1",
202203
"webpack-bundle-analyzer": "^4.8.0",
203204
"webpack-cli": "^4.2.0",
204205
"webpack-dev-server": "^4.13.3"

0 commit comments

Comments
 (0)