react-server
react-server copied to clipboard
NPM Audit
After #997 is complete, ensure that npm audit can be run at the root level and for each package in the monorepo.
- [ ] Run
npm auditat the root level and fix dependency issues - [ ] Determine the best way to run/maintain
npm auditon packages in the monorepo. Currently, this requires saving a package-lock.json file in each package folder. Need to deconflict this with how lerna hoists/installs packages.