From c0f979b5c8ee5c55a82fcdd5346758e3898b96d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Fri, 15 Apr 2022 14:43:26 +0200 Subject: [PATCH] Update upgrading.md (#36091) --- docs/upgrading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrading.md b/docs/upgrading.md index f53b2b6930b0..9f42281afaed 100644 --- a/docs/upgrading.md +++ b/docs/upgrading.md @@ -12,7 +12,7 @@ The minimum Node.js version has been bumped from 12.0.0 to 12.22.0 which is the ### Upgrade React version to latest -To upgrade you can run the following command: +The minimum required React version is `17.0.2`. To upgrade you can run the following command in the terminal: ``` npm install react@latest react-dom@latest