Skip to content

Commit

Permalink
docs: update version install commands in upgrade guide (#42073)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven <steven@ceriously.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Oct 28, 2022
1 parent 57426a2 commit cff0745
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ description: Learn how to upgrade Next.js.
To update to Next.js version 13, run the following command using your preferred package manager:

```bash
npm install next react@latest react-dom@latest eslint-config-next
npm i next@latest react@latest react-dom@latest eslint-config-next@latest
# or
yarn add next react@latest react-dom@latest eslint-config-next
yarn upgrade next react react-dom eslint-config-next --latest
# or
pnpm update next react@latest react-dom@latest eslint-config-next
pnpm up next react react-dom eslint-config-next --latest
```

### v13 Summary
Expand Down

0 comments on commit cff0745

Please sign in to comment.