File tree 3 files changed +368
-376
lines changed
3 files changed +368
-376
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ node_modules
8
8
test /
9
9
typings /
10
10
yarn-error.log
11
+ dist /test /*
Original file line number Diff line number Diff line change 45
45
" schema"
46
46
],
47
47
"dependencies" : {
48
- "@types/json-schema" : " ^7.0.3 " ,
49
- "glob" : " ~7.1.4 " ,
48
+ "@types/json-schema" : " ^7.0.4 " ,
49
+ "glob" : " ~7.1.6 " ,
50
50
"json-stable-stringify" : " ^1.0.1" ,
51
- "typescript" : " ^3.5.3 " ,
52
- "yargs" : " ^14.0 .0"
51
+ "typescript" : " ^3.7.4 " ,
52
+ "yargs" : " ^15.1 .0"
53
53
},
54
54
"devDependencies" : {
55
- "@types/chai" : " ^4.2.0 " ,
55
+ "@types/chai" : " ^4.2.7 " ,
56
56
"@types/glob" : " ^7.1.1" ,
57
57
"@types/json-stable-stringify" : " ^1.0.32" ,
58
58
"@types/mocha" : " ^5.2.7" ,
59
- "@types/node" : " ^12.7.2 " ,
59
+ "@types/node" : " ^13.1.4 " ,
60
60
"ajv" : " ^6.10.2" ,
61
61
"chai" : " ^4.2.0" ,
62
- "mocha" : " ^6.2 .0" ,
63
- "source-map-support" : " ^0.5.13 " ,
64
- "ts-node" : " ^8.3.0 " ,
65
- "tslint" : " ^5.19.0 "
62
+ "mocha" : " ^7.0 .0" ,
63
+ "source-map-support" : " ^0.5.16 " ,
64
+ "ts-node" : " ^8.5.4 " ,
65
+ "tslint" : " ^5.20.1 "
66
66
},
67
67
"scripts" : {
68
68
"prepublishOnly" : " npm run build" ,
You can’t perform that action at this time.
0 commit comments