From 856d626dbc3670a41a3a5db6258fa763811cbb3e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 05:08:12 +0000 Subject: [PATCH] chore(deps-dev): bump react from 17.0.1 to 17.0.2 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-preview[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 308382c6..a33c3b77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "postcss-nested": "^5.0.5", "prettier": "2.2.1", "prop-types": "^15.7.2", - "react": "^17.0.1", + "react": "^17.0.2", "react-dom": "^17.0.1", "release-it": "^14.5.0", "rollup": "^2.42.4", @@ -54,7 +54,7 @@ "typescript": "^4.2.3" }, "peerDependencies": { - "react": "16 || 17", + "react": "^17.0.2", "react-dom": "16 || 17" } }, @@ -9866,9 +9866,9 @@ } }, "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", @@ -20016,9 +20016,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", diff --git a/package.json b/package.json index 3ba80a0d..e5796c30 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "postcss-nested": "^5.0.5", "prettier": "2.2.1", "prop-types": "^15.7.2", - "react": "^17.0.1", + "react": "^17.0.2", "react-dom": "^17.0.1", "release-it": "^14.5.0", "rollup": "^2.42.4",