From b9596ffaa51e25117c0d35ef5fe8a8e57eb90f71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 21:08:39 +0900 Subject: [PATCH] build(deps-dev): bump @types/react from 16.9.48 to 16.9.49 (#36) Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.48 to 16.9.49. - [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 955180c28..e608a8e9f 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.6.1", - "@types/react": "^16.9.48", + "@types/react": "^16.9.49", "@types/react-transition-group": "^4.4.0", "@typescript-eslint/eslint-plugin": "^4.0.0", "@typescript-eslint/parser": "^3.10.1", diff --git a/yarn.lock b/yarn.lock index 1ada65a4a..afb4ed6f8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1379,10 +1379,10 @@ dependencies: "@types/react" "*" -"@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== +"@types/react@*", "@types/react@^16.9.49": + version "16.9.49" + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.49.tgz#09db021cf8089aba0cdb12a49f8021a69cce4872" + integrity sha512-DtLFjSj0OYAdVLBbyjhuV9CdGVHCkHn2R+xr3XkBvK2rS1Y1tkc14XSGjYgm5Fjjr90AxH9tiSzc1pCFMGO06g== dependencies: "@types/prop-types" "*" csstype "^3.0.2"