mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-03-26 09:14:15 +08:00
Update to flow-bin@0.63.1
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user