From 244bfde244eb3552615307328e7688e555d65670 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 01:11:17 +0000 Subject: [PATCH] Bump @types/react from 16.9.5 to 16.9.6 Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.5 to 16.9.6. - [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 f922e1f7..f65d805f 100644 --- a/package.json +++ b/package.json @@ -282,7 +282,7 @@ "@babel/preset-typescript": "7.6.0", "@types/node": "^12.7.12", "@types/plist": "3.0.2", - "@types/react": "^16.9.5", + "@types/react": "^16.9.6", "@types/react-dom": "^16.9.1", "@types/react-redux": "^7.1.4", "@types/seamless-immutable": "7.1.11", diff --git a/yarn.lock b/yarn.lock index 5356d44b..d8957a13 100644 --- a/yarn.lock +++ b/yarn.lock @@ -495,10 +495,10 @@ hoist-non-react-statics "^3.3.0" redux "^4.0.0" -"@types/react@*", "@types/react@^16.9.5": - version "16.9.5" - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.5.tgz#079dabd918b19b32118c25fd00a786bb6d0d5e51" - integrity sha512-jQ12VMiFOWYlp+j66dghOWcmDDwhca0bnlcTxS4Qz/fh5gi6wpaZDthPEu/Gc/YlAuO87vbiUXL8qKstFvuOaA== +"@types/react@*", "@types/react@^16.9.6": + version "16.9.6" + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.6.tgz#40722a2ef9f67b054c15b0a0b0d7f09409176134" + integrity sha512-ulPWlBFO0DQiObqxEm3t4icozuakPy5O81g6QyHv+Nyo1UPL+QVq2rmq1e4J8oHY7jl0HEtMAHNwNIzv6FRuTQ== dependencies: "@types/prop-types" "*" csstype "^2.2.0"