Merge pull request #1176 from prymitive/renovate/react-16.9.x

fix(deps): update dependency @types/react to v16.9.12
This commit is contained in:
Łukasz Mierzwa
2019-11-22 18:20:14 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -2984,9 +2984,9 @@
}
},
"@types/react": {
"version": "16.9.11",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.11.tgz",
"integrity": "sha512-UBT4GZ3PokTXSWmdgC/GeCGEJXE5ofWyibCcecRLUVN2ZBpXQGVgQGtG2foS7CrTKFKlQVVswLvf7Js6XA/CVQ==",
"version": "16.9.12",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.12.tgz",
"integrity": "sha512-tc2xuDvJ8uhGmRg/WVpn2IltHoGqijmxntSNkl2tgbMH2boX78ptcAWdyXPgxD0FoaYw8CczUdvjD1G8Y0JtSw==",
"requires": {
"@types/prop-types": "*",
"csstype": "^2.2.0"

View File

@@ -12,7 +12,7 @@
"@sentry/browser": "5.9.1",
"@types/jest": "24.0.23",
"@types/node": "12.12.11",
"@types/react": "16.9.11",
"@types/react": "16.9.12",
"@types/react-dom": "16.9.4",
"body-scroll-lock": "2.6.4",
"bootstrap": "4.3.1",