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

fix(deps): update dependency @types/react to v16.9.11
This commit is contained in:
Łukasz Mierzwa
2019-10-25 10:28:19 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -2858,9 +2858,9 @@
}
},
"@types/react": {
"version": "16.9.10",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.10.tgz",
"integrity": "sha512-J1sinqwBCzazC+DOmbwRc96pNf0KBOVkefV5DVfLX9qiHdltfFH2BUqc36UYcYSU5tIrZtaaVMAx4JwOq5/Q/g==",
"version": "16.9.11",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.11.tgz",
"integrity": "sha512-UBT4GZ3PokTXSWmdgC/GeCGEJXE5ofWyibCcecRLUVN2ZBpXQGVgQGtG2foS7CrTKFKlQVVswLvf7Js6XA/CVQ==",
"requires": {
"@types/prop-types": "*",
"csstype": "^2.2.0"

View File

@@ -12,7 +12,7 @@
"@sentry/browser": "5.7.1",
"@types/jest": "24.0.19",
"@types/node": "12.11.7",
"@types/react": "16.9.10",
"@types/react": "16.9.11",
"@types/react-dom": "16.9.2",
"body-scroll-lock": "2.6.4",
"bootstrap": "4.3.1",