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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
pull/2164/head
renovate[bot] 2021-07-08 08:11:13 +10:00 committed by GitHub
parent f081c6fe82
commit 9059005d0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,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.13", "@types/react": "17.0.13",
"@types/react-dom": "17.0.8", "@types/react-dom": "17.0.9",
"@types/react-ga": "2.3.0", "@types/react-ga": "2.3.0",
"@types/react-router-dom": "5.1.8", "@types/react-router-dom": "5.1.8",
"axios": "0.21.1", "axios": "0.21.1",

View File

@ -2671,10 +2671,10 @@
dependencies: dependencies:
query-string "*" query-string "*"
"@types/react-dom@17.0.8": "@types/react-dom@17.0.9":
version "17.0.8" version "17.0.9"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.8.tgz#3180de6d79bf53762001ad854e3ce49f36dd71fc" resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.9.tgz#441a981da9d7be117042e1a6fd3dac4b30f55add"
integrity sha512-0ohAiJAx1DAUEcY9UopnfwCE9sSMDGnY/oXjWMax6g3RpzmTt2GMyMVAXcbn0mo8XAff0SbQJl2/SBU+hjSZ1A== integrity sha512-wIvGxLfgpVDSAMH5utdL9Ngm5Owu0VsGmldro3ORLXV8CShrL8awVj06NuEXFQ5xyaYfdca7Sgbk/50Ri1GdPg==
dependencies: dependencies:
"@types/react" "*" "@types/react" "*"