To update to the latest version of Next.js, you can use the upgrade command:
next upgradeNext.js 15 and earlier do not support the upgrade command and need to use a separate package instead:
npx @next/codemod@canary upgrade latestIf you prefer to upgrade manually, install the latest Next.js and React versions:
pnpm i next@latest react@latest react-dom@latest eslint-config-next@latestnpm i next@latest react@latest react-dom@latest eslint-config-next@latestyarn add next@latest react@latest react-dom@latest eslint-config-next@latestbun add next@latest react@latest react-dom@latest eslint-config-next@latestTo update to the latest canary, make sure you're on the latest version of Next.js and everything is working as expected. Then, run the following command:
npm i next@canaryThe following features are currently available in canary:
Authentication: