1. Sitecore JavaScript Services SDK (JSS)

Upgrade JSS apps to JSS 22.8

Version:

Sitecore JavaScript Rendering SDK version 22.8 requires you to make some modifications to your apps.

Before you begin

Update application dependencies

For your upgraded applications to work correctly, you must update JSS dependencies.

To update your JSS dependencies:

  1. In your existing application's package.json file, update every @sitecore-jss package to version ~22.8.0.

  2. Install the dependencies with the following command:

    npm install
If you have suggestions for improving this article, let us know!