This commit is contained in:
Nicolas Gallagher
2018-01-09 17:49:52 -08:00
parent 60c2cd65df
commit 902ba22877
4 changed files with 8 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
[version]
^0.61.0
^0.63.0
[ignore]
<PROJECT_ROOT>/.*/__tests__/.*
@@ -14,4 +14,4 @@
<PROJECT_ROOT>/types
[options]
unsafe.enable_getters_and_setters=true

View File

@@ -40,7 +40,7 @@
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.5.1",
"flow-bin": "^0.61.0",
"flow-bin": "^0.63.1",
"husky": "^0.14.3",
"jest": "^21.2.1",
"lerna": "^2.6.0",

View File

@@ -22,7 +22,8 @@ const _requestIdleCallback = function(cb: Function) {
}, 1);
};
const _cancelIdleCallback = function(id: number) {
// $FlowFixMe (TimeoutID type is not recognized by eslint)
const _cancelIdleCallback = function(id) {
clearTimeout(id);
};

View File

@@ -3713,9 +3713,9 @@ flatten@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782"
flow-bin@^0.61.0:
version "0.61.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.61.0.tgz#d0473a8c35dbbf4de573823f4932124397d32d35"
flow-bin@^0.63.1:
version "0.63.1"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.63.1.tgz#ab00067c197169a5fb5b4996c8f6927b06694828"
flush-write-stream@^1.0.0:
version "1.0.2"