File tree 2 files changed +13
-11
lines changed
2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "stage" : 0 ,
3
- "loose" : " all" ,
4
- "plugins" : [
5
- " dev-expression"
6
- ]
2
+ "presets" : [" react" , " es2015" ],
3
+ "plugins" : [ " syntax-object-rest-spread" , " syntax-class-properties" ],
4
+ "ignore" : [" node_modules" ]
7
5
}
Original file line number Diff line number Diff line change 38
38
"history" : " ^1.12.0"
39
39
},
40
40
"devDependencies" : {
41
- "babel" : " ^5.4.7 " ,
42
- "babel-core" : " ^5.4.7 " ,
43
- "babel-eslint" : " ^3 .1.23 " ,
44
- "babel-loader" : " ^5.0 .0" ,
41
+ "babel" : " ^6.1.18 " ,
42
+ "babel-core" : " ^6.1.20 " ,
43
+ "babel-eslint" : " ^4 .1.5 " ,
44
+ "babel-loader" : " ^6.1 .0" ,
45
45
"babel-plugin-dev-expression" : " ^0.1.0" ,
46
+ "babel-plugin-syntax-object-rest-spread" : " ^6.1.18" ,
47
+ "babel-preset-es2015" : " ^6.1.18" ,
48
+ "babel-preset-react" : " ^6.1.18" ,
49
+ "babel-preset-stage-0" : " ^6.1.18" ,
46
50
"bundle-loader" : " ^0.5.2" ,
47
51
"codecov.io" : " ^0.1.6" ,
48
52
"coveralls" : " ^2.11.4" ,
49
53
"css-loader" : " ^0.19.0" ,
50
54
"eslint" : " ^1.7.3" ,
51
- "eslint-config-rackt" : " ^1.1.0 " ,
52
- "eslint-plugin-react" : " ^3.6.3 " ,
55
+ "eslint-config-rackt" : " ^1.1.1 " ,
56
+ "eslint-plugin-react" : " ^3.8.0 " ,
53
57
"expect" : " ^1.12.0" ,
54
58
"express" : " ^4.13.3" ,
55
59
"express-urlrewrite" : " ^1.2.0" ,
You can’t perform that action at this time.
0 commit comments