Showing
1 changed file
with
25 additions
and
25 deletions
@@ -21,7 +21,7 @@ | @@ -21,7 +21,7 @@ | ||
21 | "license": "MIT", | 21 | "license": "MIT", |
22 | "dependencies": { | 22 | "dependencies": { |
23 | "bluebird": "^3.4.7", | 23 | "bluebird": "^3.4.7", |
24 | - "body-parser": "^1.15.2", | 24 | + "body-parser": "^1.16.1", |
25 | "captchapng": "0.0.1", | 25 | "captchapng": "0.0.1", |
26 | "cheerio": "^0.22.0", | 26 | "cheerio": "^0.22.0", |
27 | "client-sessions": "^0.7.0", | 27 | "client-sessions": "^0.7.0", |
@@ -29,8 +29,8 @@ | @@ -29,8 +29,8 @@ | ||
29 | "connect-memcached": "^0.2.0", | 29 | "connect-memcached": "^0.2.0", |
30 | "connect-multiparty": "^2.0.0", | 30 | "connect-multiparty": "^2.0.0", |
31 | "cookie-parser": "^1.4.3", | 31 | "cookie-parser": "^1.4.3", |
32 | - "express": "^4.14.0", | ||
33 | - "feed": "^0.3.0", | 32 | + "express": "^4.14.1", |
33 | + "feed": "^0.3.1", | ||
34 | "lodash": "^4.17.4", | 34 | "lodash": "^4.17.4", |
35 | "md5": "^2.1.0", | 35 | "md5": "^2.1.0", |
36 | "memory-cache": "^0.1.6", | 36 | "memory-cache": "^0.1.6", |
@@ -43,56 +43,56 @@ | @@ -43,56 +43,56 @@ | ||
43 | "passport-strategy": "^1.0.0", | 43 | "passport-strategy": "^1.0.0", |
44 | "passport-weixin": "^0.1.0", | 44 | "passport-weixin": "^0.1.0", |
45 | "request-promise": "^3.0.0", | 45 | "request-promise": "^3.0.0", |
46 | - "serve-favicon": "^2.3.2", | 46 | + "serve-favicon": "^2.4.0", |
47 | "uuid": "^2.0.3", | 47 | "uuid": "^2.0.3", |
48 | "xml2js": "^0.4.17", | 48 | "xml2js": "^0.4.17", |
49 | "yoho-express-session": "^2.0.0", | 49 | "yoho-express-session": "^2.0.0", |
50 | - "yoho-node-lib": "0.2.6", | 50 | + "yoho-node-lib": "^0.2.7", |
51 | "yoho-zookeeper": "^1.0.6" | 51 | "yoho-zookeeper": "^1.0.6" |
52 | }, | 52 | }, |
53 | "devDependencies": { | 53 | "devDependencies": { |
54 | - "autoprefixer": "^6.6.1", | ||
55 | - "babel-core": "^6.21.0", | ||
56 | - "babel-loader": "^6.2.10", | ||
57 | - "babel-plugin-transform-runtime": "^6.12.0", | ||
58 | - "babel-preset-es2015": "^6.18.0", | ||
59 | - "babel-runtime": "^6.20.0", | 54 | + "autoprefixer": "^6.7.4", |
55 | + "babel-core": "^6.23.1", | ||
56 | + "babel-loader": "^6.3.2", | ||
57 | + "babel-plugin-transform-runtime": "^6.23.0", | ||
58 | + "babel-preset-es2015": "^6.22.0", | ||
59 | + "babel-runtime": "^6.23.0", | ||
60 | "css-loader": "^0.26.1", | 60 | "css-loader": "^0.26.1", |
61 | - "eslint": "^3.12.2", | 61 | + "eslint": "^3.16.0", |
62 | "eslint-config-yoho": "^1.0.1", | 62 | "eslint-config-yoho": "^1.0.1", |
63 | - "eslint-plugin-html": "^1.7.0", | 63 | + "eslint-plugin-html": "^2.0.1", |
64 | "extract-text-webpack-plugin": "^1.0.1", | 64 | "extract-text-webpack-plugin": "^1.0.1", |
65 | "gulp": "^3.9.1", | 65 | "gulp": "^3.9.1", |
66 | "gulp-cssnano": "^2.1.2", | 66 | "gulp-cssnano": "^2.1.2", |
67 | "gulp-ftp": "^1.1.0", | 67 | "gulp-ftp": "^1.1.0", |
68 | - "gulp-postcss": "^6.2.0", | ||
69 | - "gulp-sourcemaps": "^2.2.0", | 68 | + "gulp-postcss": "^6.3.0", |
69 | + "gulp-sourcemaps": "^2.4.1", | ||
70 | "gulp-util": "^3.0.8", | 70 | "gulp-util": "^3.0.8", |
71 | "handlebars-loader": "^1.4.0", | 71 | "handlebars-loader": "^1.4.0", |
72 | - "husky": "^0.12.0", | 72 | + "husky": "^0.13.1", |
73 | "nodemon": "^1.11.0", | 73 | "nodemon": "^1.11.0", |
74 | "postcss-assets": "^4.0.1", | 74 | "postcss-assets": "^4.0.1", |
75 | - "postcss-cachebuster": "^0.1.3", | 75 | + "postcss-cachebuster": "^0.1.4", |
76 | "postcss-calc": "^5.3.1", | 76 | "postcss-calc": "^5.3.1", |
77 | "postcss-center": "^1.0.0", | 77 | "postcss-center": "^1.0.0", |
78 | "postcss-clearfix": "^1.0.0", | 78 | "postcss-clearfix": "^1.0.0", |
79 | "postcss-crip": "^2.0.1", | 79 | "postcss-crip": "^2.0.1", |
80 | - "postcss-import": "^9.0.0", | ||
81 | - "postcss-loader": "^1.2.1", | 80 | + "postcss-import": "^9.1.0", |
81 | + "postcss-loader": "^1.3.1", | ||
82 | "postcss-position": "^0.5.0", | 82 | "postcss-position": "^0.5.0", |
83 | "postcss-pxtorem": "^3.3.1", | 83 | "postcss-pxtorem": "^3.3.1", |
84 | - "postcss-scss": "^0.4.0", | 84 | + "postcss-scss": "^0.4.1", |
85 | "postcss-short": "^3.0.3", | 85 | "postcss-short": "^3.0.3", |
86 | "postcss-sprites": "^3.3.0", | 86 | "postcss-sprites": "^3.3.0", |
87 | "postcss-use": "^2.3.0", | 87 | "postcss-use": "^2.3.0", |
88 | "precss": "^1.4.0", | 88 | "precss": "^1.4.0", |
89 | - "shelljs": "^0.7.5", | ||
90 | - "stylelint": "^7.7.1", | 89 | + "shelljs": "^0.7.6", |
90 | + "stylelint": "^7.9.0", | ||
91 | "stylelint-config-yoho": "^1.2.7", | 91 | "stylelint-config-yoho": "^1.2.7", |
92 | "stylelint-processor-html": "^1.0.0", | 92 | "stylelint-processor-html": "^1.0.0", |
93 | - "vue": "^2.1.8", | ||
94 | - "vue-loader": "^10.0.2", | ||
95 | - "vue-template-compiler": "^2.1.8", | 93 | + "vue": "^2.1.10", |
94 | + "vue-loader": "^11.1.0", | ||
95 | + "vue-template-compiler": "^2.1.10", | ||
96 | "webpack": "^1.14.0", | 96 | "webpack": "^1.14.0", |
97 | "webpack-dev-server": "^1.16.2", | 97 | "webpack-dev-server": "^1.16.2", |
98 | "webpack-uglify-parallel": "^0.1.3", | 98 | "webpack-uglify-parallel": "^0.1.3", |
-
Please register or login to post a comment