From 5af3aeb775260facd6ad2c3ead700c66fdbc2ad3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2019 09:08:12 +0000 Subject: [PATCH] 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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"