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

This commit is contained in:
Renovate Bot
2020-08-10 14:41:21 +00:00
committed by Łukasz Mierzwa
parent e563fc5f4b
commit f9af336fb9
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -3514,9 +3514,9 @@
}
},
"@types/react": {
"version": "16.9.45",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.45.tgz",
"integrity": "sha512-vv950slTF5UZ5eDOf13b8qC1SD4rTvkqg3HfaUKzr17U97oeJZAa+dUaIHn0QoOJflNTIt6Pem9MmapULs9dkA==",
"version": "16.9.46",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.46.tgz",
"integrity": "sha512-dbHzO3aAq1lB3jRQuNpuZ/mnu+CdD3H0WVaaBQA8LTT3S33xhVBUj232T8M3tAhSWJs/D/UqORYUlJNl/8VQZg==",
"requires": {
"@types/prop-types": "*",
"csstype": "^3.0.2"

View File

@@ -24,7 +24,7 @@
"@types/lodash.uniqueid": "4.0.6",
"@types/promise-retry": "1.1.3",
"@types/qs": "6.9.4",
"@types/react": "16.9.45",
"@types/react": "16.9.46",
"@types/react-autosuggest": "9.3.14",
"@types/react-dom": "16.9.8",
"@types/react-highlighter": "0.3.4",