1. Sitecore JavaScript Services SDK (JSS)

Upgrade JSS apps to JSS 22.12

Version:

Sitecore JavaScript Rendering SDK version 22.12 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.12.0.

  2. Node.js has been updated to version 24. You may need to apply changes not mentioned here to your app based on the Node.js 24 upgrade guide. Update the following dependency to the specified version:

    "@types/node": "^24.10.4",
  3. Install the dependencies with the following command:

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