From 24652aac5c881ceb613fc731e88338c45ec35f2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 14:15:57 +0000 Subject: [PATCH] Bump react from 16.14.0 to 17.0.2 Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.14.0 to 17.0.2. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v17.0.2/packages/react) --- updated-dependencies: - dependency-name: react dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 709ef11..0c3e9fe 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "gatsby": "^2.32.13", "gatsby-plugin-manifest": "^2.12.1", "gatsby-theme-andy": "^0.2.1", - "react": "^16.13.1", + "react": "^17.0.2", "react-dom": "^16.13.1" } } diff --git a/yarn.lock b/yarn.lock index ab160fe..f568191 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10641,14 +10641,13 @@ react-stacked-pages-hook@^0.4.4: lodash.isequal "^4.5.0" lodash.throttle "^4.1.1" -react@^16.13.1: - version "16.14.0" - resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d" - integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g== +react@^17.0.2: + version "17.0.2" + resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037" + integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA== 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"