Skip to content

Commit f85d9b6

Browse files
Update Flow to 0.105 (#2080)
1 parent e591e95 commit f85d9b6

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.flowconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)?)\\)
3838
suppress_comment=\\(.\\|\n\\)*\\$DisableFlowOnNegativeTest
3939

4040
[version]
41-
^0.104.0
42-
41+
^0.105.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"chai": "4.2.0",
5353
"eslint": "5.16.0",
5454
"eslint-plugin-flowtype": "3.12.1",
55-
"flow-bin": "0.104.0",
55+
"flow-bin": "0.105.1",
5656
"mocha": "6.2.0",
5757
"nyc": "14.1.1",
5858
"prettier": "1.18.2"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1299,10 +1299,10 @@ flatted@^2.0.0:
12991299
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.1.tgz#69e57caa8f0eacbc281d2e2cb458d46fdb449e08"
13001300
integrity sha512-a1hQMktqW9Nmqr5aktAux3JMNqaucxGcjtjWnZLHX7yyPCmlSV3M54nGYbqT8K+0GhF3NBgmJCc3ma+WOgX8Jg==
13011301

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

13071307
foreground-child@^1.5.6:
13081308
version "1.5.6"

0 commit comments

Comments
 (0)