fintory / boot-next

Basic Next.js starter kit including the use of TypeScript, styled-components, mobx-state-tree and many more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Next.js to newest version (v10)

iduuck opened this issue · comments

commented

We run on latest anyways. If you re-run yarn, it would always get the latest stable version.

commented

@visualcookie We shouldn't use something like "latest" in our package.json, since this can break everything with just one deployment (without changing something).

Imagine a breaking change is released, and you are telling NPM "I want the latest version". You are automatically pulling the breaking change, and you don't know, why the code is broken.