File tree 3 files changed +7
-21
lines changed
3 files changed +7
-21
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,10 @@ suppress_type=$FlowFixMeProps
49
49
suppress_type=$FlowFixMeState
50
50
51
51
well_formed_exports=true
52
- types_first=true
53
52
experimental.abstract_locations=true
54
53
54
+ sharedmemory.heap_size=4000000000
55
+
55
56
[lints]
56
57
sketchy-null-number=warn
57
58
sketchy-null-mixed=warn
@@ -63,7 +64,6 @@ unsafe-getters-setters=warn
63
64
unnecessary-invariant=warn
64
65
signature-verification-failure=warn
65
66
deprecated-utility=error
66
- unsafe-addition=error
67
67
68
68
[strict]
69
69
deprecated-type
@@ -73,6 +73,3 @@ unclear-type
73
73
unsafe-getters-setters
74
74
untyped-import
75
75
untyped-type-import
76
-
77
- [version]
78
- ^0.129.0
Original file line number Diff line number Diff line change 38
38
"eslint" : " 7" ,
39
39
"eslint-plugin-prettier" : " ^3.1.2" ,
40
40
"expo" : " ^38.0.10" ,
41
- "flow-bin" : " ^0.129 .0" ,
41
+ "flow-bin" : " ^0.142 .0" ,
42
42
"husky" : " ^4.0.10" ,
43
43
"jest" : " ^26.0.1" ,
44
44
"metro-react-native-babel-preset" : " 0.64.0" ,
60
60
" <rootDir>/jest.setup.js"
61
61
]
62
62
},
63
- "husky" : {
64
- "hooks" : {
65
- "pre-commit" : " lint-staged"
66
- }
67
- },
68
- "lint-staged" : {
69
- "*.{js,json,css,md}" : [
70
- " prettier --write" ,
71
- " git add"
72
- ]
73
- },
74
63
"repository" : {
75
64
"type" : " git" ,
76
65
"url" : " git+https://github.com/react-native-community/segmented-control.git"
Original file line number Diff line number Diff line change @@ -6557,10 +6557,10 @@ flatted@^2.0.0:
6557
6557
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.0.tgz#55122b6536ea496b4b44893ee2608141d10d9916"
6558
6558
integrity sha512-R+H8IZclI8AAkSBRQJLVOsxwAoHd6WC40b4QTNWIjzAa6BXOBfQcM587MXDTVPeYaopFNWHUFLx7eNmHDSxMWg==
6559
6559
6560
- flow-bin@^0.129 .0:
6561
- version "0.129 .0"
6562
- resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.129 .0.tgz#50294d6e335dd97d095c27b096ea0b94c2415d55 "
6563
- integrity sha512-WLXOj09oCK6nODVKM5uxvAzBpxXeI304E60tELMeQd/TJsyfbykNCZ+e4xml9eUOyoac9nDL3YrJpPZMzq0tMA ==
6560
+ flow-bin@^0.142 .0:
6561
+ version "0.142 .0"
6562
+ resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.142 .0.tgz#b46b69de1123cf7c5a50917402968e07291df054 "
6563
+ integrity sha512-YgiapK/wrJjcgSgOWfoncbZ4vZrZWdHs+p7V9duI9zo4ehW2nM/VRrpSaWoZ+CWu3t+duGyAvupJvC6MM2l07w ==
6564
6564
6565
6565
flush-write-stream@^1.0.0:
6566
6566
version "1.1.1"
You can’t perform that action at this time.
0 commit comments