From 6b564918f1d5203523464a590865e57e419e9712 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 06:41:26 +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 15e51d1d0..69aa6362a 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -14,7 +14,7 @@ "gatsby": "^3.0.3", "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", @@ -15475,13 +15475,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" @@ -32366,13 +32365,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 80f7c40bb..5364a340c 100644 --- a/ui/package.json +++ b/ui/package.json @@ -22,7 +22,7 @@ "gatsby": "^3.0.3", "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",