From 2e4052f244b7dc800aafab7d7eb744b2592054c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Mar 2021 04:48:53 +0000 Subject: [PATCH] Bump @types/react from 16.14.4 to 17.0.2 in /ui Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.14.4 to 17.0.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- ui/yarn.lock | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/ui/package.json b/ui/package.json index 2c22042..4b9acd5 100644 --- a/ui/package.json +++ b/ui/package.json @@ -13,7 +13,7 @@ "@types/jest": "^26.0.20", "@types/lodash.uniqby": "4.7.6", "@types/node": "^14.14.31", - "@types/react": "^16.9.0", + "@types/react": "^17.0.2", "@types/react-dom": "^17.0.1", "@types/react-redux": "7.1.16", "@types/react-router-dom": "5.1.6", diff --git a/ui/yarn.lock b/ui/yarn.lock index 5588dd5..58110b2 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -2052,7 +2052,7 @@ dependencies: "@types/react" "*" -"@types/react@*": +"@types/react@*", "@types/react@^17.0.2": version "17.0.2" resolved "https://registry.npmjs.org/@types/react/-/react-17.0.2.tgz#3de24c4efef902dd9795a49c75f760cbe4f7a5a8" integrity sha512-Xt40xQsrkdvjn1EyWe1Bc0dJLcil/9x2vAuW7ya+PuQip4UYUaXyhzWmAbwRsdMgwOFHpfp7/FFZebDU6Y8VHA== @@ -2060,14 +2060,6 @@ "@types/prop-types" "*" csstype "^3.0.2" -"@types/react@^16.9.0": - version "16.14.4" - resolved "https://registry.npmjs.org/@types/react/-/react-16.14.4.tgz#365f6a1e117d1eec960ba792c7e1e91ecad38e6f" - integrity sha512-ETj7GbkPGjca/A4trkVeGvoIakmLV6ZtX3J8dcmOpzKzWVybbrOxanwaIPG71GZwImoMDY6Fq4wIe34lEqZ0FQ== - dependencies: - "@types/prop-types" "*" - csstype "^3.0.2" - "@types/recharts@1.8.19": version "1.8.19" resolved "https://registry.yarnpkg.com/@types/recharts/-/recharts-1.8.19.tgz#047f72cf4c25df545aa1085fe3a085e58a2483c1"