react-rating icon indicating copy to clipboard operation
react-rating copied to clipboard

`@types` dependencies should be in `devDependencies`

Open zackdotcomputer opened this issue 2 years ago • 0 comments
trafficstars

There are two @types packages (react and lodash) in dependencies. However, @types packages are only used for development and building and shouldn't be included as dependencies. These two packages should be moved to devDependencies.

zackdotcomputer avatar Apr 07 '23 00:04 zackdotcomputer