Next.js Discord

Discord Forum

Upgrade guide 13.4.4 -> 13.4.5

Answered
jaggi73 posted this in #help-forum
Open in Discord
how to upgrade from next 13.4.4 to 13.4.5
Answered by joulev
You change the version number in package.json then run npm install or yarn install or pnpm install again
View full answer

4 Replies

@jaggi73 how to upgrade from next 13.4.4 to 13.4.5
You change the version number in package.json then run npm install or yarn install or pnpm install again
Answer
you can also do npm i next@latest
Unfortunate timing, that one would be the correct command 6 hours ago but now that would install v13.4.6 :HertaDerp:
Vespid wasp
npm i next@13.4.5? haha