Skip to content

Commit f072e96

Browse files
wbinnssmithBYK
authored andcommitted
Upgrade: upgrade flow to ^0.52.0 (#4124)
**Summary** This upgrades flow, both in the flowconfig and in the flow-bin dependency to ^0.52.0 **Test plan** `yarn lint`
1 parent d77b3a0 commit f072e96

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
1616
unsafe.enable_getters_and_setters=true
1717

1818
[version]
19-
^0.49.1
19+
^0.52.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"eslint-plugin-react": "^7.1.0",
6767
"eslint-plugin-yarn-internal": "file:scripts/eslint-rules",
6868
"execa": "^0.7.0",
69-
"flow-bin": "^0.49.1",
69+
"flow-bin": "^0.52.0",
7070
"gulp": "^3.9.0",
7171
"gulp-babel": "^6.0.0",
7272
"gulp-if": "^2.0.1",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1886,9 +1886,9 @@ flat-cache@^1.2.1:
18861886
graceful-fs "^4.1.2"
18871887
write "^0.2.1"
18881888

1889-
flow-bin@^0.49.1:
1890-
version "0.49.1"
1891-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.49.1.tgz#c9e456b3173a7535a4ffaf28956352c63bb8e3e9"
1889+
flow-bin@^0.52.0:
1890+
version "0.52.0"
1891+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.52.0.tgz#b6d9abe8bcd1ee5c62df386451a4e2553cadc3a3"
18921892

18931893
for-in@^1.0.1:
18941894
version "1.0.2"

0 commit comments

Comments
 (0)