Skip to content

Commit

Permalink
upgrade flow (#3876)
Browse files Browse the repository at this point in the history
  • Loading branch information
voxsim authored and arcanis committed Jul 10, 2017
1 parent 3a7a077 commit c5a7588
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .flowconfig
Expand Up @@ -16,4 +16,4 @@ suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
unsafe.enable_getters_and_setters=true

[version]
^0.48.0
^0.49.1
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -64,7 +64,7 @@
"eslint-plugin-react": "^6.7.1",
"eslint-plugin-yarn-internal": "file:scripts/eslint-rules",
"execa": "^0.7.0",
"flow-bin": "^0.48.0",
"flow-bin": "^0.49.1",
"gulp": "^3.9.0",
"gulp-babel": "^6.0.0",
"gulp-if": "^2.0.1",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -1931,9 +1931,9 @@ flat-cache@^1.2.1:
graceful-fs "^4.1.2"
write "^0.2.1"

flow-bin@^0.48.0:
version "0.48.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.48.0.tgz#72d075143524358db8901525e3c784dc13a7c7ee"
flow-bin@^0.49.1:
version "0.49.1"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.49.1.tgz#c9e456b3173a7535a4ffaf28956352c63bb8e3e9"

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

0 comments on commit c5a7588

Please sign in to comment.