Skip to content

@webpack-cli/utils should move jest to devDependencies #1190

@ankurk91

Description

@ankurk91

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

"jest": "24.9.0",

Steps to re-produce

  • yarn add webpack-cli@4.0.0-beta.1
  • Run yarn why jest
  • You will find jest was installed by @webpack-cli/utils package.

Another finding :
The package.json has exact versions, it can be relaxed to have ^.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions