CodeWithAsheville / court-notifications

GNU General Public License v3.0
9 stars 9 forks source link

Update react-scripts to latest version #190

Closed colinalford closed 5 months ago

colinalford commented 5 months ago

Upgrades react scripts to latest version for some security vulnerabilities.

Testing

When you pull down, make sure to remove node_modules in the root and client repos (rm -rf node_modules). Re-run yarn and start the dev server to verify no regressions.