mirror of https://github.com/Seich/Beau.git
Merge branch 'master' into greenkeeper/@oclif/config-1.12.12
This commit is contained in:
commit
62178b1025
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
|
|
@ -15,19 +15,19 @@
|
||||||
"/bin"
|
"/bin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@oclif/command": "1.5.6",
|
|
||||||
"@oclif/config": "1.12.12",
|
"@oclif/config": "1.12.12",
|
||||||
|
"@oclif/command": "1.5.12",
|
||||||
"@oclif/plugin-help": "2.1.4",
|
"@oclif/plugin-help": "2.1.4",
|
||||||
"@oclif/plugin-warn-if-update-available": "1.5.4",
|
"@oclif/plugin-warn-if-update-available": "1.5.4",
|
||||||
"beau-std": "0.9.4",
|
"beau-std": "0.9.4",
|
||||||
"cli-color": "1.4.0",
|
"cli-color": "1.4.0",
|
||||||
"clui": "0.3.6",
|
"clui": "0.3.6",
|
||||||
"deepmerge": "3.0.0",
|
"deepmerge": "3.0.0",
|
||||||
"dotenv": "6.2.0",
|
"dotenv": "7.0.0",
|
||||||
"globby": "9.1.0",
|
"globby": "9.2.0",
|
||||||
"is-plain-object": "2.0.4",
|
"is-plain-object": "3.0.0",
|
||||||
"joi": "14.3.0",
|
"joi": "14.3.0",
|
||||||
"js-yaml": "3.12.0",
|
"js-yaml": "3.13.0",
|
||||||
"jsome": "2.5.0",
|
"jsome": "2.5.0",
|
||||||
"request": "2.88.0",
|
"request": "2.88.0",
|
||||||
"request-promise-native": "1.0.5",
|
"request-promise-native": "1.0.5",
|
||||||
|
|
@ -36,9 +36,9 @@
|
||||||
"repository": "git@github.com:Seich/Beau.git",
|
"repository": "git@github.com:Seich/Beau.git",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"jest": "24.4.0",
|
"jest": "24.4.0",
|
||||||
"jest-watch-typeahead": "0.2.0",
|
"strip-ansi": "5.2.0",
|
||||||
"np": "3.0.4",
|
"jest-watch-typeahead": "0.3.0",
|
||||||
"strip-ansi": "5.1.0"
|
"np": "5.0.0"
|
||||||
},
|
},
|
||||||
"oclif": {
|
"oclif": {
|
||||||
"commands": "./bin/cli/commands",
|
"commands": "./bin/cli/commands",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue