fix(deps): update dependency @types/react-dom to v17.0.1 (#2765)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-02-12 22:02:57 +00:00
committed by GitHub
co-authored by Renovate Bot
parent 1d9b6bb6a8
commit 80773aca0b
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -4533,9 +4533,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==",
"requires": {
"@types/react": "*"
}
+1 -1
View File
@@ -29,7 +29,7 @@
"@types/qs": "6.9.5",
"@types/react": "17.0.2",
"@types/react-autosuggest": "10.1.1",
"@types/react-dom": "17.0.0",
"@types/react-dom": "17.0.1",
"@types/react-js-pagination": "3.0.3",
"@types/react-select": "4.0.13",
"@typescript-eslint/eslint-plugin": "4.15.0",