Skip to content

Commit

Permalink
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 2.0.9 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@v2.0.9...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] committed Mar 21, 2024
1 parent 2de42bd commit ca0c788
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 44 deletions.
105 changes: 62 additions & 43 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 @@ -92,7 +92,7 @@
"karma-selenium-webdriver-launcher": "0.0.4",
"karma-sourcemap-loader": "0.3.7",
"karma-spec-reporter": "0.0.20",
"karma-webpack": "2.0.9",
"karma-webpack": "5.0.1",
"plato": "1.2.2",
"react-test-renderer": "16.4.0",
"selenium-webdriver": "3.4.0",
Expand Down

0 comments on commit ca0c788

Please sign in to comment.