Skip to content

Commit 3c7bcef

Browse files
committed
Bump Flow to 0.154.0
1 parent 740a4aa commit 3c7bcef

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"eslint-plugin-react": "7.20.6",
8181
"eslint-plugin-react-hooks": "4.1.2",
8282
"file-url": "2.0.2",
83-
"flow-bin": "0.153.0",
83+
"flow-bin": "0.154.0",
8484
"gettext-parser": "3.1.0",
8585
"http-proxy": "1.18.1",
8686
"jsdom": "13.2.0",

script/generate_edit_data_flow_type.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ const {generateFlowType} = require('../root/utility/generateFlowType');
5151
const createIterator = () => {
5252
let buffer/*: Array<string> | null */ = [];
5353
let index = 0;
54-
return {
55-
/*:: @@asyncIterator: function () { return this; }, */
54+
const it = {
55+
/*:: @@asyncIterator: function () { return it; }, */
5656
async next() {
5757
if (buffer == null) {
5858
return {done: true};
@@ -82,6 +82,7 @@ const {generateFlowType} = require('../root/utility/generateFlowType');
8282
});
8383
},
8484
};
85+
return it;
8586
};
8687

8788
const objectStrings = {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3413,10 +3413,10 @@ flatted@^2.0.0:
34133413
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138"
34143414
integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==
34153415

3416-
flow-bin@0.153.0:
3417-
version "0.153.0"
3418-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.153.0.tgz#44d941acaf5ef977fa26d1b4b5dc3cf56b68eefc"
3419-
integrity sha512-sxP9nfXnoyCUT6hjAO+zDyHLO3dZcWg0h+4HttHs/5wg/2oAkTDwmsWbj095IQsEmwTicq2TfqWq5QRuLxynlQ==
3416+
flow-bin@0.154.0:
3417+
version "0.154.0"
3418+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.154.0.tgz#e086964398e671daa8f56ed8663d7876337f77e5"
3419+
integrity sha512-I6u2ETdkAyard+8C5na6bfZp4EM0zIMB7O5zH4GKzBLv9/y8/NYRTxEXQe5T0hvj9R9DxFBUoPsFK76ziweUFw==
34203420

34213421
flush-write-stream@^1.0.0:
34223422
version "1.1.1"

0 commit comments

Comments
 (0)