FormidableLabs / radium

A toolchain for React component styling.
http://formidable.com/open-source/radium/
MIT License
7.39k stars 308 forks source link

deps: update karma-webpack #1053

Closed MylesBorins closed 3 years ago

MylesBorins commented 3 years ago

The current version of karma-webpack has a peer dependency conflict with the local version of webpack. This causes installs of this repo to fail with npm 7.

Updating karma-webpack to ^3.0.0 resolves this conflict and all of the tests seem to still pass 🎉

There is a 4.x release of karma-webpack but I figured minimal improvement lowered the chance of breaking stuff

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 93.711% when pulling 510e39f370f030f9a6f01ac92d200e146788f507 on MylesBorins:update-karma-webpack into 675006d4a46085122994cd3e64731d5a0a3667e7 on FormidableLabs:master.