Skip to content

Commit c444416

Browse files
Update Flow to v0.112 (#2265)
1 parent 205c49a commit c444416

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.flowconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ deprecated-utility=error
2424
dynamic-export=off
2525
unsafe-getters-setters=error
2626
inexact-spread=error
27-
implicit-inexact-object=error
2827
unnecessary-optional-chain=error
2928
unnecessary-invariant=error
3029
signature-verification-failure=error
30+
implicit-inexact-object=error
31+
ambiguous-object-type=error
3132
uninitialized-instance-property=error
3233
non-array-spread=error
3334

@@ -38,4 +39,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)?)\\)
3839
suppress_comment=\\(.\\|\n\\)*\\$DisableFlowOnNegativeTest
3940

4041
[version]
41-
^0.111.0
42+
^0.112.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"dtslint": "1.0.3",
5656
"eslint": "6.6.0",
5757
"eslint-plugin-flowtype": "4.3.0",
58-
"flow-bin": "0.111.3",
58+
"flow-bin": "0.112.0",
5959
"mocha": "6.2.2",
6060
"nyc": "14.1.1",
6161
"prettier": "1.19.1"

yarn.lock

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

1464-
flow-bin@0.111.3:
1465-
version "0.111.3"
1466-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.111.3.tgz#8653a413400ebc966097a47c81fb4e6b722a5921"
1467-
integrity sha512-Gn27aRTjSFicukZ/pq3raRERmSk9UWszhIK9eNtj6843L54YtK+jk2OkQWV70+VKi9LmWyfItCkhwoIVy7L2lA==
1464+
flow-bin@0.112.0:
1465+
version "0.112.0"
1466+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.112.0.tgz#6a21c31937c4a2f23a750056a364c598a95ea216"
1467+
integrity sha512-vdcuKv0UU55vjv0e2EVh1ZxlU+TSNT19SkE+6gT1vYzTKtzYE6dLuAmBIiS3Rg2N9D9HOI6TKSyl53zPtqZLrA==
14681468

14691469
foreground-child@^1.5.6:
14701470
version "1.5.6"

0 commit comments

Comments
 (0)