Merge pull request #1701 from strapi/fix-lodash-version

Change lodash version
This commit is contained in:
Jim LAURIE 2018-08-08 13:05:53 +02:00 committed by GitHub
commit c2655b2c42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
18 changed files with 18 additions and 18 deletions

View File

@ -14,7 +14,7 @@
}, },
"dependencies": { "dependencies": {
"fs-extra": "^4.0.1", "fs-extra": "^4.0.1",
"lodash": "^4.17.4", "lodash": "^4.17.5",
"strapi-admin": "3.0.0-alpha.13.0.1", "strapi-admin": "3.0.0-alpha.13.0.1",
"strapi-utils": "3.0.0-alpha.13.0.1" "strapi-utils": "3.0.0-alpha.13.0.1"
}, },

View File

@ -13,7 +13,7 @@
"lib": "./lib" "lib": "./lib"
}, },
"dependencies": { "dependencies": {
"lodash": "^4.17.4", "lodash": "^4.17.5",
"pluralize": "^6.0.0" "pluralize": "^6.0.0"
}, },
"scripts": { "scripts": {

View File

@ -14,7 +14,7 @@
"lib": "./lib" "lib": "./lib"
}, },
"dependencies": { "dependencies": {
"lodash": "^4.17.4" "lodash": "^4.17.5"
}, },
"scripts": { "scripts": {
"prepublish": "npm prune" "prepublish": "npm prune"

View File

@ -14,7 +14,7 @@
"lib": "./lib" "lib": "./lib"
}, },
"dependencies": { "dependencies": {
"lodash": "^4.17.4" "lodash": "^4.17.5"
}, },
"scripts": { "scripts": {
"prepublish": "npm prune" "prepublish": "npm prune"

View File

@ -17,7 +17,7 @@
"fs-extra": "^4.0.0", "fs-extra": "^4.0.0",
"inquirer": "^4.0.2", "inquirer": "^4.0.2",
"listr": "^0.14.1", "listr": "^0.14.1",
"lodash": "^4.17.4", "lodash": "^4.17.5",
"ora": "^2.1.0", "ora": "^2.1.0",
"strapi-utils": "3.0.0-alpha.13.0.1", "strapi-utils": "3.0.0-alpha.13.0.1",
"uuid": "^3.1.0" "uuid": "^3.1.0"

View File

@ -14,7 +14,7 @@
}, },
"dependencies": { "dependencies": {
"fs-extra": "^4.0.0", "fs-extra": "^4.0.0",
"lodash": "^4.17.4", "lodash": "^4.17.5",
"pluralize": "^6.0.0" "pluralize": "^6.0.0"
}, },
"scripts": { "scripts": {

View File

@ -14,7 +14,7 @@
"lib": "./lib" "lib": "./lib"
}, },
"dependencies": { "dependencies": {
"lodash": "^4.17.4" "lodash": "^4.17.5"
}, },
"scripts": { "scripts": {
"prepublishOnly": "npm prune" "prepublishOnly": "npm prune"

View File

@ -14,7 +14,7 @@
"lib": "./lib" "lib": "./lib"
}, },
"dependencies": { "dependencies": {
"lodash": "^4.17.4" "lodash": "^4.17.5"
}, },
"scripts": { "scripts": {
"prepublishOnly": "npm prune" "prepublishOnly": "npm prune"

View File

@ -15,7 +15,7 @@
"dependencies": { "dependencies": {
"async": "^2.5.0", "async": "^2.5.0",
"fs-extra": "^4.0.0", "fs-extra": "^4.0.0",
"lodash": "^4.17.4", "lodash": "^4.17.5",
"reportback": "^2.0.1", "reportback": "^2.0.1",
"strapi-utils": "3.0.0-alpha.13.0.1" "strapi-utils": "3.0.0-alpha.13.0.1"
}, },

View File

@ -73,7 +73,7 @@
"intl": "^1.2.5", "intl": "^1.2.5",
"invariant": "2.2.1", "invariant": "2.2.1",
"json-loader": "^0.5.7", "json-loader": "^0.5.7",
"lodash": "^4.17.4", "lodash": "^4.17.5",
"lodash-webpack-plugin": "^0.11.4", "lodash-webpack-plugin": "^0.11.4",
"mocha": "3.1.2", "mocha": "3.1.2",
"moment": "^2.16.0", "moment": "^2.16.0",

View File

@ -18,7 +18,7 @@
"dependencies": { "dependencies": {
"bookshelf": "^0.12.1", "bookshelf": "^0.12.1",
"inquirer": "^5.2.0", "inquirer": "^5.2.0",
"lodash": "^4.17.4", "lodash": "^4.17.5",
"pluralize": "^6.0.0", "pluralize": "^6.0.0",
"strapi-hook-knex": "3.0.0-alpha.13.0.1", "strapi-hook-knex": "3.0.0-alpha.13.0.1",
"strapi-utils": "3.0.0-alpha.13.0.1" "strapi-utils": "3.0.0-alpha.13.0.1"

View File

@ -17,7 +17,7 @@
"main": "./lib", "main": "./lib",
"dependencies": { "dependencies": {
"knex": "^0.13.0", "knex": "^0.13.0",
"lodash": "^4.17.4" "lodash": "^4.17.5"
}, },
"author": { "author": {
"email": "hi@strapi.io", "email": "hi@strapi.io",

View File

@ -15,7 +15,7 @@
}, },
"main": "./lib", "main": "./lib",
"dependencies": { "dependencies": {
"lodash": "^4.17.4", "lodash": "^4.17.5",
"mongoose": "^5.0.16", "mongoose": "^5.0.16",
"mongoose-float": "^1.0.2", "mongoose-float": "^1.0.2",
"pluralize": "^6.0.0", "pluralize": "^6.0.0",

View File

@ -16,7 +16,7 @@
"main": "./lib", "main": "./lib",
"dependencies": { "dependencies": {
"ioredis": "^3.1.2", "ioredis": "^3.1.2",
"lodash": "^4.17.4", "lodash": "^4.17.5",
"stack-trace": "0.0.10", "stack-trace": "0.0.10",
"strapi-utils": "3.0.0-alpha.13.0.1" "strapi-utils": "3.0.0-alpha.13.0.1"
}, },

View File

@ -17,7 +17,7 @@
"dependencies": { "dependencies": {
"consolidate": "^0.14.5", "consolidate": "^0.14.5",
"koa-views": "^6.1.1", "koa-views": "^6.1.1",
"lodash": "^4.17.4" "lodash": "^4.17.5"
}, },
"author": { "author": {
"email": "hi@strapi.io", "email": "hi@strapi.io",

View File

@ -21,7 +21,7 @@
"commander": "^2.11.0", "commander": "^2.11.0",
"joi-json": "^2.0.1", "joi-json": "^2.0.1",
"knex": "^0.13.0", "knex": "^0.13.0",
"lodash": "^4.17.4", "lodash": "^4.17.5",
"pino": "^4.7.1", "pino": "^4.7.1",
"shelljs": "^0.7.7" "shelljs": "^0.7.7"
}, },

View File

@ -49,7 +49,7 @@
"koa-router-joi": "^1.0.1", "koa-router-joi": "^1.0.1",
"koa-session": "^5.5.1", "koa-session": "^5.5.1",
"koa-static": "^4.0.1", "koa-static": "^4.0.1",
"lodash": "^4.16.5", "lodash": "^4.17.5",
"node-fetch": "^1.7.3", "node-fetch": "^1.7.3",
"node-schedule": "^1.2.0", "node-schedule": "^1.2.0",
"rimraf": "^2.6.2", "rimraf": "^2.6.2",