Skip to content

Commit a6c252b

Browse files
Update Flow to 0.114.0 (#2289)
1 parent 9063ade commit a6c252b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.flowconfig

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

4141
[version]
42-
^0.113.0
42+
^0.114.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"dtslint": "2.0.2",
5656
"eslint": "6.7.2",
5757
"eslint-plugin-flowtype": "4.5.2",
58-
"flow-bin": "0.113.0",
58+
"flow-bin": "0.114.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
@@ -1452,10 +1452,10 @@ flatted@^2.0.0:
14521452
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.1.tgz#69e57caa8f0eacbc281d2e2cb458d46fdb449e08"
14531453
integrity sha512-a1hQMktqW9Nmqr5aktAux3JMNqaucxGcjtjWnZLHX7yyPCmlSV3M54nGYbqT8K+0GhF3NBgmJCc3ma+WOgX8Jg==
14541454

1455-
flow-bin@0.113.0:
1456-
version "0.113.0"
1457-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.113.0.tgz#6457d250dbc6f71ca51e75f00a96d23cde5d987a"
1458-
integrity sha512-76uE2LGNe50wm+Jup8Np4FBcMbyy5V2iE+K25PPIYLaEMGHrL1jnQfP9L0hTzA5oh2ZJlexRLMlaPqIYIKH9nw==
1455+
flow-bin@0.114.0:
1456+
version "0.114.0"
1457+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.114.0.tgz#9079c5fcdf08fab4db91616f38994e9b7d035842"
1458+
integrity sha512-hewufX0nbnhemQn5XtJ97nEFNqoBclPBAZ54aY3jKuZJnLpwqB7Doaplet3M26TOh2NchBsU0+lUkM8oVna2VA==
14591459

14601460
foreground-child@^1.5.6:
14611461
version "1.5.6"

0 commit comments

Comments
 (0)