File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1414 "advanced" : " ajv -s src/schema.json -d advanced.json"
1515 },
1616 "devDependencies" : {
17- "ajv-cli" : " 2.1 .0" ,
17+ "ajv-cli" : " 3.0 .0" ,
1818 "typescript" : " 2.6.2"
1919 },
2020 "repository" : {
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ abbrev@1:
66 version "1.1.1"
77 resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
88
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 "
1212 dependencies :
13- ajv "^5 .0.0"
13+ ajv "^6 .0.0"
1414 ajv-pack "^0.3.0"
1515 fast-json-patch "^0.5.6"
1616 glob "^7.0.3"
@@ -33,6 +33,14 @@ ajv@^5.0.0:
3333 fast-json-stable-stringify "^2.0.0"
3434 json-schema-traverse "^0.3.0"
3535
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+
3644balanced-match@^1.0.0 :
3745 version "1.0.0"
3846 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