File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 38
38
},
39
39
"devDependencies" : {
40
40
"babel-cli" : " ^6.18.0" ,
41
- "babel-core" : " ^6.18.2 " ,
42
- "babel-loader" : " ^6.2.8 " ,
43
- "babel-polyfill" : " ^6.16 .0" ,
41
+ "babel-core" : " ^6.20.0 " ,
42
+ "babel-loader" : " ^6.2.9 " ,
43
+ "babel-polyfill" : " ^6.20 .0" ,
44
44
"babel-preset-es2015" : " ^6.18.0" ,
45
45
"babel-preset-power-assert" : " ^1.0.0" ,
46
46
"babel-preset-react" : " ^6.16.0" ,
56
56
"karma-sinon" : " ^1.0.5" ,
57
57
"karma-webpack" : " ^1.8.0" ,
58
58
"mocha" : " ^3.2.0" ,
59
- "phantomjs-prebuilt" : " ^2.1.13 " ,
59
+ "phantomjs-prebuilt" : " ^2.1.14 " ,
60
60
"power-assert" : " ^1.4.2" ,
61
61
"react" : " ^15.4.1" ,
62
62
"react-addons-test-utils" : " ^15.4.1" ,
66
66
"redux-logger" : " ^2.7.4" ,
67
67
"rimraf" : " ^2.5.4" ,
68
68
"sinon" : " ^1.17.6" ,
69
- "webpack" : " ^1.13.3 " ,
69
+ "webpack" : " ^1.14.0 " ,
70
70
"webpack-dev-server" : " ^1.16.2"
71
71
}
72
72
}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ var config = {
7
7
module : {
8
8
loaders : [ {
9
9
test : / \. j s $ / ,
10
- loader : 'babel' ,
10
+ loader : 'babel-loader ' ,
11
11
exclude : / n o d e _ m o d u l e s / ,
12
12
} ] ,
13
13
} ,
You can’t perform that action at this time.
0 commit comments