mirror of https://github.com/Seich/Beau.git
Updated dependencies.
This commit is contained in:
parent
6be3ce05c2
commit
4e48732026
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue