Skip to content

Commit

Permalink
build(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 4.0.2 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@v4.0.2...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 22, 2024
1 parent b0441f0 commit c367a71
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 159 deletions.
212 changes: 54 additions & 158 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 @@ -78,7 +78,7 @@
"karma-safari-launcher": "^1.0.0",
"karma-sinon-chai": "^1.2.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^4.0.0-beta.0",
"karma-webpack": "^5.0.1",
"mocha": "^10.1.0",
"prettier": "^2.2.1",
"semantic-release": "^19.0.2",
Expand Down

0 comments on commit c367a71

Please sign in to comment.