Update dependencies

This commit is contained in:
Aurélien Georget 2017-01-09 11:02:53 +01:00
parent cdab5b079d
commit e3e3cb3597
7 changed files with 8 additions and 8 deletions

View File

@ -18,7 +18,7 @@
"dependencies": {
"bookshelf": "~0.10.0",
"lodash": "^4.16.5",
"pluralize": "~3.0.0",
"pluralize": "~3.1.0",
"strapi-utils": "^3.0.0-alpha.1"
},
"strapi": {

View File

@ -14,7 +14,7 @@
},
"dependencies": {
"lodash": "^4.16.5",
"pluralize": "~3.0.0"
"pluralize": "~3.1.0"
},
"scripts": {
"prepublish": "npm prune"

View File

@ -14,7 +14,7 @@
},
"dependencies": {
"enpeem": "^2.2.0",
"fs-extra": "~0.30.0",
"fs-extra": "~1.0.0",
"lodash": "^4.16.5",
"strapi-utils": "^3.0.0-alpha.1"
},

View File

@ -14,7 +14,7 @@
},
"dependencies": {
"async": "^2.1.2",
"fs-extra": "~0.30.0",
"fs-extra": "~1.0.0",
"lodash": "^4.16.5",
"reportback": "^2.0.1",
"strapi-utils": "^3.0.0-alpha.1"

View File

@ -19,7 +19,7 @@
"mongoose": "^4.6.5",
"mongoose-double": "0.0.1",
"mongoose-float": "^1.0.2",
"pluralize": "~3.0.0",
"pluralize": "~3.1.0",
"strapi-utils": "^3.0.0-alpha.1"
},
"strapi": {

View File

@ -17,11 +17,11 @@
"main": "./lib",
"dependencies": {
"commander": "~2.9.0",
"include-all": "^1.0.7",
"include-all": "^2.0.0",
"joi-json": "^2.0.1",
"knex": "^0.12.6",
"lodash": "^4.16.5",
"winston": "~2.2.0"
"winston": "~2.3.0"
},
"scripts": {
"prepublish": "npm prune"

View File

@ -53,7 +53,7 @@
"koa-locale": "~1.2.0",
"koa-lusca": "~2.2.0",
"koa-mount": "koajs/mount#next",
"koa-proxy": "~0.6.0",
"koa-proxy": "~0.7.0",
"koa-response-time": "koajs/response-time#v2.x",
"koa-send": "koajs/send#2.x",
"koa-sslify": "turboMaCk/koa-sslify#koa2",