Skip to content

#20 - review package.json

Hossein Rashno requested to merge fix/20-review-package-json into develop

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

Merge request reports