#20 - review package.json
Changes
- Apply patch and minor updates and ignore major updates for all packages
- Move dev dependencies into their own section in the
package.json
- Add missing packages
- Delete
yarn.lock
because we should just use one package manager for the app (NPM and its lock file,package-lock.json
)
Test
- You can use npm-check to make sure there is no patch or minor update pending
- Please run the app and make sure its working as expected