Skip to content

Commit

Permalink
Deploy Flow v0.85 to xplat/js
Browse files Browse the repository at this point in the history
Reviewed By: fishythefish

Differential Revision: D12898653

fbshipit-source-id: 2ed11ce569600fe4c12528939a350dd827c9a29a
  • Loading branch information
samwgoldman authored and facebook-github-bot committed Nov 2, 2018
1 parent 9fb1743 commit 34f5e02
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .flowconfig
Expand Up @@ -19,4 +19,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
munge_underscores=true

[version]
^0.84.0
^0.85.0
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"eslint-plugin-prettier": "2.6.0",
"eslint-plugin-react": "7.6.1",
"eslint-plugin-relay": "0.0.23",
"flow-bin": "^0.84.0",
"flow-bin": "^0.85.0",
"glob": "^7.1.1",
"istanbul-api": "^1.1.0",
"istanbul-lib-coverage": "^1.0.0",
Expand Down
2 changes: 0 additions & 2 deletions scripts/build.js
Expand Up @@ -96,7 +96,6 @@ function buildFile(file, silent) {
'\n'
);
} else {
// $FlowFixMe TODO t25179342 need to update flow-types for babel-core
const transformed = prettier.format(babel.transformFileSync(file, {}).code, {
parser: 'babylon',
});
Expand All @@ -121,7 +120,6 @@ const files = process.argv.slice(2);
if (files.length) {
files.forEach(buildFile);
} else {
// $FlowFixMe TODO t25179342 Add version to the flow types for this module
process.stdout.write(chalk.bold.inverse('Building packages') + ' (using Babel v' + babel.version + ')\n');
getPackages().forEach(buildPackage);
process.stdout.write('\n');
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -3140,10 +3140,10 @@ flat-cache@^1.2.1:
graceful-fs "^4.1.2"
write "^0.2.1"

flow-bin@^0.84.0:
version "0.84.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.84.0.tgz#4cb2364c750fb37a7840524fa62456b53f64cdcb"
integrity sha512-ocji8eEYp+YfICsm+F6cIHUcD7v5sb0/ADEXm6gyUKdjQzmSckMrPUdZtyfP973t3YGHKliUMxMvIBHyR5LbXQ==
flow-bin@^0.85.0:
version "0.85.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.85.0.tgz#a3ca80748a35a071d5bbb2fcd61d64d977fc53a6"
integrity sha512-ougBA2q6Rn9sZrjZQ9r5pTFxCotlGouySpD2yRIuq5AYwwfIT8HHhVMeSwrN5qJayjHINLJyrnsSkkPCZyfMrQ==

for-in@^1.0.1, for-in@^1.0.2:
version "1.0.2"
Expand Down

0 comments on commit 34f5e02

Please sign in to comment.