Showing
1 changed file
with
12 additions
and
12 deletions
@@ -18,7 +18,7 @@ | @@ -18,7 +18,7 @@ | ||
18 | }, | 18 | }, |
19 | "license": "MIT", | 19 | "license": "MIT", |
20 | "dependencies": { | 20 | "dependencies": { |
21 | - "bluebird": "^3.4.6", | 21 | + "bluebird": "^3.4.7", |
22 | "body-parser": "^1.15.2", | 22 | "body-parser": "^1.15.2", |
23 | "captchapng": "0.0.1", | 23 | "captchapng": "0.0.1", |
24 | "cheerio": "^0.22.0", | 24 | "cheerio": "^0.22.0", |
@@ -29,7 +29,7 @@ | @@ -29,7 +29,7 @@ | ||
29 | "cookie-parser": "^1.4.3", | 29 | "cookie-parser": "^1.4.3", |
30 | "express": "^4.14.0", | 30 | "express": "^4.14.0", |
31 | "feed": "^0.3.0", | 31 | "feed": "^0.3.0", |
32 | - "lodash": "^4.17.2", | 32 | + "lodash": "^4.17.4", |
33 | "md5": "^2.1.0", | 33 | "md5": "^2.1.0", |
34 | "memory-cache": "^0.1.6", | 34 | "memory-cache": "^0.1.6", |
35 | "moment": "^2.17.1", | 35 | "moment": "^2.17.1", |
@@ -44,13 +44,13 @@ | @@ -44,13 +44,13 @@ | ||
44 | "serve-favicon": "^2.3.2", | 44 | "serve-favicon": "^2.3.2", |
45 | "uuid": "^2.0.3", | 45 | "uuid": "^2.0.3", |
46 | "yoho-express-session": "^2.0.0", | 46 | "yoho-express-session": "^2.0.0", |
47 | - "yoho-node-lib": "0.2.2", | ||
48 | - "yoho-zookeeper": "^1.0.4" | 47 | + "yoho-node-lib": "^0.2.4", |
48 | + "yoho-zookeeper": "^1.0.6" | ||
49 | }, | 49 | }, |
50 | "devDependencies": { | 50 | "devDependencies": { |
51 | - "autoprefixer": "^6.5.4", | ||
52 | - "babel-core": "^6.20.0", | ||
53 | - "babel-loader": "^6.2.9", | 51 | + "autoprefixer": "^6.6.1", |
52 | + "babel-core": "^6.21.0", | ||
53 | + "babel-loader": "^6.2.10", | ||
54 | "babel-plugin-transform-runtime": "^6.12.0", | 54 | "babel-plugin-transform-runtime": "^6.12.0", |
55 | "babel-preset-es2015": "^6.18.0", | 55 | "babel-preset-es2015": "^6.18.0", |
56 | "babel-runtime": "^6.20.0", | 56 | "babel-runtime": "^6.20.0", |
@@ -64,7 +64,7 @@ | @@ -64,7 +64,7 @@ | ||
64 | "gulp-ftp": "^1.1.0", | 64 | "gulp-ftp": "^1.1.0", |
65 | "gulp-postcss": "^6.2.0", | 65 | "gulp-postcss": "^6.2.0", |
66 | "gulp-sourcemaps": "^2.2.0", | 66 | "gulp-sourcemaps": "^2.2.0", |
67 | - "gulp-util": "^3.0.7", | 67 | + "gulp-util": "^3.0.8", |
68 | "handlebars-loader": "^1.4.0", | 68 | "handlebars-loader": "^1.4.0", |
69 | "husky": "^0.12.0", | 69 | "husky": "^0.12.0", |
70 | "nodemon": "^1.11.0", | 70 | "nodemon": "^1.11.0", |
@@ -79,17 +79,17 @@ | @@ -79,17 +79,17 @@ | ||
79 | "postcss-position": "^0.5.0", | 79 | "postcss-position": "^0.5.0", |
80 | "postcss-pxtorem": "^3.3.1", | 80 | "postcss-pxtorem": "^3.3.1", |
81 | "postcss-scss": "^0.4.0", | 81 | "postcss-scss": "^0.4.0", |
82 | - "postcss-short": "^2.0.1", | 82 | + "postcss-short": "^3.0.3", |
83 | "postcss-sprites": "^3.3.0", | 83 | "postcss-sprites": "^3.3.0", |
84 | "postcss-use": "^2.3.0", | 84 | "postcss-use": "^2.3.0", |
85 | "precss": "^1.4.0", | 85 | "precss": "^1.4.0", |
86 | "shelljs": "^0.7.5", | 86 | "shelljs": "^0.7.5", |
87 | - "stylelint": "^7.6.0", | 87 | + "stylelint": "^7.7.1", |
88 | "stylelint-config-yoho": "^1.2.7", | 88 | "stylelint-config-yoho": "^1.2.7", |
89 | "stylelint-processor-html": "^1.0.0", | 89 | "stylelint-processor-html": "^1.0.0", |
90 | - "vue": "^2.1.6", | 90 | + "vue": "^2.1.8", |
91 | "vue-loader": "^10.0.2", | 91 | "vue-loader": "^10.0.2", |
92 | - "vue-template-compiler": "^2.1.6", | 92 | + "vue-template-compiler": "^2.1.8", |
93 | "webpack": "^1.14.0", | 93 | "webpack": "^1.14.0", |
94 | "webpack-dev-server": "^1.16.2", | 94 | "webpack-dev-server": "^1.16.2", |
95 | "webpack-uglify-parallel": "^0.1.3", | 95 | "webpack-uglify-parallel": "^0.1.3", |
-
Please register or login to post a comment