Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
chore(deps): bump webpack-dev-middleware and karma-webpack
Browse files Browse the repository at this point in the history
Removes [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware). It's no longer used after updating ancestor dependency [karma-webpack](https://github.com/webpack-contrib/karma-webpack). These dependencies need to be updated together.


Removes `webpack-dev-middleware`

Updates `karma-webpack` from 3.0.0 to 5.0.1
- [Release notes](https://github.com/webpack-contrib/karma-webpack/releases)
- [Changelog](https://github.com/codymikol/karma-webpack/blob/master/CHANGELOG.md)
- [Commits](codymikol/karma-webpack@v3.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: webpack-dev-middleware
  dependency-type: indirect
- dependency-name: karma-webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 453a624 commit b14db56
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 130 deletions.
160 changes: 31 additions & 129 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"karma-sourcemap-loader": "^0.3.7",
"karma-tap": "^4.0.0",
"karma-typescript": "^5.4.0",
"karma-webpack": "^3.0.0",
"karma-webpack": "^5.0.1",
"lerna": "^3.20.2",
"mini-css-extract-plugin": "^0.7.0",
"mkdirp": "^0.5.1",
Expand Down

0 comments on commit b14db56

Please sign in to comment.