chore:(deps): bump @types/react-dom from 17.0.9 to 17.0.10 in /explorer (#20846)

Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 17.0.9 to 17.0.10.
- [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-10-22 13:21:44 -04:00 committed by GitHub
parent 735016661b
commit 6196c80a3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -29,7 +29,7 @@
"@types/jest": "^27.0.2",
"@types/node": "^16.11.1",
"@types/react": "^17.0.31",
"@types/react-dom": "^17.0.9",
"@types/react-dom": "^17.0.10",
"@types/react-router-dom": "^5.3.1",
"@types/react-select": "^3.1.2",
"@types/socket.io-client": "^3.0.0",
@ -5085,9 +5085,9 @@
}
},
"node_modules/@types/react-dom": {
"version": "17.0.9",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.9.tgz",
"integrity": "sha512-wIvGxLfgpVDSAMH5utdL9Ngm5Owu0VsGmldro3ORLXV8CShrL8awVj06NuEXFQ5xyaYfdca7Sgbk/50Ri1GdPg==",
"version": "17.0.10",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.10.tgz",
"integrity": "sha512-8oz3NAUId2z/zQdFI09IMhQPNgIbiP8Lslhv39DIDamr846/0spjZK0vnrMak0iB8EKb9QFTTIdg2Wj2zH5a3g==",
"dependencies": {
"@types/react": "*"
}
@ -30162,9 +30162,9 @@
}
},
"@types/react-dom": {
"version": "17.0.9",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.9.tgz",
"integrity": "sha512-wIvGxLfgpVDSAMH5utdL9Ngm5Owu0VsGmldro3ORLXV8CShrL8awVj06NuEXFQ5xyaYfdca7Sgbk/50Ri1GdPg==",
"version": "17.0.10",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.10.tgz",
"integrity": "sha512-8oz3NAUId2z/zQdFI09IMhQPNgIbiP8Lslhv39DIDamr846/0spjZK0vnrMak0iB8EKb9QFTTIdg2Wj2zH5a3g==",
"requires": {
"@types/react": "*"
}

View File

@ -24,7 +24,7 @@
"@types/jest": "^27.0.2",
"@types/node": "^16.11.1",
"@types/react": "^17.0.31",
"@types/react-dom": "^17.0.9",
"@types/react-dom": "^17.0.10",
"@types/react-router-dom": "^5.3.1",
"@types/react-select": "^3.1.2",
"@types/socket.io-client": "^3.0.0",