Skip to content

Commit

Permalink
Update Flow to 0.105 (#2080)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Aug 12, 2019
1 parent e591e95 commit f85d9b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .flowconfig
Expand Up @@ -38,5 +38,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)?)\\)
suppress_comment=\\(.\\|\n\\)*\\$DisableFlowOnNegativeTest

[version]
^0.104.0

^0.105.0
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -52,7 +52,7 @@
"chai": "4.2.0",
"eslint": "5.16.0",
"eslint-plugin-flowtype": "3.12.1",
"flow-bin": "0.104.0",
"flow-bin": "0.105.1",
"mocha": "6.2.0",
"nyc": "14.1.1",
"prettier": "1.18.2"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1299,10 +1299,10 @@ flatted@^2.0.0:
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.1.tgz#69e57caa8f0eacbc281d2e2cb458d46fdb449e08"
integrity sha512-a1hQMktqW9Nmqr5aktAux3JMNqaucxGcjtjWnZLHX7yyPCmlSV3M54nGYbqT8K+0GhF3NBgmJCc3ma+WOgX8Jg==

flow-bin@0.104.0:
version "0.104.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.104.0.tgz#ef5b3600dfd36abe191a87d19f66e481bad2e235"
integrity sha512-EZXRRmf7m7ET5Lcnwm/I/T8G3d427Bq34vmO3qIlRcPIYloGuVoqRCwjaeezLRDntHkdciagAKbhJ+NTbDjnkw==
flow-bin@0.105.1:
version "0.105.1"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.105.1.tgz#5ce4515b583e5fa6ea1b82bc849c354271f5b88d"
integrity sha512-wRI5ogu/+85fgftljAOtnDBx9+2JHToyq2XifzoMmXc5mmB9OE7osukzwi2PuOoEKtq9fu+APRD+MqbEJ8bUwQ==

foreground-child@^1.5.6:
version "1.5.6"
Expand Down

0 comments on commit f85d9b6

Please sign in to comment.