Skip to content

Commit df75c44

Browse files
committed
upgrade flow to 0.42.0
1 parent ea6cc5f commit df75c44

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.flowconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ suppress_type=$FlowIssue
5353
suppress_type=$FlowFixMe
5454
suppress_type=$FixMe
5555

56-
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(4[0-0]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
57-
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(4[0-0]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
56+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(4[0-2]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
57+
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(4[0-2]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
5858
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
5959
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
6060

6161
unsafe.enable_getters_and_setters=true
6262

6363
[version]
64-
^0.40.0
64+
^0.42.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"eslint-plugin-flowtype": "2.35.0",
108108
"eslint-plugin-react": "7.1.0",
109109
"eslint-plugin-react-native": "2.3.2",
110-
"flow-bin": "0.40.0",
110+
"flow-bin": "0.42.0",
111111
"jest": "20.0.4",
112112
"js-yaml": "3.9.0",
113113
"junk": "2.1.0",

0 commit comments

Comments
 (0)