build(deps): update dependency @types/react-dom to v17.0.6 (#2056)
Co-authored-by: Renovate Bot <bot@renovateapp.com>pull/2060/head
parent
36d3695967
commit
baf0e764f9
|
@ -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.9",
|
"@types/react": "17.0.9",
|
||||||
"@types/react-dom": "17.0.5",
|
"@types/react-dom": "17.0.6",
|
||||||
"@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",
|
||||||
|
|
|
@ -2671,10 +2671,10 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
query-string "*"
|
query-string "*"
|
||||||
|
|
||||||
"@types/react-dom@17.0.5":
|
"@types/react-dom@17.0.6":
|
||||||
version "17.0.5"
|
version "17.0.6"
|
||||||
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.5.tgz#df44eed5b8d9e0b13bb0cd38e0ea6572a1231227"
|
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.6.tgz#c158325cf91b196270bc0f4af73463f149e7eafe"
|
||||||
integrity sha512-ikqukEhH4H9gr4iJCmQVNzTB307kROe3XFfHAOTxOXPOw7lAoEXnM5KWTkzeANGL5Ce6ABfiMl/zJBYNi7ObmQ==
|
integrity sha512-MGTI+TudxAnGTj8aco8mogaPSJGK2Whje7OZh1CxNLRyhJpTZg/pGQpIbCT0eCVFQyH7UFpdvCqQEThHIp/gsA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/react" "*"
|
"@types/react" "*"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue