We recommend that you upgrade when we have a major release, such as v2.x.x. You can find the latest version on our npm repository and in our release notes.
- In the
package.json
file of your Retail React app, locate"dependencies"
. This field shows the version of your package, for example:"dependencies": { "@adyen/adyen-salesforce-pwa": "1.0.0" }
- Change the version value to the version number you want to upgrade to. For example, if you want to upgrade to version 2.0.0:
"dependencies": { "@adyen/adyen-salesforce-pwa": "2.0.0" }
- Install the new version:
npm install
- Build your app with the new version:
npm install
- Follow the steps to deploy your app to MRT to deploy the new version.