Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit 342a51a

Browse files
mitermayerfacebook-github-bot
authored andcommitted
Bumping internal flow version
Summary: This is first step In order to investigate issues reported by #1621, this PR will bump our internal flow dep to latest released version. Closes #1628 Differential Revision: D6832198 fbshipit-source-id: e2a6c34f766e007a3a75a8f55e71921d6ffb1767
1 parent 4c12ead commit 342a51a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"eslint-plugin-react": "^7.3.0",
5959
"eslint-plugin-relay": "^0.0.8",
6060
"fbjs-scripts": "^0.8.0",
61-
"flow-bin": "^0.59.0",
61+
"flow-bin": "^0.64.0",
6262
"gulp": "^3.9.0",
6363
"gulp-babel": "^6.1.2",
6464
"gulp-browserify-thin": "^0.1.5",

src/.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(2[0-8]\\|1[
2727
module.name_mapper='ReactDOM' -> 'react-dom'
2828

2929
[version]
30-
^0.59.0
30+
^0.64.0

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2097,9 +2097,9 @@ flat-cache@^1.2.1:
20972097
graceful-fs "^4.1.2"
20982098
write "^0.2.1"
20992099

2100-
flow-bin@^0.59.0:
2101-
version "0.59.0"
2102-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.59.0.tgz#8c151ee7f09f1deed9bf0b9d1f2e8ab9d470f1bb"
2100+
flow-bin@^0.64.0:
2101+
version "0.64.0"
2102+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.64.0.tgz#ddd3fb3b183ab1ab35a5d5dec9caf5ebbcded167"
21032103

21042104
for-in@^1.0.1:
21052105
version "1.0.2"

0 commit comments

Comments
 (0)