Update the generators

This commit is contained in:
Derrick Mehaffy 2019-05-17 01:50:28 -07:00
parent 767ee52dfb
commit 10b2eb1d2d
8 changed files with 18 additions and 18 deletions

View File

@ -13,8 +13,8 @@
"lib": "./lib"
},
"dependencies": {
"lodash": "^4.17.5",
"pluralize": "^6.0.0"
"lodash": "^4.17.11",
"pluralize": "^7.0.0"
},
"scripts": {
"test": "echo \"no tests yet\""

View File

@ -14,7 +14,7 @@
"lib": "./lib"
},
"dependencies": {
"lodash": "^4.17.5"
"lodash": "^4.17.11"
},
"scripts": {
"test": "echo \"no tests yet\""

View File

@ -14,7 +14,7 @@
"lib": "./lib"
},
"dependencies": {
"lodash": "^4.17.5",
"lodash": "^4.17.11",
"pluralize": "^7.0.0"
},
"scripts": {

View File

@ -14,16 +14,16 @@
},
"dependencies": {
"execa": "^1.0.0",
"fs-extra": "^4.0.0",
"inquirer": "^6.2.1",
"listr": "^0.14.1",
"lodash": "^4.17.5",
"fs-extra": "^8.0.1",
"inquirer": "^6.3.1",
"listr": "^0.14.3",
"lodash": "^4.17.11",
"node-machine-id": "^1.1.10",
"ora": "^2.1.0",
"ora": "^3.4.0",
"request": "^2.88.0",
"rimraf": "^2.6.3",
"strapi-utils": "3.0.0-alpha.26.2",
"uuid": "^3.1.0"
"uuid": "^3.3.2"
},
"scripts": {
"test": "echo \"no tests yet\""

View File

@ -13,8 +13,8 @@
"lib": "./lib"
},
"dependencies": {
"fs-extra": "^4.0.0",
"lodash": "^4.17.5"
"fs-extra": "^8.0.1",
"lodash": "^4.17.11"
},
"scripts": {
"test": "echo \"no tests yet\""

View File

@ -14,7 +14,7 @@
"lib": "./lib"
},
"dependencies": {
"lodash": "^4.17.5"
"lodash": "^4.17.11"
},
"scripts": {
"test": "echo \"no tests yet\""

View File

@ -14,7 +14,7 @@
"lib": "./lib"
},
"dependencies": {
"lodash": "^4.17.5"
"lodash": "^4.17.11"
},
"scripts": {
"test": "echo \"no tests yet\""

View File

@ -16,10 +16,10 @@
"test": "echo \"no tests yet\""
},
"dependencies": {
"async": "^2.5.0",
"fs-extra": "^4.0.0",
"lodash": "^4.17.5",
"reportback": "^2.0.1",
"async": "^2.6.2",
"fs-extra": "^8.0.1",
"lodash": "^4.17.11",
"reportback": "^2.0.2",
"strapi-utils": "3.0.0-alpha.26.2"
},
"author": {