File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class WebpackTestConfig extends WebpackBaseConfig {
20
20
preLoaders : [
21
21
{
22
22
test : / \. ( j s | j s x ) $ / ,
23
- loader : 'isparta-instrumenter- loader' ,
23
+ loader : 'isparta-loader' ,
24
24
include : [
25
25
this . srcPathAbsolute
26
26
]
Original file line number Diff line number Diff line change 48
48
"babel-preset-es2015-native-modules" : " ^6.6.0" ,
49
49
"babel-preset-react" : " ^6.5.0" ,
50
50
"chai" : " ^3.5.0" ,
51
- "copyfiles" : " ^0.2.1 " ,
51
+ "copyfiles" : " ^1.0.0 " ,
52
52
"css-loader" : " ^0.23.1" ,
53
53
"enzyme" : " ^2.2.0" ,
54
54
"eslint" : " ^2.8.0" ,
57
57
"eslint-plugin-import" : " ^1.4.0" ,
58
58
"eslint-plugin-jsx-a11y" : " ^1.0.0" ,
59
59
"eslint-plugin-react" : " ^5.0.0" ,
60
- "file-loader" : " ^0.8.5 " ,
61
- "isparta-instrumenter- loader" : " ^1 .0.0" ,
62
- "karma" : " ^0.13.22 " ,
60
+ "file-loader" : " ^0.9.0 " ,
61
+ "isparta-loader" : " ^2 .0.0" ,
62
+ "karma" : " ^1.0.0 " ,
63
63
"karma-chai" : " ^0.1.0" ,
64
64
"karma-coverage" : " ^1.0.0" ,
65
65
"karma-junit-reporter" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments