diff --git a/package.json b/package.json index 674f09bc..a216957d 100644 --- a/package.json +++ b/package.json @@ -290,7 +290,7 @@ "@babel/preset-typescript": "7.6.0", "@types/node": "^12.11.1", "@types/plist": "3.0.2", - "@types/react": "^16.9.9", + "@types/react": "^16.9.11", "@types/react-dom": "^16.9.2", "@types/react-redux": "^7.1.5", "@types/seamless-immutable": "7.1.11", diff --git a/yarn.lock b/yarn.lock index ab045722..b87a5ef2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -617,10 +617,10 @@ hoist-non-react-statics "^3.3.0" redux "^4.0.0" -"@types/react@*", "@types/react@^16.9.9": - version "16.9.9" - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.9.tgz#a62c6f40f04bc7681be5e20975503a64fe783c3a" - integrity sha512-L+AudFJkDukk+ukInYvpoAPyJK5q1GanFOINOJnM0w6tUgITuWvJ4jyoBPFL7z4/L8hGLd+K/6xR5uUjXu0vVg== +"@types/react@*", "@types/react@^16.9.11": + version "16.9.11" + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.11.tgz#70e0b7ad79058a7842f25ccf2999807076ada120" + integrity sha512-UBT4GZ3PokTXSWmdgC/GeCGEJXE5ofWyibCcecRLUVN2ZBpXQGVgQGtG2foS7CrTKFKlQVVswLvf7Js6XA/CVQ== dependencies: "@types/prop-types" "*" csstype "^2.2.0"