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 4343 "author" : " Ivo Meißner" ,
4444 "license" : " MIT" ,
4545 "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 " ,
4848 "@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 " ,
5454 "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" ,
5757 "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 "
6060 }
6161}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export class CompatibleValidationContext extends ValidationContext {
2222 }
2323
2424 getErrors ( ) : ReadonlyArray < GraphQLError > {
25- // eslint-disable-next-line @typescript-eslint/ban-ts-ignore
25+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
2626 // @ts -ignore
2727 return super . getErrors ? super . getErrors ( ) : this . errors ;
2828 }
You can’t perform that action at this time.
0 commit comments