From ba548e8a4972da31689c90c94b452c48ca6d5295 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 30 Oct 2020 16:14:15 +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 f7644192..f4cefbc7 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" },