Skip to content

Commit

Permalink
Update flow-bin to the latest version 馃殌 (#3909)
Browse files Browse the repository at this point in the history
* chore(package): update flow-bin to version 0.91.0

* Update flow-defs
  • Loading branch information
greenkeeper[bot] authored and jeddy3 committed Jan 18, 2019
1 parent 7b023d4 commit 0d5d5fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions flow-typed/npm/lodash_v4.x.x.js
@@ -1,5 +1,5 @@
// flow-typed signature: 485dd3660399d57af4b492ae38a40556
// flow-typed version: c52db29730/lodash_v4.x.x/flow_>=v0.63.x
// flow-typed signature: eb76e103c3b8c027ca42ac61026baba8
// flow-typed version: 6bc9a10e83/lodash_v4.x.x/flow_>=v0.63.x

declare module "lodash" {
declare type __CurriedFunction1<A, R, AA: A> = (...r: [AA]) => R;
Expand Down Expand Up @@ -1068,7 +1068,7 @@ declare module "lodash" {
at(object?: ?Object, ...paths: Array<string>): Array<any>;
at(object?: ?Object, paths: Array<string>): Array<any>;
create(prototype: void | null, properties: void | null): {};
create<T>(prototype: T, properties: Object): $Supertype<T>;
create<T>(prototype: T, properties: Object): T;
create(prototype: any, properties: void | null): {};
defaults(object?: ?Object, ...sources?: Array<?Object>): Object;
defaultsDeep(object?: ?Object, ...sources?: Array<?Object>): Object;
Expand Down Expand Up @@ -2726,7 +2726,7 @@ declare module "lodash/fp" {
props(paths: Array<string>, object: Object): Array<any>;
paths(paths: Array<string>): (object: Object) => Array<any>;
paths(paths: Array<string>, object: Object): Array<any>;
create<T>(prototype: T): $Supertype<T>;
create<T>(prototype: T): T;
defaults(source: Object): (object: Object) => Object;
defaults(source: Object, object: Object): Object;
defaultsAll(objects: Array<Object>): Object;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -97,7 +97,7 @@
"eslint": "~5.7.0",
"eslint-config-stylelint": "~11.0.0",
"file-exists-promise": "^1.0.2",
"flow-bin": "^0.90.0",
"flow-bin": "^0.91.0",
"flow-typed": "^2.5.1",
"husky": "^1.1.0",
"jest": "^23.4.1",
Expand Down

0 comments on commit 0d5d5fe

Please sign in to comment.