This repository was archived by the owner on Oct 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 2727 "object.values" : " ^1.0.3"
2828 },
2929 "devDependencies" : {
30- "babel-cli" : " ^6.10.1 " ,
31- "babel-preset-airbnb" : " ^2.0.0 " ,
32- "body-parser" : " ^1.15.1 " ,
30+ "babel-cli" : " ^6.18.0 " ,
31+ "babel-preset-airbnb" : " ^2.1.1 " ,
32+ "body-parser" : " ^1.15.2 " ,
3333 "chai" : " ^3.5.0" ,
34- "eslint" : " ^2.12.0 " ,
35- "eslint-config-airbnb" : " ^9 .0.1 " ,
36- "eslint-plugin-import" : " ^1.8.1 " ,
37- "eslint-plugin-jsx-a11y" : " ^1.4 .2" ,
38- "eslint-plugin-react" : " ^5.1.1 " ,
39- "express" : " ^4.13.4 " ,
40- "istanbul" : " ^0.4.3 " ,
41- "mocha" : " ^2.5.3 " ,
42- "sinon" : " ^1.17.4 "
34+ "eslint" : " ^3.13.1 " ,
35+ "eslint-config-airbnb" : " ^14 .0.0 " ,
36+ "eslint-plugin-import" : " ^2.2.0 " ,
37+ "eslint-plugin-jsx-a11y" : " ^3.0 .2" ,
38+ "eslint-plugin-react" : " ^6.9.0 " ,
39+ "express" : " ^4.14.0 " ,
40+ "istanbul" : " ^0.4.5 " ,
41+ "mocha" : " ^3.2.0 " ,
42+ "sinon" : " ^1.17.7 "
4343 },
4444 "engines" : {
4545 "node" : " >= 0.10"
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ class Renderer {
7272 data = this . pluginReduce (
7373 'getViewData' ,
7474 ( plugin , newData ) => plugin ( name , newData ) ,
75- jobs [ name ]
75+ jobs [ name ] ,
7676 ) ;
7777 } catch ( err ) {
7878 // let the plugins know about the error but we intentionally
@@ -95,7 +95,7 @@ class Renderer {
9595 const jobsHash = this . pluginReduce (
9696 'prepareRequest' ,
9797 ( plugin , next ) => plugin ( next , jobs ) ,
98- jobs
98+ jobs ,
9999 ) ;
100100
101101 // should we actually fire off a request?
You can’t perform that action at this time.
0 commit comments