logoNext.js English
DocumentationBlogLearn
Getting Started
Installation
Project Structure
Building Your Application
Routing
Rendering
Data Fetching
Styling
Optimizing
Configuring
Deploying
Upgrading
Codemods
From Pages to App
Version 13
Version 12
Version 11
Version 10
Version 9
API Reference
create-next-app
Next.js CLI
Edge Runtime
Components
Functions
next.config.js Options
Architecture
Community
logoNext.js English
DocumentationBlogLearn
Introduction/Building Your Application/Upgrading/Version 10

Version 10

There were no breaking changes between versions 9 and 10.

To upgrade to version 10, run the following command:

Terminal
npm install next@10

yarn add next@10

Version 11

Upgrade your Next.js Application from Version 10 to Version 11.

Version 9

Upgrade your Next.js Application from Version 8 to Version 9.