File tree Expand file tree Collapse file tree 4 files changed +277
-276
lines changed Expand file tree Collapse file tree 4 files changed +277
-276
lines changed Original file line number Diff line number Diff line change 13
13
"react/no-unused-state" : " off" ,
14
14
"react/destructuring-assignment" : " off" ,
15
15
"react/prop-types" : " off" ,
16
+ "react/sort-comp" : " off" ,
16
17
"import/prefer-default-export" : " off"
17
18
}
18
19
}
Original file line number Diff line number Diff line change 9
9
"devDependencies" : {
10
10
"babel-loader" : " ^8.0.4" ,
11
11
"html-webpack-plugin" : " ^3.2.0" ,
12
- "webpack" : " ^4.23.1 " ,
13
- "webpack-cli" : " ^3.1.2 " ,
14
- "webpack-dev-server" : " ^3.1.10 "
12
+ "webpack" : " ^4.29.5 " ,
13
+ "webpack-cli" : " ^3.2.3 " ,
14
+ "webpack-dev-server" : " ^3.2.0 "
15
15
},
16
16
"dependencies" : {
17
- "moment" : " ^2.22.2 " ,
18
- "react" : " ^16.6.0 " ,
19
- "react-dom" : " ^16.6.0 "
17
+ "moment" : " ^2.24.0 " ,
18
+ "react" : " ^16.8.3 " ,
19
+ "react-dom" : " ^16.8.3 "
20
20
}
21
21
}
You can’t perform that action at this time.
0 commit comments