From a61c1fcfad39191340b5b5362258b79a8d524f55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 17:15:56 +0000 Subject: [PATCH] Bump react from 16.14.0 to 17.0.1 in /cra-client Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.14.0 to 17.0.1. - [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/v17.0.1/packages/react) Signed-off-by: dependabot[bot] --- cra-client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cra-client/package.json b/cra-client/package.json index bcc12efc..427b0c19 100644 --- a/cra-client/package.json +++ b/cra-client/package.json @@ -16,7 +16,7 @@ "d3": "^5.16.0", "fibers": "^5.0.0", "prop-types": "^15.7.2", - "react": "^16.13.1", + "react": "^17.0.1", "react-bootstrap": "^1.3.0", "react-cookie": "^4.0.3", "react-dom": "^16.13.1",