mirror of https://github.com/Seich/Beau.git
Merge branch 'master' into json-schema
This commit is contained in:
commit
b7d2e56692
File diff suppressed because it is too large
Load Diff
|
|
@ -15,9 +15,9 @@
|
|||
"/bin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@oclif/plugin-help": "3.2.0",
|
||||
"@oclif/command": "1.8.0",
|
||||
"@oclif/config": "1.16.0",
|
||||
"@oclif/plugin-help": "3.1.0",
|
||||
"@oclif/config": "1.17.0",
|
||||
"@oclif/plugin-warn-if-update-available": "1.7.0",
|
||||
"ajv": "7.0.0-beta.6",
|
||||
"beau-std": "0.9.4",
|
||||
|
|
@ -37,9 +37,9 @@
|
|||
"repository": "git@github.com:Seich/Beau.git",
|
||||
"devDependencies": {
|
||||
"jest": "24.9.0",
|
||||
"jest-watch-typeahead": "0.6.1",
|
||||
"strip-ansi": "6.0.0",
|
||||
"jest-watch-typeahead": "0.6.0",
|
||||
"np": "6.3.2"
|
||||
"np": "7.0.0"
|
||||
},
|
||||
"oclif": {
|
||||
"commands": "./bin/cli/commands",
|
||||
|
|
|
|||
Loading…
Reference in New Issue