acmerobotics / ftc-dashboard

React-based web dashboard designed for FTC
https://acmerobotics.github.io/ftc-dashboard
Other
171 stars 129 forks source link

Make implicitly used subdependencies explicit #97

Closed nash-pillai closed 1 year ago

nash-pillai commented 1 year ago

This project uses the dependencies lodash, prop-types, and react-resizable, but does not include them in the package.json There aren't any errors because they are subdependencies of explicitly declared dependencies, but this is bad practice and could lead to bugs in the future that are difficult to troubleshoot.

rbrott commented 1 year ago

Thanks for the patch!