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

This commit is contained in:
Renovate Bot
2020-11-20 13:55:34 +00:00
committed by renovate[bot]
parent e47315b28e
commit bed69c10e1
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -3459,9 +3459,9 @@
}
},
"@types/react": {
"version": "16.9.56",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.56.tgz",
"integrity": "sha512-gIkl4J44G/qxbuC6r2Xh+D3CGZpJ+NdWTItAPmZbR5mUS+JQ8Zvzpl0ea5qT/ZT3ZNTUcDKUVqV3xBE8wv/DyQ==",
"version": "16.14.0",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.0.tgz",
"integrity": "sha512-jJjHo1uOe+NENRIBvF46tJimUvPnmbQ41Ax0pEm7pRvhPg+wuj8VMOHHiMvaGmZRzRrCtm7KnL5OOE/6kHPK8w==",
"requires": {
"@types/prop-types": "*",
"csstype": "^3.0.2"

View File

@@ -24,7 +24,7 @@
"@types/node": "14.14.9",
"@types/promise-retry": "1.1.3",
"@types/qs": "6.9.5",
"@types/react": "16.9.56",
"@types/react": "16.14.0",
"@types/react-autosuggest": "10.0.1",
"@types/react-dom": "16.9.9",
"@types/react-highlighter": "0.3.4",