File tree Expand file tree Collapse file tree 3 files changed +1088
-1226
lines changed Expand file tree Collapse file tree 3 files changed +1088
-1226
lines changed Original file line number Diff line number Diff line change 3737 "devDependencies" : {
3838 "@types/eslint" : " ^6.1.3" ,
3939 "@types/jest" : " ^25.1.4" ,
40- "@types/node" : " ^13.9.3 " ,
40+ "@types/node" : " ^14.0.6 " ,
4141 "@typescript-eslint/eslint-plugin" : " ^3.0.2" ,
4242 "@typescript-eslint/parser" : " ^3.0.2" ,
4343 "@typescript-eslint/typescript-estree" : " ^3.0.2" ,
4444 "eslint" : " ^7.0.0" ,
4545 "eslint-config-prettier" : " ^6.11.0" ,
4646 "fretted-strings" : " ^1.0.0" ,
4747 "husky" : " ^4.2.5" ,
48- "jest" : " ^25.1.0 " ,
48+ "jest" : " ^26.0.1 " ,
4949 "prettier" : " ^2.0.5" ,
5050 "pretty-quick" : " ^2.0.1" ,
5151 "rimraf" : " ^3.0.0" ,
52- "ts-jest" : " ^25.2.1 " ,
52+ "ts-jest" : " ^26.0.0 " ,
5353 "typescript" : " ~3.9.0"
5454 },
5555 "husky" : {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { ESLintConfigProvider } from "./eslint-config-provider";
66const fixtureDirPath = path . resolve ( __dirname , "../test-fixtures/eslnt-config-provider" ) ;
77
88function readFile ( path : string , encoding : string ) {
9- return fs . readFileSync ( path , { encoding } ) ;
9+ return fs . readFileSync ( path , { encoding : encoding as BufferEncoding } ) ;
1010}
1111
1212class FileUpdater {
You can’t perform that action at this time.
0 commit comments