Note: If yarn used:
yarn upgrade --latest --caret
to update package.json dependenciesyarn.lock
(steps 2 and 3 to avoid errors with core-js
version 2)yarn install
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)