Updated dependencies. (#39)

This commit is contained in:
Sergio Díaz 2018-07-18 15:00:14 -06:00 committed by GitHub
parent 6be3ce05c2
commit 8849fe1e90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 331 additions and 305 deletions

624
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,9 +14,9 @@
"/bin" "/bin"
], ],
"dependencies": { "dependencies": {
"@oclif/command": "^1.4.32", "@oclif/command": "^1.4.34",
"@oclif/config": "^1.6.27", "@oclif/config": "^1.6.33",
"@oclif/plugin-help": "^2.0.4", "@oclif/plugin-help": "^2.0.5",
"@oclif/plugin-warn-if-update-available": "^1.3.9", "@oclif/plugin-warn-if-update-available": "^1.3.9",
"beau-std": "^0.9.4", "beau-std": "^0.9.4",
"cli-color": "^1.1.0", "cli-color": "^1.1.0",
@ -25,7 +25,7 @@
"dotenv": "^6.0.0", "dotenv": "^6.0.0",
"globby": "^8.0.1", "globby": "^8.0.1",
"is-plain-object": "^2.0.4", "is-plain-object": "^2.0.4",
"joi": "^13.3.0", "joi": "^13.4.0",
"js-yaml": "^3.12.0", "js-yaml": "^3.12.0",
"jsome": "^2.5.0", "jsome": "^2.5.0",
"request": "^2.87.0", "request": "^2.87.0",
@ -34,8 +34,8 @@
}, },
"repository": "git@github.com:Seich/Beau.git", "repository": "git@github.com:Seich/Beau.git",
"devDependencies": { "devDependencies": {
"jest": "^23.1.0", "jest": "^23.4.1",
"jest-watch-typeahead": "^0.1.0", "jest-watch-typeahead": "^0.2.0",
"strip-ansi": "^4.0.0" "strip-ansi": "^4.0.0"
}, },
"oclif": { "oclif": {