diff --git a/.flowconfig b/.flowconfig index bebab54962e..2c5ea1ed4bd 100644 --- a/.flowconfig +++ b/.flowconfig @@ -85,4 +85,4 @@ untyped-import untyped-type-import [version] -^0.230.0 +^0.231.0 diff --git a/flow-typed/npm/shelljs_v0.x.x.js b/flow-typed/npm/shelljs_v0.x.x.js index b1bff7b8402..9e1ca8fe805 100644 --- a/flow-typed/npm/shelljs_v0.x.x.js +++ b/flow-typed/npm/shelljs_v0.x.x.js @@ -136,7 +136,6 @@ declare interface $npm$shelljs$Result { ((rest: void) => $npm$shelljs$String); } -// $FlowFixMe[unsupported-syntax] declare module 'shelljs' { declare export type ShellArray = $npm$shelljs$Array; declare export type ShellAsync = $npm$shelljs$Async; diff --git a/package.json b/package.json index 44779411e73..32439d0d383 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "eslint-plugin-redundant-undefined": "^0.4.0", "eslint-plugin-relay": "^1.8.3", "flow-api-translator": "0.20.1", - "flow-bin": "^0.230.0", + "flow-bin": "^0.231.0", "glob": "^7.1.1", "hermes-eslint": "0.20.1", "hermes-transform": "0.20.1", diff --git a/yarn.lock b/yarn.lock index a1aa51b8663..6ab6ebe2fe0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5138,10 +5138,10 @@ flow-api-translator@0.20.1: hermes-parser "0.20.1" hermes-transform "0.20.1" -flow-bin@^0.230.0: - version "0.230.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.230.0.tgz#eefb67215270ab144cd1fa0203061d1687d1cfa6" - integrity sha512-Yx/AnKXR+D4Ieb7xlanfe7cNamJEsuXG6RLWCOl7OSzehMDmrZUuGh2Ycvf4tCKdM1nYt2569p3kkNELiBonaw== +flow-bin@^0.231.0: + version "0.231.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.231.0.tgz#b9fde021e60ff6e40e4f0212b6c426fdde798ac7" + integrity sha512-nB5/rH+bUCIAXWagwIEYM0q/2M4mgkD5q16/eZyNx7sfqsmMkZLg0KmPH5hgvzq6PkVoeCoM8sjhPyzLW2wT+w== flow-enums-runtime@^0.0.6: version "0.0.6"