From 93e85b55b7106b8bd2a6c89ba2f12c310a9f950c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Mar 2021 06:13:37 -0700 Subject: [PATCH] chore(deps-dev): bump react from 17.0.1 to 17.0.2 (#390) Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 17.0.1 to 17.0.2. - [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.2/packages/react) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index bbb4a55c..2d0e6633 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,8 +47,8 @@ "webpack-dev-server": "^3.10.3" }, "peerDependencies": { - "react": "^0.14.2 || ^15.0.0 || ^16.0.0 || ^17.0.0", - "react-dom": "^17.0.2" + "react": "^17.0.2", + "react-dom": "^0.14.2 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@babel/cli": { @@ -13234,9 +13234,9 @@ "dev": true }, "node_modules/react": { - "version": "17.0.1", - "resolved": "https://registry.npmjs.org/react/-/react-17.0.1.tgz", - "integrity": "sha512-lG9c9UuMHdcAexXtigOZLX8exLWkW0Ku29qPRU8uhF2R9BN96dLCt0psvzPLlHc5OWkgymP3qwTRgbnw5BKx3w==", + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz", + "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==", "dev": true, "dependencies": { "loose-envify": "^1.1.0", @@ -13257,7 +13257,7 @@ "scheduler": "^0.20.2" }, "peerDependencies": { - "react": "17.0.2" + "react": "^17.0.1" } }, "node_modules/react-is": { @@ -13291,7 +13291,7 @@ "scheduler": "^0.20.2" }, "peerDependencies": { - "react": "17.0.2" + "react": "^17.0.1" } }, "node_modules/read-pkg": { @@ -27579,9 +27579,9 @@ } }, "react": { - "version": "17.0.1", - "resolved": "https://registry.npmjs.org/react/-/react-17.0.1.tgz", - "integrity": "sha512-lG9c9UuMHdcAexXtigOZLX8exLWkW0Ku29qPRU8uhF2R9BN96dLCt0psvzPLlHc5OWkgymP3qwTRgbnw5BKx3w==", + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz", + "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==", "dev": true, "requires": { "loose-envify": "^1.1.0",