From 8928cf957b1e4c482019ccbe7295690e827df5e4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 11:21:44 +0000 Subject: [PATCH] chore(deps-dev): Bump @types/react from 16.9.1 to 16.9.2 in /example Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.1 to 16.9.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Signed-off-by: dependabot-preview[bot] --- example/package.json | 2 +- example/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/package.json b/example/package.json index 14d9857c..f3258248 100644 --- a/example/package.json +++ b/example/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@babel/core": "^7.5.5", - "@types/react": "^16.9.1", + "@types/react": "^16.9.2", "@types/react-dom": "^16.9.0", "parcel": "^1.12.3", "typescript": "^3.5.3" diff --git a/example/yarn.lock b/example/yarn.lock index 4a6e157c..be2ff2cf 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -799,10 +799,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^16.9.1": - version "16.9.1" - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.1.tgz#862c83b4c9d5cd116e42fd9a4f3694843cd2c051" - integrity sha512-jGM2x8F7m7/r+81N/BOaUKVwbC5Cdw6ExlWEUpr77XPwVeNvAppnPEnMMLMfxRDYL8FPEX8MHjwtD2NQMJ0yyQ== +"@types/react@*", "@types/react@^16.9.2": + version "16.9.2" + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.2.tgz#6d1765431a1ad1877979013906731aae373de268" + integrity sha512-jYP2LWwlh+FTqGd9v7ynUKZzjj98T8x7Yclz479QdRhHfuW9yQ+0jjnD31eXSXutmBpppj5PYNLYLRfnZJvcfg== dependencies: "@types/prop-types" "*" csstype "^2.2.0"