Bump @types/react-dom from 16.9.9 to 17.0.0 (#2400)

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

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-11-23 10:42:40 +01:00 committed by GitHub
parent 5f7d48e551
commit a6292a789e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -3599,9 +3599,9 @@
} }
}, },
"@types/react-dom": { "@types/react-dom": {
"version": "16.9.9", "version": "17.0.0",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.9.tgz", "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.0.tgz",
"integrity": "sha512-jE16FNWO3Logq/Lf+yvEAjKzhpST/Eac8EMd1i4dgZdMczfgqC8EjpxwNgEe3SExHYLliabXDh9DEhhqnlXJhg==", "integrity": "sha512-lUqY7OlkF/RbNtD5nIq7ot8NquXrdFrjSOR6+w9a9RFQevGi1oZO1dcJbXMeONAPKtZ2UrZOEJ5UOCVsxbLk/g==",
"requires": { "requires": {
"@types/react": "*" "@types/react": "*"
} }

View File

@ -26,7 +26,7 @@
"@types/jest": "26.0.15", "@types/jest": "26.0.15",
"@types/nanoid": "2.1.0", "@types/nanoid": "2.1.0",
"@types/react": "16.9.56", "@types/react": "16.9.56",
"@types/react-dom": "16.9.9", "@types/react-dom": "17.0.0",
"@types/socket.io-client": "1.4.34", "@types/socket.io-client": "1.4.34",
"browser-nativefs": "0.11.0", "browser-nativefs": "0.11.0",
"clsx": "1.1.1", "clsx": "1.1.1",