cristinafsanz
8/21/2019 - 4:10 PM

Update dependencies front

Note: If yarn used:

  1. Execute yarn upgrade --latest --caret to update package.json dependencies
  2. Remove file yarn.lock (steps 2 and 3 to avoid errors with core-js version 2)
  3. Execute yarn install
  4. Check updates in package.json and final version in yarn.lock. Test website frontend part by running yarn run webpack --mode development --watch (check also that there aren’t errors in log and fix if needed)