Skip to content

@types/lodash is listed as a dependency for react-json-tree when it should be a dev dependency #1906

@phapdinh

Description

@phapdinh

in the package.json for react-json-tree, the typing for lodash is listed as a dependency when it should be a dev dependency

https://github.com/reduxjs/redux-devtools/blob/main/packages/react-json-tree/package.json#L43

Lodash also isn't a dependency in the package.json so the typing is unneeded

https://github.com/reduxjs/redux-devtools/blob/main/packages/react-json-tree/package.json

my solution is to remove the unneeded @types/lodash dependency

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