fix(deps): update dependency @types/react-dom to v16.9.9

This commit is contained in:
Renovate Bot
2020-10-27 21:16:45 +00:00
committed by Łukasz Mierzwa
parent af9606ecca
commit 6b81ddaf28
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -3904,9 +3904,9 @@
}
},
"@types/react-dom": {
"version": "16.9.8",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.8.tgz",
"integrity": "sha512-ykkPQ+5nFknnlU6lDd947WbQ6TE3NNzbQAkInC2EKY1qeYdTKp7onFusmYZb+ityzx2YviqT6BXSu+LyWWJwcA==",
"version": "16.9.9",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.9.tgz",
"integrity": "sha512-jE16FNWO3Logq/Lf+yvEAjKzhpST/Eac8EMd1i4dgZdMczfgqC8EjpxwNgEe3SExHYLliabXDh9DEhhqnlXJhg==",
"requires": {
"@types/react": "*"
}

View File

@@ -27,7 +27,7 @@
"@types/qs": "6.9.5",
"@types/react": "16.9.54",
"@types/react-autosuggest": "10.0.1",
"@types/react-dom": "16.9.8",
"@types/react-dom": "16.9.9",
"@types/react-highlighter": "0.3.4",
"@types/react-js-pagination": "3.0.3",
"@types/react-select": "3.0.22",