Instant-Visio / InstantVisio-WebApp

MIT License
10 stars 2 forks source link

Fix npm vulnerabilities #555

Closed MattiaPrimavera closed 3 years ago

MattiaPrimavera commented 3 years ago

Can't currently upgrade react-scripts dependency. This upgrade causes react-scripts internal lint phase to run at build, which currently causes lots of errors. This will also imply having to fix pages/PremiumVideoCall lint errors, since react-scripts base configuration can not be modified yet:

Note that even if you customise your ESLint config, these changes will only affect the editor integration. They won’t affect the terminal and in-browser lint output. This is because Create React App intentionally provides a minimal set of rules that find common mistakes.