Merge pull request #1460 from prymitive/renovate/react-16.x

fix(deps): update dependency @types/react to v16.9.22
This commit is contained in:
Łukasz Mierzwa
2020-02-21 20:34:57 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -5809,9 +5809,9 @@
}
},
"@types/react": {
"version": "16.9.21",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.21.tgz",
"integrity": "sha512-xpmenCMeBwJRct8vmIfczlgdOXWIWASoOM857kxKfHlVQvDltRh7IFRVfGws79iO2jkNPXOeWREyKoClzhBaQA==",
"version": "16.9.22",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.22.tgz",
"integrity": "sha512-7OSt4EGiLvy0h5R7X+r0c7S739TCU/LvWbkNOrm10lUwNHe7XPz5OLhLOSZeCkqO9JSCly1NkYJ7ODTUqVnHJQ==",
"requires": {
"@types/prop-types": "*",
"csstype": "^2.2.0"

View File

@@ -13,7 +13,7 @@
"@sentry/browser": "5.12.4",
"@types/jest": "25.1.3",
"@types/node": "12.12.21",
"@types/react": "16.9.21",
"@types/react": "16.9.22",
"@types/react-dom": "16.9.5",
"body-scroll-lock": "2.6.4",
"bootstrap": "4.4.1",