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

Commit

Permalink
Bumping internal flow version
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mitermayer authored and facebook-github-bot committed Jan 29, 2018
1 parent 4c12ead commit 342a51a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"eslint-plugin-react": "^7.3.0",
"eslint-plugin-relay": "^0.0.8",
"fbjs-scripts": "^0.8.0",
"flow-bin": "^0.59.0",
"flow-bin": "^0.64.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-browserify-thin": "^0.1.5",
Expand Down
2 changes: 1 addition & 1 deletion src/.flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(2[0-8]\\|1[
module.name_mapper='ReactDOM' -> 'react-dom'

[version]
^0.59.0
^0.64.0
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2097,9 +2097,9 @@ flat-cache@^1.2.1:
graceful-fs "^4.1.2"
write "^0.2.1"

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

for-in@^1.0.1:
version "1.0.2"
Expand Down

0 comments on commit 342a51a

Please sign in to comment.