Bump @types/react from 16.9.9 to 16.9.11

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.9 to 16.9.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-10-25 09:08:12 +00:00 committed by Benjamin Staneck
parent b6fc1229eb
commit 5af3aeb775
2 changed files with 5 additions and 5 deletions

View file

@ -290,7 +290,7 @@
"@babel/preset-typescript": "7.6.0", "@babel/preset-typescript": "7.6.0",
"@types/node": "^12.11.1", "@types/node": "^12.11.1",
"@types/plist": "3.0.2", "@types/plist": "3.0.2",
"@types/react": "^16.9.9", "@types/react": "^16.9.11",
"@types/react-dom": "^16.9.2", "@types/react-dom": "^16.9.2",
"@types/react-redux": "^7.1.5", "@types/react-redux": "^7.1.5",
"@types/seamless-immutable": "7.1.11", "@types/seamless-immutable": "7.1.11",

View file

@ -617,10 +617,10 @@
hoist-non-react-statics "^3.3.0" hoist-non-react-statics "^3.3.0"
redux "^4.0.0" redux "^4.0.0"
"@types/react@*", "@types/react@^16.9.9": "@types/react@*", "@types/react@^16.9.11":
version "16.9.9" version "16.9.11"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.9.tgz#a62c6f40f04bc7681be5e20975503a64fe783c3a" resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.11.tgz#70e0b7ad79058a7842f25ccf2999807076ada120"
integrity sha512-L+AudFJkDukk+ukInYvpoAPyJK5q1GanFOINOJnM0w6tUgITuWvJ4jyoBPFL7z4/L8hGLd+K/6xR5uUjXu0vVg== integrity sha512-UBT4GZ3PokTXSWmdgC/GeCGEJXE5ofWyibCcecRLUVN2ZBpXQGVgQGtG2foS7CrTKFKlQVVswLvf7Js6XA/CVQ==
dependencies: dependencies:
"@types/prop-types" "*" "@types/prop-types" "*"
csstype "^2.2.0" csstype "^2.2.0"