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

This commit is contained in:
Renovate Bot
2020-10-02 09:17:36 +00:00
committed by Łukasz Mierzwa
parent d06eb47566
commit c4a6856fb9
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -3849,9 +3849,9 @@
}
},
"@types/react": {
"version": "16.9.49",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.49.tgz",
"integrity": "sha512-DtLFjSj0OYAdVLBbyjhuV9CdGVHCkHn2R+xr3XkBvK2rS1Y1tkc14XSGjYgm5Fjjr90AxH9tiSzc1pCFMGO06g==",
"version": "16.9.50",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.50.tgz",
"integrity": "sha512-kPx5YsNnKDJejTk1P+lqThwxN2PczrocwsvqXnjvVvKpFescoY62ZiM3TV7dH1T8lFhlHZF+PE5xUyimUwqEGA==",
"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.49",
"@types/react": "16.9.50",
"@types/react-autosuggest": "10.0.0",
"@types/react-dom": "16.9.8",
"@types/react-highlighter": "0.3.4",