Showing
1 changed file
with
11 additions
and
12 deletions
@@ -31,18 +31,18 @@ | @@ -31,18 +31,18 @@ | ||
31 | }, | 31 | }, |
32 | "license": "MIT", | 32 | "license": "MIT", |
33 | "dependencies": { | 33 | "dependencies": { |
34 | - "bluebird": "^3.4.0", | ||
35 | - "body-parser": "^1.15.0", | 34 | + "bluebird": "^3.4.1", |
35 | + "body-parser": "^1.15.2", | ||
36 | "connect-memcached": "^0.2.0", | 36 | "connect-memcached": "^0.2.0", |
37 | "cookie-parser": "^1.4.3", | 37 | "cookie-parser": "^1.4.3", |
38 | - "express": "^4.13.1", | 38 | + "express": "^4.14.0", |
39 | "express-handlebars": "^3.0.0", | 39 | "express-handlebars": "^3.0.0", |
40 | - "express-session": "^1.13.0", | 40 | + "express-session": "^1.14.0", |
41 | "influxdb-winston": "^1.0.1", | 41 | "influxdb-winston": "^1.0.1", |
42 | "lodash": "^4.13.1", | 42 | "lodash": "^4.13.1", |
43 | "md5": "^2.1.0", | 43 | "md5": "^2.1.0", |
44 | "memcached": "^2.2.1", | 44 | "memcached": "^2.2.1", |
45 | - "moment": "^2.13.0", | 45 | + "moment": "^2.14.1", |
46 | "morgan": "^1.7.0", | 46 | "morgan": "^1.7.0", |
47 | "oneapm": "^1.2.20", | 47 | "oneapm": "^1.2.20", |
48 | "passport": "^0.3.2", | 48 | "passport": "^0.3.2", |
@@ -56,14 +56,14 @@ | @@ -56,14 +56,14 @@ | ||
56 | "uuid": "^2.0.2", | 56 | "uuid": "^2.0.2", |
57 | "winston": "^2.2.0", | 57 | "winston": "^2.2.0", |
58 | "winston-daily-rotate-file": "^1.1.4", | 58 | "winston-daily-rotate-file": "^1.1.4", |
59 | - "yoho-node-lib": "0.0.11" | 59 | + "yoho-node-lib": "0.0.17" |
60 | }, | 60 | }, |
61 | "devDependencies": { | 61 | "devDependencies": { |
62 | - "autoprefixer": "^6.3.6", | 62 | + "autoprefixer": "^6.3.7", |
63 | "ava": "^0.15.2", | 63 | "ava": "^0.15.2", |
64 | "babel-preset-es2015": "^6.9.0", | 64 | "babel-preset-es2015": "^6.9.0", |
65 | "babel-register": "^6.9.0", | 65 | "babel-register": "^6.9.0", |
66 | - "eslint": "^2.12.0", | 66 | + "eslint": "^3.0.1", |
67 | "eslint-config-yoho": "^1.0.1", | 67 | "eslint-config-yoho": "^1.0.1", |
68 | "gulp": "^3.9.1", | 68 | "gulp": "^3.9.1", |
69 | "gulp-cssnano": "^2.1.2", | 69 | "gulp-cssnano": "^2.1.2", |
@@ -84,11 +84,11 @@ | @@ -84,11 +84,11 @@ | ||
84 | "postcss-pxtorem": "^3.3.1", | 84 | "postcss-pxtorem": "^3.3.1", |
85 | "postcss-short": "^1.4.0", | 85 | "postcss-short": "^1.4.0", |
86 | "postcss-sprites": "^3.1.2", | 86 | "postcss-sprites": "^3.1.2", |
87 | - "postcss-use": "^2.0.2", | 87 | + "postcss-use": "^2.2.0", |
88 | "precss": "^1.4.0", | 88 | "precss": "^1.4.0", |
89 | - "rewire": "^2.5.1", | 89 | + "rewire": "^2.5.2", |
90 | "shelljs": "^0.7.0", | 90 | "shelljs": "^0.7.0", |
91 | - "stylelint": "^6.6.0", | 91 | + "stylelint": "^6.9.0", |
92 | "stylelint-config-yoho": "^1.2.3", | 92 | "stylelint-config-yoho": "^1.2.3", |
93 | "webpack": "^1.13.1", | 93 | "webpack": "^1.13.1", |
94 | "webpack-dev-server": "^1.14.1", | 94 | "webpack-dev-server": "^1.14.1", |
@@ -99,7 +99,6 @@ | @@ -99,7 +99,6 @@ | ||
99 | "yoho-iscroll": "^5.2.0", | 99 | "yoho-iscroll": "^5.2.0", |
100 | "yoho-jquery": "^2.2.4", | 100 | "yoho-jquery": "^2.2.4", |
101 | "yoho-jquery-lazyload": "^1.9.7", | 101 | "yoho-jquery-lazyload": "^1.9.7", |
102 | - "yoho-jquery-placeholder": "^0.0.3", | ||
103 | "yoho-mlellipsis": "0.0.3", | 102 | "yoho-mlellipsis": "0.0.3", |
104 | "yoho-swiper": "^3.3.1" | 103 | "yoho-swiper": "^3.3.1" |
105 | } | 104 | } |
-
Please register or login to post a comment