From 6ea963de6a571294f759b768ea1fa951f99c6c5f Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Wed, 26 Feb 2020 12:04:36 -0800 Subject: [PATCH] @allow-large-files deploy 0.119 to xplat Summary: Used the deploy_xplat.sh script. There were a few errors after running the script, so I reverted the changes to those files and the errors went away. This is expected because the new version does not introduce errors, so these errors were caused by the deploy script. Changelog: [Internal] Reviewed By: samwgoldman Differential Revision: D20070916 fbshipit-source-id: 56b8f56eab952010f44219ce1b5c4ec66a0b084a --- .flowconfig | 2 +- .flowconfig.android | 2 +- package.json | 2 +- template/_flowconfig | 2 +- yarn.lock | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.flowconfig b/.flowconfig index 3e6add1dbc..3f33b4ccfd 100644 --- a/.flowconfig +++ b/.flowconfig @@ -85,4 +85,4 @@ untyped-import untyped-type-import [version] -^0.118.0 +^0.119.0 diff --git a/.flowconfig.android b/.flowconfig.android index b3ecb7e9ac..9a41646aff 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -85,4 +85,4 @@ untyped-import untyped-type-import [version] -^0.118.0 +^0.119.0 diff --git a/package.json b/package.json index e012573efc..75b5ddc78b 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "eslint-plugin-react-hooks": "^2.0.1", "eslint-plugin-react-native": "3.8.1", "eslint-plugin-relay": "1.7.0", - "flow-bin": "^0.118.0", + "flow-bin": "^0.119.1", "flow-remove-types": "1.2.3", "jest": "^24.9.0", "jest-junit": "^6.3.0", diff --git a/template/_flowconfig b/template/_flowconfig index eea826fe71..7255ff0120 100644 --- a/template/_flowconfig +++ b/template/_flowconfig @@ -70,4 +70,4 @@ untyped-import untyped-type-import [version] -^0.118.0 +^0.119.0 diff --git a/yarn.lock b/yarn.lock index eecb3ca317..458f49e4ca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3544,10 +3544,10 @@ flat-cache@^1.2.1: rimraf "~2.6.2" write "^0.2.1" -flow-bin@^0.118.0: - version "0.118.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.118.0.tgz#fb706364a58c682d67a2ca7df39396467dc397d1" - integrity sha512-jlbUu0XkbpXeXhan5xyTqVK1jmEKNxE8hpzznI3TThHTr76GiFwK0iRzhDo4KNy+S9h/KxHaqVhTP86vA6wHCg== +flow-bin@^0.119.1: + version "0.119.1" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.119.1.tgz#b6d763b386ec9f1085848ca7df98909d80a16bd0" + integrity sha512-mX6qjJVi7aLqR9sDf8QIHt8yYEWQbkMLw7qFoC7sM/AbJwvqFm3pATPN96thsaL9o1rrshvxJpSgoj1PJSC3KA== flow-parser@0.*: version "0.89.0"