File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 65
65
"eslint" : " ^6.0.1" ,
66
66
"eslint-config-react" : " 1.1.7" ,
67
67
"eslint-loader" : " 2.1.2" ,
68
- "eslint-plugin-react" : " ^7.13.0 " ,
68
+ "eslint-plugin-react" : " ^7.14.2 " ,
69
69
"html-webpack-plugin" : " 3.2.0" ,
70
70
"jest" : " ^24.8.0" ,
71
71
"jest-styled-components" : " ^6.3.3" ,
Original file line number Diff line number Diff line change @@ -5127,16 +5127,18 @@ eslint-loader@2.1.2:
5127
5127
object-hash "^1.1.4"
5128
5128
rimraf "^2.6.1"
5129
5129
5130
- eslint-plugin-react@^7.13.0 :
5131
- version "7.13.0 "
5132
- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.13.0 .tgz#bc13fd7101de67996ea51b33873cd9dc2b7e5758 "
5133
- integrity sha512-uA5LrHylu8lW/eAH3bEQe9YdzpPaFd9yAJTwTi/i/BKTD7j6aQMKVAdGM/ML72zD6womuSK7EiGtMKuK06lWjQ ==
5130
+ eslint-plugin-react@^7.14.2 :
5131
+ version "7.14.2 "
5132
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.14.2 .tgz#94c193cc77a899ac0ecbb2766fbef88685b7ecc1 "
5133
+ integrity sha512-jZdnKe3ip7FQOdjxks9XPN0pjUKZYq48OggNMd16Sk+8VXx6JOvXmlElxROCgp7tiUsTsze3jd78s/9AFJP2mA ==
5134
5134
dependencies:
5135
5135
array-includes "^3.0.3"
5136
5136
doctrine "^2.1.0"
5137
5137
has "^1.0.3"
5138
5138
jsx-ast-utils "^2.1.0"
5139
+ object.entries "^1.1.0"
5139
5140
object.fromentries "^2.0.0"
5141
+ object.values "^1.1.0"
5140
5142
prop-types "^15.7.2"
5141
5143
resolve "^1.10.1"
5142
5144
You can’t perform that action at this time.
0 commit comments