Authored by 毕凯

升级依赖

@@ -19,6 +19,16 @@ module.exports = { @@ -19,6 +19,16 @@ module.exports = {
19 service: 'http://devservice.yoho.cn:58077/', 19 service: 'http://devservice.yoho.cn:58077/',
20 search: 'http://192.168.102.216:8080/yohosearch/' 20 search: 'http://192.168.102.216:8080/yohosearch/'
21 }, 21 },
  22 + subDomains: {
  23 + host: '.yohobuy.com',
  24 + default: '//yohobuy.com',
  25 + guang: '//guang.yohobuy.com',
  26 + list: '//list.yohobuy.com',
  27 + search: '//search.yohobuy.com',
  28 + huodong: '//huodong.yohobuy.com',
  29 + activity: '//activity.yohobuy.com',
  30 + index: '//yohobuy.com'
  31 + },
22 useOneapm: false, 32 useOneapm: false,
23 useCache: false, 33 useCache: false,
24 memcache: { 34 memcache: {
@@ -38,12 +38,12 @@ @@ -38,12 +38,12 @@
38 "cookie-parser": "^1.4.3", 38 "cookie-parser": "^1.4.3",
39 "express": "^4.13.1", 39 "express": "^4.13.1",
40 "express-handlebars": "^3.0.0", 40 "express-handlebars": "^3.0.0",
41 - "express-session": "^1.13.0", 41 + "express-session": "^1.14.0",
42 "influxdb-winston": "^1.0.1", 42 "influxdb-winston": "^1.0.1",
43 "lodash": "^4.13.1", 43 "lodash": "^4.13.1",
44 "md5": "^2.1.0", 44 "md5": "^2.1.0",
45 "memcached": "^2.2.2", 45 "memcached": "^2.2.2",
46 - "moment": "^2.13.0", 46 + "moment": "^2.14.1",
47 "morgan": "^1.7.0", 47 "morgan": "^1.7.0",
48 "oneapm": "^1.2.20", 48 "oneapm": "^1.2.20",
49 "passport": "^0.3.2", 49 "passport": "^0.3.2",
@@ -59,15 +59,15 @@ @@ -59,15 +59,15 @@
59 "uuid": "^2.0.2", 59 "uuid": "^2.0.2",
60 "winston": "^2.2.0", 60 "winston": "^2.2.0",
61 "winston-daily-rotate-file": "^1.1.4", 61 "winston-daily-rotate-file": "^1.1.4",
62 - "yoho-node-lib": "0.0.11" 62 + "yoho-node-lib": "0.0.17"
63 }, 63 },
64 "devDependencies": { 64 "devDependencies": {
65 - "autoprefixer": "^6.3.6", 65 + "autoprefixer": "^6.3.7",
66 "ava": "^0.15.2", 66 "ava": "^0.15.2",
67 "babel-preset-es2015": "^6.9.0", 67 "babel-preset-es2015": "^6.9.0",
68 "babel-register": "^6.9.0", 68 "babel-register": "^6.9.0",
69 "cross-env": "^1.0.8", 69 "cross-env": "^1.0.8",
70 - "eslint": "^2.12.0", 70 + "eslint": "^3.0.1",
71 "eslint-config-yoho": "^1.0.1", 71 "eslint-config-yoho": "^1.0.1",
72 "gulp": "^3.9.1", 72 "gulp": "^3.9.1",
73 "gulp-cssnano": "^2.1.2", 73 "gulp-cssnano": "^2.1.2",
@@ -91,9 +91,9 @@ @@ -91,9 +91,9 @@
91 "postcss-sprites": "^3.1.2", 91 "postcss-sprites": "^3.1.2",
92 "postcss-use": "^2.0.2", 92 "postcss-use": "^2.0.2",
93 "precss": "^1.4.0", 93 "precss": "^1.4.0",
94 - "rewire": "^2.5.1", 94 + "rewire": "^2.5.2",
95 "shelljs": "^0.7.0", 95 "shelljs": "^0.7.0",
96 - "stylelint": "^6.8.0", 96 + "stylelint": "^6.9.0",
97 "stylelint-config-yoho": "^1.2.4", 97 "stylelint-config-yoho": "^1.2.4",
98 "webpack": "^1.13.1", 98 "webpack": "^1.13.1",
99 "webpack-dev-server": "^1.14.1", 99 "webpack-dev-server": "^1.14.1",
@@ -101,11 +101,7 @@ @@ -101,11 +101,7 @@
101 "yoho-handlebars": "^4.0.5", 101 "yoho-handlebars": "^4.0.5",
102 "yoho-jquery": "^1.12.4", 102 "yoho-jquery": "^1.12.4",
103 "yoho-jquery-lazyload": "^1.9.7", 103 "yoho-jquery-lazyload": "^1.9.7",
104 -<<<<<<< HEAD  
105 "yoho-jquery-placeholder": "^2.3.1", 104 "yoho-jquery-placeholder": "^2.3.1",
106 -=======  
107 - "yoho-jquery-placeholder": "0.0.3",  
108 ->>>>>>> develop  
109 "yoho-slider": "0.0.2" 105 "yoho-slider": "0.0.2"
110 } 106 }
111 } 107 }
@@ -546,7 +546,7 @@ function actionCover() { @@ -546,7 +546,7 @@ function actionCover() {
546 $('#cover .guide-box').bind('click', function(e) { 546 $('#cover .guide-box').bind('click', function(e) {
547 e.stopPropagation(); 547 e.stopPropagation();
548 }); 548 });
549 - }); 549 + };
550 } 550 }
551 551
552 actionCover(); 552 actionCover();