From 3ab1a0c623e75ef53383b94126351fe90d45da35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8C=AF=E9=9C=87?= <865702942@qq.com> Date: Tue, 13 Sep 2016 11:12:45 +0800 Subject: [PATCH] deps changed --- package.json | 86 ++++++++++++++++++++++++++-------------------------- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/package.json b/package.json index 6f10557..a0cd00c 100644 --- a/package.json +++ b/package.json @@ -49,50 +49,50 @@ "node": ">= 4" }, "devDependencies": { - "babel-cli": "~6.14.0", - "babel-eslint": "~6.1.2", - "babel-plugin-add-module-exports": "~0.2.0", - "babel-plugin-istanbul": "~2.0.0", - "babel-preset-es2015-node4": "~2.1.0", - "babel-register": "~6.14.0", - "bootstrap": "~3.3.7", - "chai": "~3.5.0", - "chai-http": "~3.0.0", - "coveralls": "~2.11.12", - "dool-build": "~1.2.2", - "eslint": "~3.4.0", - "eslint-config-standard": "~6.0.0", - "eslint-plugin-promise": "~2.0.0", - "eslint-plugin-standard": "~2.0.0", - "jquery": "~3.1.0", - "koa-passport": "~1.3.0", - "mocha": "~3.0.2", - "mysql": "~2.11.1", - "nyc": "~8.1.0", - "passport-oauth2": "~1.3.0", - "pre-commit": "~1.1.3", - "rimraf": "~2.5.4", - "sqlite3": "~3.1.3" + "babel-cli": "^6.14.0", + "babel-eslint": "^6.1.2", + "babel-plugin-add-module-exports": "^0.2.0", + "babel-plugin-istanbul": "^2.0.0", + "babel-preset-es2015-node4": "^2.1.0", + "babel-register": "^6.14.0", + "bootstrap": "^3.3.7", + "chai": "^3.5.0", + "chai-http": "^3.0.0", + "coveralls": "^2.11.12", + "dool-build": "^1.2.2", + "eslint": "^3.5.0", + "eslint-config-standard": "^6.0.0", + "eslint-plugin-promise": "^2.0.0", + "eslint-plugin-standard": "^2.0.0", + "jquery": "^3.1.0", + "koa-passport": "^1.3.0", + "mocha": "^3.0.2", + "mysql": "^2.11.1", + "nyc": "^8.1.0", + "passport-oauth2": "^1.3.0", + "pre-commit": "^1.1.3", + "rimraf": "^2.5.4", + "sqlite3": "^3.1.3" }, "dependencies": { - "co": "~4.6.0", - "commander": "~2.9.0", - "inquirer": "~1.1.2", - "koa": "~1.2.2", - "koa-bodyparser": "~2.2.0", - "koa-csrf": "~2.5.0", - "koa-generic-session": "~1.11.3", - "koa-logger": "~1.3.0", - "koa-orm": "~1.1.0", - "koa-router": "~5.4.0", - "koa-static": "~2.0.0", - "koa-view": "~0.0.3", - "lodash.merge": "~4.6.0", - "nodemailer": "~2.5.0", - "notp": "~2.0.3", - "qr-image": "~3.1.0", - "randomstring": "~1.1.5", - "thirty-two": "~1.0.2", - "validator": "~5.6.0" + "co": "^4.6.0", + "commander": "^2.9.0", + "inquirer": "^1.1.2", + "koa": "^1.2.2", + "koa-bodyparser": "^2.2.0", + "koa-csrf": "^2.5.0", + "koa-generic-session": "^1.11.3", + "koa-logger": "^1.3.0", + "koa-orm": "^1.1.0", + "koa-router": "^5.4.0", + "koa-static": "^2.0.0", + "koa-view": "^0.0.3", + "lodash.merge": "^4.6.0", + "nodemailer": "^2.6.0", + "notp": "^2.0.3", + "qr-image": "^3.1.0", + "randomstring": "^1.1.5", + "thirty-two": "^1.0.2", + "validator": "^5.7.0" } } \ No newline at end of file