yeoman-generator
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "yeoman-generator", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Rails-inspired generator system that provides scaffolding for your apps", | ||
@@ -25,21 +25,21 @@ "homepage": "http://yeoman.io", | ||
"devDependencies": { | ||
"coveralls": "^3.0.2", | ||
"coveralls": "^3.0.3", | ||
"eslint": "^5.16.0", | ||
"eslint-config-prettier": "^4.2.0", | ||
"eslint-config-prettier": "^4.3.0", | ||
"eslint-config-xo": "^0.26.0", | ||
"eslint-plugin-prettier": "^3.0.0", | ||
"husky": "^2.2.0", | ||
"inquirer": "^6.0.0", | ||
"jsdoc": "^3.6.1", | ||
"lint-staged": "^8.1.6", | ||
"eslint-plugin-prettier": "^3.1.0", | ||
"husky": "^2.3.0", | ||
"inquirer": "^6.3.1", | ||
"jsdoc": "^3.6.2", | ||
"lint-staged": "^8.1.7", | ||
"mocha": "^6.1.4", | ||
"mockery": "^2.1.0", | ||
"nock": "^10.0.4", | ||
"nyc": "^14.1.0", | ||
"prettier": "^1.15.3", | ||
"proxyquire": "^2.0.1", | ||
"sinon": "^7.2.2", | ||
"nock": "^10.0.6", | ||
"nyc": "^14.1.1", | ||
"prettier": "^1.17.1", | ||
"proxyquire": "^2.1.0", | ||
"sinon": "^7.3.2", | ||
"tui-jsdoc-template": "^1.2.2", | ||
"yeoman-assert": "^3.1.1", | ||
"yeoman-test": "^1.8.0" | ||
"yeoman-test": "^1.9.1" | ||
}, | ||
@@ -58,9 +58,9 @@ "license": "BSD-2-Clause", | ||
"dependencies": { | ||
"async": "^2.6.0", | ||
"chalk": "^2.3.0", | ||
"async": "^2.6.2", | ||
"chalk": "^2.4.2", | ||
"cli-table": "^0.3.1", | ||
"cross-spawn": "^6.0.5", | ||
"dargs": "^6.0.0", | ||
"dargs": "^6.1.0", | ||
"dateformat": "^3.0.3", | ||
"debug": "^4.1.0", | ||
"debug": "^4.1.1", | ||
"detect-conflict": "^1.0.0", | ||
@@ -70,15 +70,15 @@ "error": "^7.0.2", | ||
"github-username": "^3.0.0", | ||
"istextorbinary": "^2.2.1", | ||
"istextorbinary": "^2.5.1", | ||
"lodash": "^4.17.11", | ||
"make-dir": "^3.0.0", | ||
"mem-fs-editor": "^5.0.0", | ||
"mem-fs-editor": "^6.0.0", | ||
"minimist": "^1.2.0", | ||
"pretty-bytes": "^5.1.0", | ||
"read-chunk": "^3.0.0", | ||
"pretty-bytes": "^5.2.0", | ||
"read-chunk": "^3.2.0", | ||
"read-pkg-up": "^5.0.0", | ||
"rimraf": "^2.6.2", | ||
"rimraf": "^2.6.3", | ||
"run-async": "^2.0.0", | ||
"shelljs": "^0.8.0", | ||
"shelljs": "^0.8.3", | ||
"text-table": "^0.2.0", | ||
"through2": "^3.0.0", | ||
"through2": "^3.0.1", | ||
"yeoman-environment": "^2.3.4" | ||
@@ -85,0 +85,0 @@ }, |
+ Added@types/minimatch@5.1.2(transitive)
+ Addedreadable-stream@3.6.2(transitive)
+ Addedstring_decoder@1.3.0(transitive)
- Removedarray-differ@1.0.0(transitive)
- Removedbuffer-alloc@1.2.0(transitive)
- Removedbuffer-alloc-unsafe@1.1.0(transitive)
- Removedbuffer-fill@1.0.0(transitive)
- Removedisbinaryfile@3.0.3(transitive)
- Removedmem-fs-editor@5.1.0(transitive)
- Removedmultimatch@2.1.0(transitive)
- Removedthrough2@2.0.5(transitive)
- Removedxtend@4.0.2(transitive)
Updatedasync@^2.6.2
Updatedchalk@^2.4.2
Updateddargs@^6.1.0
Updateddebug@^4.1.1
Updatedistextorbinary@^2.5.1
Updatedmem-fs-editor@^6.0.0
Updatedpretty-bytes@^5.2.0
Updatedread-chunk@^3.2.0
Updatedrimraf@^2.6.3
Updatedshelljs@^0.8.3
Updatedthrough2@^3.0.1