Skip to content

Commit c12ae5e

Browse files
JulienZDkodiakhq[bot]
andauthoredOct 30, 2021
correct Next.js 11 upgrade instructions (#30665)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 90fad00 commit c12ae5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎docs/upgrading.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,18 +92,18 @@ Or using `yarn`:
9292
yarn add react@latest react-dom@latest
9393
```
9494

95-
### Upgrade Next.js version to latest
95+
### Upgrade Next.js version to 11
9696

9797
To upgrade you can run the following command in the terminal:
9898

9999
```
100-
npm install next@latest
100+
npm install next@11
101101
```
102102

103103
or
104104

105105
```
106-
yarn add next@latest
106+
yarn add next@11
107107
```
108108

109109
### Webpack 5

0 commit comments

Comments
 (0)
Please sign in to comment.