Skip to content

Commit 59db059

Browse files
mrochfacebook-github-bot
authored andcommitted
upgrade to flow v0.104.0
Reviewed By: dsainati1 Differential Revision: D16523758 fbshipit-source-id: 8816a6b93415b9967888217dd6d0642830d5ed1d
1 parent fffe2d0 commit 59db059

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.flowconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ untyped-import
7878
untyped-type-import
7979

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

.flowconfig.android

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ untyped-import
7878
untyped-type-import
7979

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"eslint-plugin-react-hooks": "^1.5.1",
138138
"eslint-plugin-react-native": "3.6.0",
139139
"eslint-plugin-relay": "1.3.0",
140-
"flow-bin": "^0.103.0",
140+
"flow-bin": "^0.104.0",
141141
"flow-remove-types": "1.2.3",
142142
"jest": "^24.7.1",
143143
"jest-junit": "^6.3.0",

template/_flowconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ untyped-import
7272
untyped-type-import
7373

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

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3202,10 +3202,10 @@ flat-cache@^1.2.1:
32023202
rimraf "~2.6.2"
32033203
write "^0.2.1"
32043204

3205-
flow-bin@^0.103.0:
3206-
version "0.103.0"
3207-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.103.0.tgz#7aec510d85e1c1b0f2b912bb988337d70035cb0f"
3208-
integrity sha512-Y3yrnE5ICN1Kl/y10BwjA3JSuS+gt4jVPNyUNCZb0RqmkdssMrW8QNNysJYvhgAY/JBJH8Qv7NVUf11MiwfSlA==
3205+
flow-bin@^0.104.0:
3206+
version "0.104.0"
3207+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.104.0.tgz#ef5b3600dfd36abe191a87d19f66e481bad2e235"
3208+
integrity sha512-EZXRRmf7m7ET5Lcnwm/I/T8G3d427Bq34vmO3qIlRcPIYloGuVoqRCwjaeezLRDntHkdciagAKbhJ+NTbDjnkw==
32093209

32103210
flow-parser@0.*:
32113211
version "0.89.0"

0 commit comments

Comments
 (0)