File tree 2 files changed +13
-5
lines changed
2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 14
14
"advanced" : " ajv -s src/schema.json -d advanced.json"
15
15
},
16
16
"devDependencies" : {
17
- "ajv-cli" : " 2.1 .0" ,
17
+ "ajv-cli" : " 3.0 .0" ,
18
18
"typescript" : " 2.6.2"
19
19
},
20
20
"repository" : {
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ abbrev@1:
6
6
version "1.1.1"
7
7
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
8
8
9
- ajv-cli@2.1 .0 :
10
- version "2.1 .0"
11
- resolved "https://registry.yarnpkg.com/ajv-cli/-/ajv-cli-2.1 .0.tgz#26f942ddf4b1d14d3c639cb28db807f02ca3787c "
9
+ ajv-cli@3.0 .0 :
10
+ version "3.0 .0"
11
+ resolved "https://registry.yarnpkg.com/ajv-cli/-/ajv-cli-3.0 .0.tgz#5823231f64e2833054130690b18099609e980f29 "
12
12
dependencies :
13
- ajv "^5 .0.0"
13
+ ajv "^6 .0.0"
14
14
ajv-pack "^0.3.0"
15
15
fast-json-patch "^0.5.6"
16
16
glob "^7.0.3"
@@ -33,6 +33,14 @@ ajv@^5.0.0:
33
33
fast-json-stable-stringify "^2.0.0"
34
34
json-schema-traverse "^0.3.0"
35
35
36
+ ajv@^6.0.0 :
37
+ version "6.0.0"
38
+ resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.0.0.tgz#093bec4d9bac8e4505e541ae10eb6150268684c2"
39
+ dependencies :
40
+ fast-deep-equal "^1.0.0"
41
+ fast-json-stable-stringify "^2.0.0"
42
+ json-schema-traverse "^0.3.0"
43
+
36
44
balanced-match@^1.0.0 :
37
45
version "1.0.0"
38
46
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
You can’t perform that action at this time.
0 commit comments