Skip to content

Commit c97fc61

Browse files
committed
upgrade flow to 0.45
1 parent 9905067 commit c97fc61

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
@@ -55,12 +55,12 @@ suppress_type=$FlowIssue
5555
suppress_type=$FlowFixMe
5656
suppress_type=$FixMe
5757

58-
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(4[0-2]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
59-
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]+
58+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(4[0-5]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
59+
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(4[0-5]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
6060
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
6161
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
6262

6363
unsafe.enable_getters_and_setters=true
6464

6565
[version]
66-
^0.42.0
66+
^0.45.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.42.0",
110+
"flow-bin": "0.45.0",
111111
"jest": "20.0.4",
112112
"js-yaml": "3.9.0",
113113
"junk": "2.1.0",

0 commit comments

Comments
 (0)