Skip to content

Commit 9984ac4

Browse files
gkzfacebook-github-bot
authored andcommitted
Deploy Flow 0.103 to xplat
Summary: Deploy Flow 0.103 to xplat bypass-lint Reviewed By: panagosg7 Differential Revision: D16374740 fbshipit-source-id: e0d67e0bc9a209dd75d78bcf257c6af821ed04d1
1 parent 5ebc0ab commit 9984ac4

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ untyped-import
7878
untyped-type-import
7979

8080
[version]
81-
^0.102.0
81+
^0.103.0

.flowconfig.android

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ untyped-import
7878
untyped-type-import
7979

8080
[version]
81-
^0.102.0
81+
^0.103.0

Libraries/Sample/Sample.android.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ const warning = require('fbjs/lib/warning');
1616

1717
const Sample = {
1818
test: function() {
19-
/* $FlowFixMe(>=0.102.0 site=react_native_android_fb) This comment
20-
* suppresses an error found when Flow v0.102 was deployed. To see the
19+
/* $FlowFixMe(>=0.103.0 site=react_native_android_fb) This comment
20+
* suppresses an error found when Flow v0.103 was deployed. To see the
2121
* error, delete this comment and run Flow. */
2222
warning('Not yet implemented for Android.');
2323
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"eslint-plugin-react-hooks": "^1.5.1",
134134
"eslint-plugin-react-native": "3.6.0",
135135
"eslint-plugin-relay": "1.3.0",
136-
"flow-bin": "^0.102.0",
136+
"flow-bin": "^0.103.0",
137137
"flow-remove-types": "1.2.3",
138138
"jest": "^24.7.1",
139139
"jest-junit": "^6.3.0",

template/_flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ untyped-import
7272
untyped-type-import
7373

7474
[version]
75-
^0.102.0
75+
^0.103.0

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3191,10 +3191,10 @@ flat-cache@^1.2.1:
31913191
rimraf "~2.6.2"
31923192
write "^0.2.1"
31933193

3194-
flow-bin@^0.102.0:
3195-
version "0.102.0"
3196-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.102.0.tgz#3d5de44bcc26d26585e932b3201988b766f9b380"
3197-
integrity sha512-mYon6noeLO0Q5SbiWULLQeM1L96iuXnRtYMd47j3bEWXAwUW9EnwNWcn+cZg/jC/Dg4Wj/jnkdTDEuFtbeu1ww==
3194+
flow-bin@^0.103.0:
3195+
version "0.103.0"
3196+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.103.0.tgz#7aec510d85e1c1b0f2b912bb988337d70035cb0f"
3197+
integrity sha512-Y3yrnE5ICN1Kl/y10BwjA3JSuS+gt4jVPNyUNCZb0RqmkdssMrW8QNNysJYvhgAY/JBJH8Qv7NVUf11MiwfSlA==
31983198

31993199
flow-parser@0.*:
32003200
version "0.89.0"

0 commit comments

Comments
 (0)