From 750ba87fbea61aa8c4ba8d0e43bbc2a1e1a9638d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 21 Oct 2020 06:58:53 +0000 Subject: [PATCH] build(deps): bump react from 16.14.0 to 17.0.0 Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.14.0 to 17.0.0. - [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.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 3d3775e..0d316f1 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "babel-jest": "^25.1.0", "jest": "^25.1.0", "prop-types": "^15.7.2", - "react": "^16.13.0", + "react": "^17.0.0", "uuid": "^7.0.1" } }