From 19c5753ec02244420f92e2a5aaafca574d63be1a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 17 Feb 2021 16:40:40 +0000 Subject: [PATCH] Bump react from 16.12.0 to 17.0.1 Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.12.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-preview[bot] --- package.json | 2 +- yarn.lock | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 5438d54..65e20aa 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "jest": "^24.9.0", "lint-staged": "^9.5.0", "memoize-one": "^5.1.1", - "react": "^16.10.1", + "react": "^17.0.1", "react-dnd": "^10.0.2", "react-dom": "^16.10.1", "terser-webpack-plugin": "^2.3.1", diff --git a/yarn.lock b/yarn.lock index 92a3e00..889662f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7515,14 +7515,13 @@ react-transition-group@^4.3.0: loose-envify "^1.4.0" prop-types "^15.6.2" -react@^16.10.1: - version "16.12.0" - resolved "https://registry.yarnpkg.com/react/-/react-16.12.0.tgz#0c0a9c6a142429e3614834d5a778e18aa78a0b83" - integrity sha512-fglqy3k5E+81pA8s+7K0/T3DBCF0ZDOher1elBFzF7O6arXJgzyu/FW+COxFvAWXJoJN9KIZbT2LXlukwphYTA== +react@^17.0.1: + version "17.0.1" + resolved "https://registry.yarnpkg.com/react/-/react-17.0.1.tgz#6e0600416bd57574e3f86d92edba3d9008726127" + integrity sha512-lG9c9UuMHdcAexXtigOZLX8exLWkW0Ku29qPRU8uhF2R9BN96dLCt0psvzPLlHc5OWkgymP3qwTRgbnw5BKx3w== dependencies: loose-envify "^1.1.0" object-assign "^4.1.1" - prop-types "^15.6.2" read-pkg-up@^2.0.0: version "2.0.0"