chore:(deps): bump @types/react-dom from 17.0.5 to 17.0.6 in /explorer (#17710)

Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 17.0.5 to 17.0.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@types/react-dom"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-06-03 09:40:51 +00:00 committed by GitHub
parent 0b0b9d91a8
commit 7f0349b295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -3424,9 +3424,9 @@
}
},
"@types/react-dom": {
"version": "17.0.5",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.5.tgz",
"integrity": "sha512-ikqukEhH4H9gr4iJCmQVNzTB307kROe3XFfHAOTxOXPOw7lAoEXnM5KWTkzeANGL5Ce6ABfiMl/zJBYNi7ObmQ==",
"version": "17.0.6",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.6.tgz",
"integrity": "sha512-MGTI+TudxAnGTj8aco8mogaPSJGK2Whje7OZh1CxNLRyhJpTZg/pGQpIbCT0eCVFQyH7UFpdvCqQEThHIp/gsA==",
"requires": {
"@types/react": "*"
}

View File

@ -21,7 +21,7 @@
"@types/jest": "^26.0.23",
"@types/node": "^15.9.0",
"@types/react": "^17.0.9",
"@types/react-dom": "^17.0.5",
"@types/react-dom": "^17.0.6",
"@types/react-router-dom": "^5.1.7",
"@types/react-select": "^3.1.2",
"@types/socket.io-client": "^3.0.0",