From 51ffeadd7f4deb9dcf5f233c2b016d0f717b1a1b Mon Sep 17 00:00:00 2001 From: Lee Robinson Date: Mon, 16 Jan 2023 16:04:31 -0600 Subject: [PATCH] Update upgrading.md --- docs/upgrading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrading.md b/docs/upgrading.md index a2bbcde14606e..fc61834c66f29 100644 --- a/docs/upgrading.md +++ b/docs/upgrading.md @@ -19,7 +19,7 @@ pnpm up next react react-dom eslint-config-next --latest ### v13 Summary - The [Supported Browsers](/docs/basic-features/supported-browsers-features.md) have been changed to drop Internet Explorer and target modern browsers. -- The minimum Node.js version has been bumped from 12.22.0 to 14.0.0, since 12.x has reached end-of-life. +- The minimum Node.js version has been bumped from 12.22.0 to 14.6.0, since 12.x has reached end-of-life. - The minimum React version has been bumped from 17.0.2 to 18.2.0. - The `swcMinify` configuration property was changed from `false` to `true`. See [Next.js Compiler](/docs/advanced-features/compiler.md) for more info. - The `next/image` import was renamed to `next/legacy/image`. The `next/future/image` import was renamed to `next/image`. A [codemod is available](/docs/advanced-features/codemods.md#next-image-to-legacy-image) to safely and automatically rename your imports.