uoft-tapp / tapp

MIT License
9 stars 24 forks source link

[frontend] Yarn warnings about peer dependencies #161

Open siefkenj opened 5 years ago

siefkenj commented 5 years ago

When docker-compose up --build is run, many messages like

warning " > bootstrap@4.3.1" has unmet peer dependency "jquery@1.9.1 - 3".
warning " > bootstrap@4.3.1" has unmet peer dependency "popper.js@^1.14.7".
warning " > react-csv-reader@1.2.2" has unmet peer dependency "prop-types@*".
warning " > react-notification-system-redux@2.0.0" has incorrect peer dependency "react-redux@^6.0.0".
warning " > react-table@6.10.0" has unmet peer dependency "prop-types@^15.5.0".

appear. These dependency issues should be fixed.

frankcbw commented 3 years ago

I could not reproduce the issue. Instead, I have received

Compiled with warnings.
frontend_1     | 
frontend_1     | ./src/views/offertable/index.js
frontend_1     |   Line 215:8:  React Hook React.useMemo has a missing dependency: 'editable'. Either include it or remove the dependency array  react-hooks/exhaustive-deps