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