-
-
Notifications
You must be signed in to change notification settings - Fork 667
Closed
Description
Hi,
I was trying to install webpack-cli@4.0.0-beta.1 and found out it also installs jest.
Why i run command yarn why jest, i found the package @webpack-cli/utils is installing jest.
This package should be moved to devDependencies
webpack-cli/packages/utils/package.json
Line 18 in aa6d82b
| "jest": "24.9.0", |
Steps to re-produce
yarn add webpack-cli@4.0.0-beta.1- Run
yarn why jest - You will find
jestwas installed by@webpack-cli/utilspackage.
Another finding :
The package.json has exact versions, it can be relaxed to have ^.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels