diff --git a/package.json b/package.json index 618d455e..40113b5e 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@types/node": "^14.14.8", "@types/pify": "3.0.2", "@types/plist": "3.0.2", - "@types/react": "^16.9.56", + "@types/react": "^17.0.0", "@types/react-dom": "^16.9.9", "@types/react-redux": "^7.1.11", "@types/seamless-immutable": "7.1.15", diff --git a/yarn.lock b/yarn.lock index b17eb171..efa2a054 100644 --- a/yarn.lock +++ b/yarn.lock @@ -830,10 +830,10 @@ hoist-non-react-statics "^3.3.0" redux "^4.0.0" -"@types/react@*", "@types/react@^16.9.56": - version "16.9.56" - resolved "https://registry.npmjs.org/@types/react/-/react-16.9.56.tgz#ea25847b53c5bec064933095fc366b1462e2adf0" - integrity sha512-gIkl4J44G/qxbuC6r2Xh+D3CGZpJ+NdWTItAPmZbR5mUS+JQ8Zvzpl0ea5qT/ZT3ZNTUcDKUVqV3xBE8wv/DyQ== +"@types/react@*", "@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"