From b7a0815a760d20a9b49ebce6a4793da0808e5b30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2020 21:49:56 +0900 Subject: [PATCH] build(deps-dev): bump @types/react from 16.9.46 to 16.9.48 (#29) Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.46 to 16.9.48. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bc77ca25a..0ef9e50b5 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@types/express": "^4.17.7", "@types/express-session": "^1.17.0", "@types/node": "^14.0.27", - "@types/react": "^16.9.46", + "@types/react": "^16.9.48", "@types/react-transition-group": "^4.4.0", "@typescript-eslint/eslint-plugin": "^3.9.0", "@typescript-eslint/parser": "^3.10.1", diff --git a/yarn.lock b/yarn.lock index 9a7d68769..f5d3aa734 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1358,10 +1358,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^16.9.46": - version "16.9.46" - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.46.tgz#f0326cd7adceda74148baa9bff6e918632f5069e" - integrity sha512-dbHzO3aAq1lB3jRQuNpuZ/mnu+CdD3H0WVaaBQA8LTT3S33xhVBUj232T8M3tAhSWJs/D/UqORYUlJNl/8VQZg== +"@types/react@*", "@types/react@^16.9.48": + version "16.9.48" + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.48.tgz#d3387329f070d1b1bc0ff4a54a54ceefd5a8485c" + integrity sha512-4ykBVswgYitPGMXFRxJCHkxJDU2rjfU3/zw67f8+dB7sNdVJXsrwqoYxz/stkAucymnEEbRPFmX7Ce5Mc/kJCw== dependencies: "@types/prop-types" "*" csstype "^3.0.2"