From b19747a2be8acb0248e21441d71ceac92b290807 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 11:02:57 +0000 Subject: [PATCH] Bump react in /web/modules/custom/react_tools/tools Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.14.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[bot] --- .../react_tools/tools/package-lock.json | 23 ++++++++++--------- .../custom/react_tools/tools/package.json | 2 +- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/web/modules/custom/react_tools/tools/package-lock.json b/web/modules/custom/react_tools/tools/package-lock.json index 74f4c09cd..43e425ed5 100644 --- a/web/modules/custom/react_tools/tools/package-lock.json +++ b/web/modules/custom/react_tools/tools/package-lock.json @@ -58,7 +58,7 @@ "postcss-preset-env": "6.7.0", "postcss-safe-parser": "5.0.2", "query-string": "^6.14.1", - "react": "^16.14.0", + "react": "^17.0.1", "react-app-polyfill": "^2.0.0", "react-datepicker": "^3.6.0", "react-dev-utils": "^11.0.4", @@ -25895,13 +25895,15 @@ } }, "node_modules/react": { - "version": "16.14.0", - "resolved": "https://registry.npmjs.org/react/-/react-16.14.0.tgz", - "integrity": "sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==", + "version": "17.0.1", + "resolved": "https://registry.npmjs.org/react/-/react-17.0.1.tgz", + "integrity": "sha512-lG9c9UuMHdcAexXtigOZLX8exLWkW0Ku29qPRU8uhF2R9BN96dLCt0psvzPLlHc5OWkgymP3qwTRgbnw5BKx3w==", "dependencies": { "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2" + "object-assign": "^4.1.1" + }, + "engines": { + "node": ">=0.10.0" } }, "node_modules/react-app-polyfill": { @@ -52700,13 +52702,12 @@ } }, "react": { - "version": "16.14.0", - "resolved": "https://registry.npmjs.org/react/-/react-16.14.0.tgz", - "integrity": "sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==", + "version": "17.0.1", + "resolved": "https://registry.npmjs.org/react/-/react-17.0.1.tgz", + "integrity": "sha512-lG9c9UuMHdcAexXtigOZLX8exLWkW0Ku29qPRU8uhF2R9BN96dLCt0psvzPLlHc5OWkgymP3qwTRgbnw5BKx3w==", "requires": { "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2" + "object-assign": "^4.1.1" } }, "react-app-polyfill": { diff --git a/web/modules/custom/react_tools/tools/package.json b/web/modules/custom/react_tools/tools/package.json index 019fbf070..4a3f85cb3 100644 --- a/web/modules/custom/react_tools/tools/package.json +++ b/web/modules/custom/react_tools/tools/package.json @@ -53,7 +53,7 @@ "postcss-preset-env": "6.7.0", "postcss-safe-parser": "5.0.2", "query-string": "^6.14.1", - "react": "^16.14.0", + "react": "^17.0.1", "react-app-polyfill": "^2.0.0", "react-datepicker": "^3.6.0", "react-dev-utils": "^11.0.4",