File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 55 "babel-eslint" : " ^10.1.0" ,
66 "eslint" : " ^6.8.0" ,
77 "eslint-plugin-ava" : " file:../../.." ,
8- "typescript" : " ^3.9.6 "
8+ "typescript" : " ^3.9.9 "
99 }
1010}
Original file line number Diff line number Diff line change @@ -39,8 +39,9 @@ const packages = new Map([
3939 [ 'p-queue' , 'https://github.com/sindresorhus/p-queue' ] ,
4040 [ 'pretty-bytes' , 'https://github.com/sindresorhus/pretty-bytes' ] ,
4141 [ 'normalize-url' , 'https://github.com/sindresorhus/normalize-url' ] ,
42- [ 'pageres' , 'https://github.com/sindresorhus/pageres' ] ,
43- [ 'got' , 'https://github.com/sindresorhus/got' ]
42+ [ 'pageres' , 'https://github.com/sindresorhus/pageres' ]
43+ // Disabled for now: https://github.com/avajs/eslint-plugin-ava/runs/2044891483?check_suite_focus=true
44+ // ['got', 'https://github.com/sindresorhus/got']
4445] ) ;
4546
4647const typescriptPackages = new Set ( [
You can’t perform that action at this time.
0 commit comments