mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
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:
6
ui/package-lock.json
generated
6
ui/package-lock.json
generated
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user