File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 5
5
"babel-eslint" : " ^10.1.0" ,
6
6
"eslint" : " ^6.8.0" ,
7
7
"eslint-plugin-ava" : " file:../../.." ,
8
- "typescript" : " ^3.9.6 "
8
+ "typescript" : " ^3.9.9 "
9
9
}
10
10
}
Original file line number Diff line number Diff line change @@ -39,8 +39,9 @@ const packages = new Map([
39
39
[ 'p-queue' , 'https://github.com/sindresorhus/p-queue' ] ,
40
40
[ 'pretty-bytes' , 'https://github.com/sindresorhus/pretty-bytes' ] ,
41
41
[ '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']
44
45
] ) ;
45
46
46
47
const typescriptPackages = new Set ( [
You can’t perform that action at this time.
0 commit comments