From 250dc94f0021d459ad6ae23519377e819665f6ef Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 20 Dec 2020 15:39:51 +0000 Subject: [PATCH] Update dependency @types/react-dom to v16.9.10 --- package.json | 4 ++-- yarn.lock | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 59e4f0b1..3ba08a79 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@types/jest": "25.2.3", "@types/mini-css-extract-plugin": "0.9.1", "@types/react": "16.14.2", - "@types/react-dom": "16.9.8", + "@types/react-dom": "16.9.10", "@types/react-router": "5.1.5", "@types/react-router-dom": "5.1.6", "@types/react-test-renderer": "16.9.2", @@ -127,6 +127,6 @@ }, "resolutions": { "@types/react": "16.14.2", - "@types/react-dom": "16.9.8" + "@types/react-dom": "16.9.10" } } diff --git a/yarn.lock b/yarn.lock index 7f0d38c4..ef7b602f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2271,12 +2271,12 @@ dependencies: "@types/react" "*" -"@types/react-dom@16.9.8": - version "16.9.8" - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.8.tgz#fe4c1e11dfc67155733dfa6aa65108b4971cb423" - integrity sha512-ykkPQ+5nFknnlU6lDd947WbQ6TE3NNzbQAkInC2EKY1qeYdTKp7onFusmYZb+ityzx2YviqT6BXSu+LyWWJwcA== +"@types/react-dom@16.9.10": + version "16.9.10" + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.10.tgz#4485b0bec3d41f856181b717f45fd7831101156f" + integrity sha512-ItatOrnXDMAYpv6G8UCk2VhbYVTjZT9aorLtA/OzDN9XJ2GKcfam68jutoAcILdRjsRUO8qb7AmyObF77Q8QFw== dependencies: - "@types/react" "*" + "@types/react" "^16" "@types/react-lifecycles-compat@^3.0.1": version "3.0.1" @@ -2330,7 +2330,7 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@16.14.2", "@types/react@^16.9.11": +"@types/react@*", "@types/react@16.14.2", "@types/react@^16", "@types/react@^16.9.11": version "16.14.2" resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.2.tgz#85dcc0947d0645349923c04ccef6018a1ab7538c" integrity sha512-BzzcAlyDxXl2nANlabtT4thtvbbnhee8hMmH/CcJrISDBVcJS1iOsP1f0OAgSdGE0MsY9tqcrb9YoZcOFv9dbQ==