File tree Expand file tree Collapse file tree 4 files changed +160
-128
lines changed Expand file tree Collapse file tree 4 files changed +160
-128
lines changed Original file line number Diff line number Diff line change 9
9
- flowtype
10
10
11
11
rules :
12
- # `eslint-plugin-flowtype` rule list based on `v4.2 .x`
12
+ # `eslint-plugin-flowtype` rule list based on `v4.3 .x`
13
13
# https://github.com/gajus/eslint-plugin-flowtype#eslint-plugin-flowtype
14
14
15
15
flowtype/array-style-complex-type : [error, verbose]
Original file line number Diff line number Diff line change @@ -38,4 +38,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)?)\\)
38
38
suppress_comment=\\(.\\|\n\\)*\\$DisableFlowOnNegativeTest
39
39
40
40
[version]
41
- ^0.106 .0
41
+ ^0.107 .0
Original file line number Diff line number Diff line change 45
45
"iterall" : " ^1.2.2"
46
46
},
47
47
"devDependencies" : {
48
- "@babel/core" : " 7.5.5 " ,
48
+ "@babel/core" : " 7.6.0 " ,
49
49
"@babel/plugin-transform-flow-strip-types" : " 7.4.4" ,
50
- "@babel/polyfill" : " 7.4.4 " ,
51
- "@babel/preset-env" : " 7.5.5 " ,
52
- "@babel/register" : " 7.5.5 " ,
50
+ "@babel/polyfill" : " 7.6.0 " ,
51
+ "@babel/preset-env" : " 7.6.0 " ,
52
+ "@babel/register" : " 7.6.0 " ,
53
53
"babel-eslint" : " 10.0.3" ,
54
54
"chai" : " 4.2.0" ,
55
- "dtslint" : " ^0.9.3 " ,
55
+ "dtslint" : " ^0.9.6 " ,
56
56
"eslint" : " 6.3.0" ,
57
- "eslint-plugin-flowtype" : " 4.2 .0" ,
58
- "flow-bin" : " 0.106.3 " ,
57
+ "eslint-plugin-flowtype" : " 4.3 .0" ,
58
+ "flow-bin" : " 0.107.0 " ,
59
59
"mocha" : " 6.2.0" ,
60
60
"nyc" : " 14.1.1" ,
61
61
"prettier" : " 1.18.2"
You can’t perform that action at this time.
0 commit comments