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": { "dependencies": {
"bookshelf": "~0.10.0", "bookshelf": "~0.10.0",
"lodash": "^4.16.5", "lodash": "^4.16.5",
"pluralize": "~3.0.0", "pluralize": "~3.1.0",
"strapi-utils": "^3.0.0-alpha.1" "strapi-utils": "^3.0.0-alpha.1"
}, },
"strapi": { "strapi": {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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