fix(deps): update dependency @types/react to v16.9.51

This commit is contained in:
Renovate Bot
2020-10-05 18:28:14 +00:00
committed by Łukasz Mierzwa
parent aa4a0e9dac
commit c9a5aa6223
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -3847,9 +3847,9 @@
}
},
"@types/react": {
"version": "16.9.50",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.50.tgz",
"integrity": "sha512-kPx5YsNnKDJejTk1P+lqThwxN2PczrocwsvqXnjvVvKpFescoY62ZiM3TV7dH1T8lFhlHZF+PE5xUyimUwqEGA==",
"version": "16.9.51",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.51.tgz",
"integrity": "sha512-lQa12IyO+DMlnSZ3+AGHRUiUcpK47aakMMoBG8f7HGxJT8Yfe+WE128HIXaHOHVPReAW0oDS3KAI0JI2DDe1PQ==",
"requires": {
"@types/prop-types": "*",
"csstype": "^3.0.2"

View File

@@ -25,7 +25,7 @@
"@types/node": "14.11.2",
"@types/promise-retry": "1.1.3",
"@types/qs": "6.9.5",
"@types/react": "16.9.50",
"@types/react": "16.9.51",
"@types/react-autosuggest": "10.0.0",
"@types/react-dom": "16.9.8",
"@types/react-highlighter": "0.3.4",