Skip to content

Commit d868e86

Browse files
gabelevifacebook-github-bot
authored andcommitted
Deploy v0.42.0
Reviewed By: zertosh Differential Revision: D4732064 fbshipit-source-id: 12fb8f9aff983ff5d1cb01f413bab761259829f9
1 parent 7c9173b commit d868e86

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.flowconfig

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ suppress_type=$FlowIssue
4646
suppress_type=$FlowFixMe
4747
suppress_type=$FixMe
4848

49-
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(4[0-1]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_oss[a-z,_]*\\)?)\\)
50-
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(4[0-1]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_oss[a-z,_]*\\)?)\\)?:? #[0-9]+
49+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(4[0-2]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_oss[a-z,_]*\\)?)\\)
50+
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(4[0-2]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_oss[a-z,_]*\\)?)\\)?:? #[0-9]+
5151
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
5252
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
5353

5454
unsafe.enable_getters_and_setters=true
5555

5656
[version]
57-
^0.41.0
57+
^0.42.0

local-cli/templates/HelloWorld/_flowconfig

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ suppress_type=$FlowIssue
3636
suppress_type=$FlowFixMe
3737
suppress_type=$FixMe
3838

39-
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(4[0-1]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
40-
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(4[0-1]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
39+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(4[0-2]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
40+
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]+
4141
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
4242
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
4343

4444
unsafe.enable_getters_and_setters=true
4545

4646
[version]
47-
^0.41.0
47+
^0.42.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
"eslint-plugin-babel": "^3.3.0",
219219
"eslint-plugin-flowtype": "^2.20.0",
220220
"eslint-plugin-react": "^6.4.1",
221-
"flow-bin": "^0.41.0",
221+
"flow-bin": "^0.42.0",
222222
"jest": "19.0.2",
223223
"jest-repl": "19.0.2",
224224
"jest-runtime": "19.0.2",

0 commit comments

Comments
 (0)