mirror of https://github.com/Seich/Beau.git
Merge branch 'master' into greenkeeper/np-6.0.0
This commit is contained in:
commit
ca378a3d6a
|
|
@ -473,10 +473,11 @@
|
|||
}
|
||||
},
|
||||
"@oclif/config": {
|
||||
"version": "1.13.3",
|
||||
"resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.13.3.tgz",
|
||||
"integrity": "sha512-qs5XvGRw+1M41abOKCjd0uoeHCgsMxa2MurD2g2K8CtQlzlMXl0rW5idVeimIg5208LLuxkfzQo8TKAhhRCWLg==",
|
||||
"version": "1.14.0",
|
||||
"resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.14.0.tgz",
|
||||
"integrity": "sha512-KsOP/mx9lzTah+EtGqLUXN3PDL0J3zb9/dTneFyiUK2K6T7vFEGhV6OasmqTh4uMZHGYTGrNPV8x/Yw6qZNL6A==",
|
||||
"requires": {
|
||||
"@oclif/errors": "^1.0.0",
|
||||
"@oclif/parser": "^3.8.0",
|
||||
"debug": "^4.1.1",
|
||||
"tslib": "^1.9.3"
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
"/bin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@oclif/config": "1.13.3",
|
||||
"@oclif/config": "1.14.0",
|
||||
"@oclif/command": "1.5.19",
|
||||
"@oclif/plugin-help": "2.2.2",
|
||||
"@oclif/plugin-warn-if-update-available": "1.7.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue