From f7a78da82b825eba2f3874f1065fd86e8bfc2a61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 02:51:32 +0000 Subject: [PATCH] Bump react from 16.14.0 to 17.0.1 in /ui 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] --- ui/package-lock.json | 20 +++++++++----------- ui/package.json | 2 +- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index aac1b32b4..7ba060939 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -14,7 +14,7 @@ "gatsby": "^3.0.4", "gatsby-plugin-use-query-params": "^1.0.1", "prop-types": "^15.7.2", - "react": "^16.14.0", + "react": "^17.0.1", "react-alert": "^7.0.2", "react-alert-template-basic": "^1.0.0", "react-aria-modal": "^4.0.0", @@ -15467,13 +15467,12 @@ } }, "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" @@ -32353,13 +32352,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-alert": { diff --git a/ui/package.json b/ui/package.json index 3a16218b0..bda8c8d6a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -22,7 +22,7 @@ "gatsby": "^3.0.4", "gatsby-plugin-use-query-params": "^1.0.1", "prop-types": "^15.7.2", - "react": "^16.14.0", + "react": "^17.0.1", "react-alert": "^7.0.2", "react-alert-template-basic": "^1.0.0", "react-aria-modal": "^4.0.0",