File tree Expand file tree Collapse file tree 3 files changed +176
-256
lines changed Expand file tree Collapse file tree 3 files changed +176
-256
lines changed Original file line number Diff line number Diff line change @@ -888,6 +888,7 @@ class Compilation extends Tapable {
888
888
// leaking the Compilation object.
889
889
890
890
if ( err ) {
891
+ // eslint-disable-next-line no-self-assign
891
892
err . stack = err . stack ;
892
893
return callback ( err ) ;
893
894
}
Original file line number Diff line number Diff line change 43
43
"coveralls" : " ^2.11.2" ,
44
44
"css-loader" : " ^0.28.3" ,
45
45
"es6-promise-polyfill" : " ^1.1.1" ,
46
- "eslint" : " ^4.19.1 " ,
46
+ "eslint" : " ^5.1.0 " ,
47
47
"eslint-config-prettier" : " ^2.9.0" ,
48
48
"eslint-plugin-jest" : " ^21.17.0" ,
49
49
"eslint-plugin-node" : " ^6.0.1" ,
50
- "eslint-plugin-prettier" : " ^2.6.0 " ,
50
+ "eslint-plugin-prettier" : " ^2.6.2 " ,
51
51
"express" : " ~4.13.1" ,
52
52
"file-loader" : " ^1.1.6" ,
53
53
"glob" : " ^7.1.2" ,
61
61
"json-loader" : " ^0.5.7" ,
62
62
"less" : " ^2.5.1" ,
63
63
"less-loader" : " ^4.0.3" ,
64
- "lint-staged" : " ^7.1 .0" ,
64
+ "lint-staged" : " ^7.2 .0" ,
65
65
"lodash" : " ^4.17.4" ,
66
- "prettier" : " ^1.13.5 " ,
66
+ "prettier" : " ^1.13.7 " ,
67
67
"pug" : " ^2.0.3" ,
68
68
"pug-loader" : " ^2.4.0" ,
69
69
"raw-loader" : " ~0.5.0" ,
You can’t perform that action at this time.
0 commit comments