build(deps): update dependency @types/react-dom to v17.0.1 (#1722)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-02-13 12:26:56 +11:00 committed by GitHub
parent 056faf8857
commit 361705738a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@
"@types/qrcode.react": "1.0.1", "@types/qrcode.react": "1.0.1",
"@types/query-string": "6.3.0", "@types/query-string": "6.3.0",
"@types/react": "17.0.2", "@types/react": "17.0.2",
"@types/react-dom": "17.0.0", "@types/react-dom": "17.0.1",
"@types/react-ga": "2.3.0", "@types/react-ga": "2.3.0",
"@types/react-router-dom": "5.1.7", "@types/react-router-dom": "5.1.7",
"axios": "0.21.1", "axios": "0.21.1",

View File

@ -2694,10 +2694,10 @@
dependencies: dependencies:
query-string "*" query-string "*"
"@types/react-dom@17.0.0": "@types/react-dom@17.0.1":
version "17.0.0" version "17.0.1"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.0.tgz#b3b691eb956c4b3401777ee67b900cb28415d95a" resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.1.tgz#d92d77d020bfb083e07cc8e0ac9f933599a4d56a"
integrity sha512-lUqY7OlkF/RbNtD5nIq7ot8NquXrdFrjSOR6+w9a9RFQevGi1oZO1dcJbXMeONAPKtZ2UrZOEJ5UOCVsxbLk/g== integrity sha512-yIVyopxQb8IDZ7SOHeTovurFq+fXiPICa+GV3gp0Xedsl+MwQlMLKmvrnEjFbQxjliH5YVAEWFh975eVNmKj7Q==
dependencies: dependencies:
"@types/react" "*" "@types/react" "*"