Outdated modules
This page is superseded by Upgrade studio packages, which carries the current compatibility table for each Studio major version. To upgrade the Studio itself, run npm install sanity@latest.
Some of the modules in your Sanity studio are on a version that we no longer support.
Usually, this is related to APIs that have changed and will no longer function when paired with the modules in question. In these cases, things might actually stop working. In other cases, the modules are so old that they might stop working when paired with other plugins and functionality in Sanity.
Either way, you can upgrade from the command line:
- Open your terminal and go to your Sanity studio folder.
- Run
npm install sanity@latest. This installs the latest version of Sanity Studio and its dependencies. - Run your studio locally with
npx sanity@latest devand check that it works as expected.
If you have trouble upgrading, ask for help in the Sanity community.