File tree 3 files changed +1016
-1460
lines changed
3 files changed +1016
-1460
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "presets" : [
3
+ " env" ,
4
+ " react" ,
5
+ " stage-0"
6
+ ],
7
+ "plugins" : [
8
+ " transform-class-properties" ,
9
+ " transform-decorators" ,
10
+ " transform-react-constant-elements" ,
11
+ " transform-react-inline-elements"
12
+ ]
13
+ }
Original file line number Diff line number Diff line change 37
37
"babel-loader" : " ^7.1.4" ,
38
38
"babel-preset-react" : " ^6.24.1" ,
39
39
"babel-preset-stage-0" : " ^6.24.1" ,
40
- "husky" : " ^0.14.3 " ,
41
- "lint-staged" : " ^7.1.3 " ,
40
+ "husky" : " ^2.7.0 " ,
41
+ "lint-staged" : " ^8.2.1 " ,
42
42
"prettier" : " ^1.13.3" ,
43
43
"prop-types" : " ^15.6.1" ,
44
- "react" : " ^16.4.2 " ,
45
- "react-dom" : " ^16.4.2 " ,
44
+ "react" : " ^16.8.6 " ,
45
+ "react-dom" : " ^16.8.6 " ,
46
46
"react-highlight" : " ^0.12.0" ,
47
47
"react-mt-svg-lines" : " ^0.8.4" ,
48
- "webpack" : " ^4.10 .2" ,
49
- "webpack-cli" : " ^2.1.4 "
48
+ "webpack" : " ^4.35 .2" ,
49
+ "webpack-cli" : " ^3.3.5 "
50
50
},
51
51
"peerDependencies" : {
52
52
"react" : " ^16.0.0" ,
You can’t perform that action at this time.
0 commit comments