From f96fb4b947b5a66cbf3794e08c9f88bf1321a1ad Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 28 Nov 2020 10:04:45 +0000 Subject: [PATCH] chore(deps): update dependency @types/react-dom to v17 --- basic-ts/package.json | 2 +- basic-ts/yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/basic-ts/package.json b/basic-ts/package.json index fad16da3..af3b301f 100644 --- a/basic-ts/package.json +++ b/basic-ts/package.json @@ -6,7 +6,7 @@ "@types/jest": "26.0.15", "@types/node": "12.19.7", "@types/react": "16.14.2", - "@types/react-dom": "16.9.10", + "@types/react-dom": "17.0.0", "bootstrap": "^4.5.3", "react": "^17.0.1", "react-bootstrap": "^1.4.0", diff --git a/basic-ts/yarn.lock b/basic-ts/yarn.lock index dc3b7d7e..11820cd9 100644 --- a/basic-ts/yarn.lock +++ b/basic-ts/yarn.lock @@ -1641,12 +1641,12 @@ resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8" integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw== -"@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== +"@types/react-dom@17.0.0": + version "17.0.0" + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.0.tgz#b3b691eb956c4b3401777ee67b900cb28415d95a" + integrity sha512-lUqY7OlkF/RbNtD5nIq7ot8NquXrdFrjSOR6+w9a9RFQevGi1oZO1dcJbXMeONAPKtZ2UrZOEJ5UOCVsxbLk/g== dependencies: - "@types/react" "^16" + "@types/react" "*" "@types/react-transition-group@^4.4.0": version "4.4.0" @@ -1655,7 +1655,7 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@16.14.2", "@types/react@^16", "@types/react@^16.9.35": +"@types/react@*", "@types/react@16.14.2", "@types/react@^16.9.35": version "16.14.2" resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.2.tgz#85dcc0947d0645349923c04ccef6018a1ab7538c" integrity sha512-BzzcAlyDxXl2nANlabtT4thtvbbnhee8hMmH/CcJrISDBVcJS1iOsP1f0OAgSdGE0MsY9tqcrb9YoZcOFv9dbQ==