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"