Greenkeeper/@types/react 16.9.17 (#745)
Summary: Close https://github.com/facebook/flipper/issues/669 Pull Request resolved: https://github.com/facebook/flipper/pull/745 Reviewed By: mweststrate Differential Revision: D19408457 Pulled By: passy fbshipit-source-id: 2cf380b48d80e719a36c6f9ea8c10410185eebb1
This commit is contained in:
committed by
Facebook Github Bot
parent
03c1bcad11
commit
d1ec9797bf
@@ -44,8 +44,8 @@
|
||||
"resolutions": {
|
||||
"@jest-runner/electron/electron": "7.1.2",
|
||||
"adbkit/adbkit-logcat": "2",
|
||||
"@types/react": "16.9.15",
|
||||
"@types/react-dom": "^16.9.4"
|
||||
"@types/react": "16.9.17",
|
||||
"@types/react-dom": "16.9.4"
|
||||
},
|
||||
"jest": {
|
||||
"transform": {
|
||||
@@ -73,7 +73,7 @@
|
||||
"@types/lodash.debounce": "^4.0.6",
|
||||
"@types/lodash.isequal": "^4.5.5",
|
||||
"@types/node": "^12.12.20",
|
||||
"@types/react": "^16.9.15",
|
||||
"@types/react": "^16.9.17",
|
||||
"@types/react-dom": "^16.9.4",
|
||||
"@types/react-redux": "^7.1.5",
|
||||
"@types/react-virtualized-auto-sizer": "^1.0.0",
|
||||
|
||||
@@ -17,6 +17,6 @@
|
||||
"@types/recharts": "1.7.1"
|
||||
},
|
||||
"resolutions": {
|
||||
"@types/react": "16.9.15"
|
||||
"@types/react": "16.9.17"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -33,10 +33,10 @@
|
||||
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7"
|
||||
integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==
|
||||
|
||||
"@types/react@*", "@types/react@16.9.15":
|
||||
version "16.9.15"
|
||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.15.tgz#aeabb7a50f96c9e31a16079ada20ede9ed602977"
|
||||
integrity sha512-WsmM1b6xQn1tG3X2Hx4F3bZwc2E82pJXt5OPs2YJgg71IzvUoKOSSSYOvLXYCg1ttipM+UuA4Lj3sfvqjVxyZw==
|
||||
"@types/react@*", "@types/react@16.9.17":
|
||||
version "16.9.17"
|
||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.17.tgz#58f0cc0e9ec2425d1441dd7b623421a867aa253e"
|
||||
integrity sha512-UP27In4fp4sWF5JgyV6pwVPAQM83Fj76JOcg02X5BZcpSu5Wx+fP9RMqc2v0ssBoQIFvD5JdKY41gjJJKmw6Bg==
|
||||
dependencies:
|
||||
"@types/prop-types" "*"
|
||||
csstype "^2.2.0"
|
||||
|
||||
10
yarn.lock
10
yarn.lock
@@ -1357,7 +1357,7 @@
|
||||
dependencies:
|
||||
"@types/react" "*"
|
||||
|
||||
"@types/react-dom@*", "@types/react-dom@^16.9.4":
|
||||
"@types/react-dom@*", "@types/react-dom@16.9.4", "@types/react-dom@^16.9.4":
|
||||
version "16.9.4"
|
||||
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.4.tgz#0b58df09a60961dcb77f62d4f1832427513420df"
|
||||
integrity sha512-fya9xteU/n90tda0s+FtN5Ym4tbgxpq/hb/Af24dvs6uYnYn+fspaxw5USlw0R8apDNwxsqumdRoCoKitckQqw==
|
||||
@@ -1410,10 +1410,10 @@
|
||||
dependencies:
|
||||
"@types/react" "*"
|
||||
|
||||
"@types/react@*", "@types/react@16.9.15", "@types/react@^16.9.15":
|
||||
version "16.9.15"
|
||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.15.tgz#aeabb7a50f96c9e31a16079ada20ede9ed602977"
|
||||
integrity sha512-WsmM1b6xQn1tG3X2Hx4F3bZwc2E82pJXt5OPs2YJgg71IzvUoKOSSSYOvLXYCg1ttipM+UuA4Lj3sfvqjVxyZw==
|
||||
"@types/react@*", "@types/react@16.9.17", "@types/react@^16.9.17":
|
||||
version "16.9.17"
|
||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.17.tgz#58f0cc0e9ec2425d1441dd7b623421a867aa253e"
|
||||
integrity sha512-UP27In4fp4sWF5JgyV6pwVPAQM83Fj76JOcg02X5BZcpSu5Wx+fP9RMqc2v0ssBoQIFvD5JdKY41gjJJKmw6Bg==
|
||||
dependencies:
|
||||
"@types/prop-types" "*"
|
||||
csstype "^2.2.0"
|
||||
|
||||
Reference in New Issue
Block a user