flow-bin@0.82.0 (#8832)

This commit is contained in:
Brian Ng 2018-10-10 12:29:23 -05:00 committed by GitHub
parent 842c164be5
commit ce1a6526e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@
"eslint-plugin-flowtype": "^2.50.1", "eslint-plugin-flowtype": "^2.50.1",
"eslint-plugin-local-rules": "0.1.0", "eslint-plugin-local-rules": "0.1.0",
"eslint-plugin-prettier": "^2.6.2", "eslint-plugin-prettier": "^2.6.2",
"flow-bin": "^0.80.0", "flow-bin": "^0.82.0",
"graceful-fs": "^4.1.11", "graceful-fs": "^4.1.11",
"gulp": "^4.0.0", "gulp": "^4.0.0",
"gulp-babel": "^8.0.0-beta.2", "gulp-babel": "^8.0.0-beta.2",

View File

@ -398,7 +398,7 @@ export type ObjectMemberBase = NodeBase & {
decorators: $ReadOnlyArray<Decorator>, decorators: $ReadOnlyArray<Decorator>,
kind?: "get" | "set" | "method", kind?: "get" | "set" | "method",
method: boolean, // TODO: Not in spec method: boolean, // TODO: Not in spec
typeParameters?: ?TypeParameterInstantiationBase, // TODO: Not in spec
variance?: ?FlowVariance, // TODO: Not in spec variance?: ?FlowVariance, // TODO: Not in spec
}; };

View File

@ -3508,9 +3508,9 @@ flat-cache@^1.2.1:
graceful-fs "^4.1.2" graceful-fs "^4.1.2"
write "^0.2.1" write "^0.2.1"
flow-bin@^0.80.0: flow-bin@^0.82.0:
version "0.80.0" version "0.82.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.80.0.tgz#04cc1ee626a6f50786f78170c92ebe1745235403" resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.82.0.tgz#fbec84c0d6cab7877565eca8214d655f3aefb8db"
flush-write-stream@^1.0.2: flush-write-stream@^1.0.2:
version "1.0.3" version "1.0.3"