Authored by ccbikai

升级依赖

... ... @@ -33,11 +33,11 @@
"dependencies": {
"bluebird": "^3.4.0",
"body-parser": "^1.15.0",
"cookie-parser": "^1.4.1",
"cookie-parser": "^1.4.3",
"express": "^4.13.1",
"express-handlebars": "^3.0.0",
"influxdb-winston": "^1.0.1",
"lodash": "^4.12.0",
"lodash": "^4.13.1",
"md5": "^2.1.0",
"memcached": "^2.2.1",
"moment": "^2.13.0",
... ... @@ -49,16 +49,16 @@
"serve-favicon": "^2.3.0",
"uuid": "^2.0.2",
"winston": "^2.2.0",
"winston-daily-rotate-file": "^1.0.1",
"winston-daily-rotate-file": "^1.1.3",
"yoho-connect-memcached": "^1.0.3",
"yoho-express-session": "^1.0.3"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"ava": "^0.14.0",
"ava": "^0.15.2",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.9.0",
"eslint": "^2.10.2",
"eslint": "^2.12.0",
"eslint-config-yoho": "^1.0.1",
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.2",
... ... @@ -68,15 +68,15 @@
"gulp-util": "^3.0.7",
"husky": "^0.11.4",
"nodemon": "1.9.2",
"nyc": "^6.4.3",
"nyc": "^6.4.4",
"postcss-assets": "^4.0.1",
"postcss-cachebuster": "^0.1.2",
"postcss-cachebuster": "^0.1.3",
"postcss-calc": "^5.2.1",
"postcss-center": "^1.0.0",
"postcss-clearfix": "^1.0.0",
"postcss-crip": "^2.0.0",
"postcss-opacity": "^3.0.0",
"postcss-position": "^0.4.0",
"postcss-position": "^0.5.0",
"postcss-pxtorem": "^3.3.1",
"postcss-short": "^1.4.0",
"postcss-sprites": "^3.1.2",
... ... @@ -84,18 +84,18 @@
"precss": "^1.4.0",
"rewire": "^2.5.1",
"shelljs": "^0.7.0",
"stylelint": "^6.4.1",
"stylelint": "^6.5.1",
"stylelint-config-yoho": "^1.2.3",
"webpack": "^1.13.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"webpack-stream": "^3.1.0",
"yoho-fastclick": "^1.0.6",
"yoho-hammer": "^2.0.7",
"yoho-handlebars": "^4.0.5",
"yoho-iscroll": "0.0.2",
"yoho-iscroll": "^5.2.0",
"yoho-jquery": "^2.2.4",
"yoho-jquery-lazyload": "^1.9.7",
"yoho-mlellipsis": "0.0.2",
"yoho-mlellipsis": "0.0.3",
"yoho-swiper": "^3.3.1"
}
}
... ...
... ... @@ -86,7 +86,7 @@ function ajaxHtml() {
bannerLen = $('.avatar-0 .swiper-slide').length;
setTimeout(function() {
setIndexAction();
setIndexAction(); // eslint-disable-line
}, 100);
},
... ...