chore(deps-dev): bump @types/react-dom from 17.0.0 to 17.0.1

Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 17.0.0 to 17.0.1.
- [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>
This commit is contained in:
dependabot-preview[bot]
2021-02-15 05:20:42 +00:00
committed by GitHub
parent aba4e15f0e
commit f47c753d50
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -3033,9 +3033,9 @@
}
},
"@types/react-dom": {
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.0.tgz",
"integrity": "sha512-lUqY7OlkF/RbNtD5nIq7ot8NquXrdFrjSOR6+w9a9RFQevGi1oZO1dcJbXMeONAPKtZ2UrZOEJ5UOCVsxbLk/g==",
"version": "17.0.1",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.1.tgz",
"integrity": "sha512-yIVyopxQb8IDZ7SOHeTovurFq+fXiPICa+GV3gp0Xedsl+MwQlMLKmvrnEjFbQxjliH5YVAEWFh975eVNmKj7Q==",
"dev": true,
"requires": {
"@types/react": "*"
+1 -1
View File
@@ -51,7 +51,7 @@
"@types/classnames": "^2.2.11",
"@types/d3": "^6.3.0",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.0",
"@types/react-dom": "^17.0.1",
"@types/resize-observer-browser": "^0.1.5",
"autoprefixer": "^10.2.4",
"babel-preset-react-app": "^10.0.0",