From 3dfa1cb6ac6701292b2509508e93170cffb724f4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 15 Jan 2021 10:16:55 +0000 Subject: [PATCH] chore(deps-dev): update react requirement Updates the requirements on [react](https://github.com/facebook/react/tree/HEAD/packages/react) to permit the latest version. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v16.14.0/packages/react) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ddc8b6db..d6a5216c 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "father": "^2.29.10", "np": "^5.0.3", "rc-animate": "^2.9.1", - "react": "^v16.9.0-alpha.0", + "react": "^v16.14.0", "react-dom": "^v16.9.0-alpha.0", "typescript": "^3.5.2" },