diff --git a/package.json b/package.json index 27d41c2ea..e642eb0d1 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@commitlint/cli": "11.0.0", "@commitlint/config-conventional": "11.0.0", "@types/node": "14.14.9", - "@types/react": "16.9.56", + "@types/react": "17.0.0", "@types/react-dom": "16.9.10", "@typescript-eslint/eslint-plugin": "4.8.1", "@typescript-eslint/parser": "4.8.1", diff --git a/yarn.lock b/yarn.lock index 1049cd619..fcce0dcd4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1932,10 +1932,10 @@ "@types/prop-types" "*" csstype "^2.2.0" -"@types/react@16.9.56": - version "16.9.56" - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.56.tgz#ea25847b53c5bec064933095fc366b1462e2adf0" - integrity sha512-gIkl4J44G/qxbuC6r2Xh+D3CGZpJ+NdWTItAPmZbR5mUS+JQ8Zvzpl0ea5qT/ZT3ZNTUcDKUVqV3xBE8wv/DyQ== +"@types/react@17.0.0": + version "17.0.0" + resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.0.tgz#5af3eb7fad2807092f0046a1302b7823e27919b8" + integrity sha512-aj/L7RIMsRlWML3YB6KZiXB3fV2t41+5RBGYF8z+tAKU43Px8C3cYUZsDvf1/+Bm4FK21QWBrDutu8ZJ/70qOw== dependencies: "@types/prop-types" "*" csstype "^3.0.2"