File tree Expand file tree Collapse file tree 4 files changed +294
-272
lines changed Expand file tree Collapse file tree 4 files changed +294
-272
lines changed Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ overrides:
433
433
flowtype/require-valid-file-annotation : off
434
434
435
435
# #########################################################################
436
- # `@typescript-eslint/eslint-plugin` rule list based on `v2.17 .x`
436
+ # `@typescript-eslint/eslint-plugin` rule list based on `v2.21 .x`
437
437
# #########################################################################
438
438
439
439
# Supported Rules
Original file line number Diff line number Diff line change @@ -40,4 +40,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)?)\\)
40
40
suppress_comment=\\(.\\|\n\\)*\\$DisableFlowOnNegativeTest
41
41
42
42
[version]
43
- ^0.118 .0
43
+ ^0.119 .0
Original file line number Diff line number Diff line change 44
44
},
45
45
"dependencies" : {},
46
46
"devDependencies" : {
47
- "@babel/core" : " 7.8.4 " ,
47
+ "@babel/core" : " 7.8.6 " ,
48
48
"@babel/plugin-transform-flow-strip-types" : " 7.8.3" ,
49
- "@babel/preset-env" : " 7.8.4 " ,
50
- "@babel/register" : " 7.8.3 " ,
51
- "@typescript-eslint/eslint-plugin" : " 2.19.2 " ,
52
- "@typescript-eslint/parser" : " 2.19.2 " ,
53
- "babel-eslint" : " 10.0.3 " ,
49
+ "@babel/preset-env" : " 7.8.6 " ,
50
+ "@babel/register" : " 7.8.6 " ,
51
+ "@typescript-eslint/eslint-plugin" : " 2.21.0 " ,
52
+ "@typescript-eslint/parser" : " 2.21.0 " ,
53
+ "babel-eslint" : " 10.1.0 " ,
54
54
"chai" : " 4.2.0" ,
55
- "cspell" : " 4.0.46 " ,
56
- "dtslint" : " 2.0.6 " ,
55
+ "cspell" : " 4.0.55 " ,
56
+ "dtslint" : " 3. 2.0" ,
57
57
"eslint" : " 6.8.0" ,
58
58
"eslint-plugin-flowtype" : " 4.6.0" ,
59
59
"eslint-plugin-import" : " 2.20.1" ,
60
- "flow-bin" : " 0.118.0 " ,
61
- "mocha" : " 7.0.1 " ,
60
+ "flow-bin" : " 0.119.1 " ,
61
+ "mocha" : " 7.1.0 " ,
62
62
"nyc" : " 15.0.0" ,
63
63
"prettier" : " 1.19.1" ,
64
- "typescript" : " ^3.7.5 "
64
+ "typescript" : " ^3.8.3 "
65
65
}
66
66
}
You can’t perform that action at this time.
0 commit comments