Upgrade version of studio package
The version of a package used in Sanity Studio can be upgraded from the command line.
yarn add <package>@latest
e.g. to upgrade the version of React:
yarn add react@latest
npm install <package>@latest
e.g. to upgrade to the latest version of React:
npm install react@latest