Skip to content

Commit

Permalink
angular-material: Update karma-webpack dep. to 4+
Browse files Browse the repository at this point in the history
With updated dependencies there were test execution issues with version 3
of karma-webpack. Furthermore, v3 is meant for webpack 3 while we use webpack 4.
  • Loading branch information
lucas-koehler committed Jul 12, 2023
1 parent 842610b commit 53b5d96
Show file tree
Hide file tree
Showing 2 changed files with 1,119 additions and 1,086 deletions.
2 changes: 1 addition & 1 deletion packages/angular-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "^3.0.5",
"karma-webpack": "^4.0.2",
"null-loader": "^0.1.1",
"nyc": "^15.1.0",
"prettier": "^2.8.4",
Expand Down
Loading

0 comments on commit 53b5d96

Please sign in to comment.