mirror of https://github.com/Seich/Beau.git
Merge 93377a216a into eee0aa95ea
This commit is contained in:
commit
b04480ce0a
|
|
@ -1699,9 +1699,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ajv": {
|
"ajv": {
|
||||||
"version": "7.0.3",
|
"version": "8.6.2",
|
||||||
"resolved": "https://registry.npmjs.org/ajv/-/ajv-7.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.6.2.tgz",
|
||||||
"integrity": "sha512-R50QRlXSxqXcQP5SvKUrw8VZeypvo12i2IX0EeR5PiZ7bEKeHWgzgo264LDadUsCU42lTJVhFikTqJwNeH34gQ==",
|
"integrity": "sha512-9807RlWAgT564wT+DjeyU5OFMPjmzxVobvDFmNAhY+5zD6A2ly3jDp6sgnfyDtlIQ+7H97oc/DGCzzfu9rjw9w==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"fast-deep-equal": "^3.1.1",
|
"fast-deep-equal": "^3.1.1",
|
||||||
"json-schema-traverse": "^1.0.0",
|
"json-schema-traverse": "^1.0.0",
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
"@oclif/config": "1.17.0",
|
"@oclif/config": "1.17.0",
|
||||||
"@oclif/plugin-help": "3.2.1",
|
"@oclif/plugin-help": "3.2.1",
|
||||||
"@oclif/plugin-warn-if-update-available": "1.7.0",
|
"@oclif/plugin-warn-if-update-available": "1.7.0",
|
||||||
"ajv": "7.0.3",
|
"ajv": "8.6.2",
|
||||||
"beau-std": "0.9.4",
|
"beau-std": "0.9.4",
|
||||||
"better-ajv-errors": "0.7.0",
|
"better-ajv-errors": "0.7.0",
|
||||||
"cli-color": "2.0.0",
|
"cli-color": "2.0.0",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue