File tree Expand file tree Collapse file tree 3 files changed +685
-1021
lines changed Expand file tree Collapse file tree 3 files changed +685
-1021
lines changed Original file line number Diff line number Diff line change 43
43
"author" : " Ivo Meißner" ,
44
44
"license" : " MIT" ,
45
45
"devDependencies" : {
46
- "@types/assert" : " ^1.4 .6" ,
47
- "@types/chai" : " ^4.2.11 " ,
46
+ "@types/assert" : " ^1.5 .6" ,
47
+ "@types/chai" : " ^4.2.22 " ,
48
48
"@types/lodash.get" : " ^4.4.6" ,
49
- "@types/mocha" : " ^7 .0.2 " ,
50
- "@typescript-eslint/eslint-plugin" : " ^2.27 .0" ,
51
- "@typescript-eslint/parser" : " ^2.27 .0" ,
52
- "chai" : " ^4.2.0 " ,
53
- "eslint" : " ^6. 8.0" ,
49
+ "@types/mocha" : " ^9 .0.0 " ,
50
+ "@typescript-eslint/eslint-plugin" : " ^5.1 .0" ,
51
+ "@typescript-eslint/parser" : " ^5.1 .0" ,
52
+ "chai" : " ^4.3.4 " ,
53
+ "eslint" : " ^8.0.1 " ,
54
54
"graphql" : " ^14.5.0 || ^15.0.0" ,
55
- "mocha" : " ^7 .1.1 " ,
56
- "prettier" : " ^2.2 .1" ,
55
+ "mocha" : " ^9 .1.3 " ,
56
+ "prettier" : " ^2.4 .1" ,
57
57
"rimraf" : " ^3.0.2" ,
58
- "ts-node" : " ^8.8.2 " ,
59
- "typescript" : " ^3.8.3 "
58
+ "ts-node" : " ^10.3.0 " ,
59
+ "typescript" : " ^4.4.4 "
60
60
}
61
61
}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export class CompatibleValidationContext extends ValidationContext {
22
22
}
23
23
24
24
getErrors ( ) : ReadonlyArray < GraphQLError > {
25
- // eslint-disable-next-line @typescript-eslint/ban-ts-ignore
25
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
26
26
// @ts -ignore
27
27
return super . getErrors ? super . getErrors ( ) : this . errors ;
28
28
}
You can’t perform that action at this time.
0 commit comments