File tree 3 files changed +6
-19
lines changed
3 files changed +6
-19
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,6 @@ module.system.node.resolve_dirname=node_modules
36
36
module.system.node.resolve_dirname=src
37
37
emoji=true
38
38
39
- esproposal.optional_chaining=enable
40
- esproposal.nullish_coalescing=enable
41
-
42
39
module.file_ext=.js
43
40
module.file_ext=.json
44
41
module.file_ext=.ios.js
@@ -53,10 +50,6 @@ suppress_type=$FlowFixMe
53
50
suppress_type=$FlowFixMeProps
54
51
suppress_type=$FlowFixMeState
55
52
56
- suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)? *\\(site=[a-z,_]*react_native\\(_ios\\)?_\\(oss\\|fb\\)[a-z,_]*\\)?)\\)
57
- suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(<VERSION>\\)? *\\(site=[a-z,_]*react_native\\(_ios\\)?_\\(oss\\|fb\\)[a-z,_]*\\)?)\\)?:? #[0-9]+
58
- suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
59
-
60
53
[lints]
61
54
sketchy-null-number=warn
62
55
sketchy-null-mixed=warn
@@ -65,7 +58,6 @@ untyped-type-import=warn
65
58
nonstrict-import=warn
66
59
deprecated-type=warn
67
60
unsafe-getters-setters=warn
68
- inexact-spread=warn
69
61
unnecessary-invariant=warn
70
62
signature-verification-failure=warn
71
63
deprecated-utility=error
@@ -80,4 +72,4 @@ untyped-import
80
72
untyped-type-import
81
73
82
74
[version]
83
- ^0.113 .0
75
+ ^0.163 .0
Original file line number Diff line number Diff line change 31
31
"babel-jest" : " ^24.9.0" ,
32
32
"babel-plugin-module-resolver" : " 3.1.3" ,
33
33
"eslint" : " ^6.5.1" ,
34
- "flow-bin" : " 0.113 .0" ,
34
+ "flow-bin" : " ^0.163 .0" ,
35
35
"jest" : " ^24.9.0" ,
36
36
"metro-react-native-babel-preset" : " ^0.56.0" ,
37
37
"react-test-renderer" : " 16.9.0"
38
38
},
39
39
"repository" : {
40
40
"type" : " git" ,
41
41
"url" : " https://github.com/callstack/react-native-slider.git"
42
- },
43
- "dependencies" : {
44
- "flow-bin" : " 0.113.0"
45
42
}
46
43
}
Original file line number Diff line number Diff line change 2197
2197
2198
2198
" @react-native-community/slider@file:src " :
2199
2199
version "4.1.11"
2200
- dependencies :
2201
- flow-bin "0.113.0"
2202
2200
2203
2201
" @react-native-windows/[email protected] " :
2204
2202
version "0.65.0"
@@ -4499,10 +4497,10 @@ flatted@^2.0.0:
4499
4497
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.1.tgz#69e57caa8f0eacbc281d2e2cb458d46fdb449e08"
4500
4498
integrity sha512-a1hQMktqW9Nmqr5aktAux3JMNqaucxGcjtjWnZLHX7yyPCmlSV3M54nGYbqT8K+0GhF3NBgmJCc3ma+WOgX8Jg==
4501
4499
4502
- flow-bin@0.113 .0 :
4503
- version "0.113 .0"
4504
- resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.113 .0.tgz#6457d250dbc6f71ca51e75f00a96d23cde5d987a "
4505
- integrity sha512-76uE2LGNe50wm+Jup8Np4FBcMbyy5V2iE+K25PPIYLaEMGHrL1jnQfP9L0hTzA5oh2ZJlexRLMlaPqIYIKH9nw ==
4500
+ flow-bin@^0.163 .0 :
4501
+ version "0.163 .0"
4502
+ resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.163 .0.tgz#c2cb62e336cfdeac035a4cc86e143e1e5ff4d1d0 "
4503
+ integrity sha512-4rNdO/lT38/c+8SR4eZK+PthE9c3MFiDnr8TYBpIM77EkM2yl9Ug8N2oPPk0UJs6kG93Yb61G14s95dfSoUARA ==
4506
4504
4507
4505
flow-parser@0.* :
4508
4506
version "0.159.0"
You can’t perform that action at this time.
0 commit comments