From d9f8ac2bc0d9298dae68182bb912362d17078da8 Mon Sep 17 00:00:00 2001 From: Pieter Vanderwerff Date: Tue, 22 Mar 2022 17:09:19 -0700 Subject: [PATCH] Deploy 0.174.1 to xplat Summary: Changelog: [Internal] Reviewed By: samwgoldman Differential Revision: D35060408 fbshipit-source-id: 9de9715e07e608dcd2aff2c5896c67edeaff68eb --- .flowconfig | 2 +- .flowconfig.android | 2 +- package.json | 2 +- repo-config/package.json | 2 +- template/_flowconfig | 2 +- yarn.lock | 8 ++++---- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.flowconfig b/.flowconfig index f5367aace01f6f..0e6b8828cd58e9 100644 --- a/.flowconfig +++ b/.flowconfig @@ -71,4 +71,4 @@ untyped-import untyped-type-import [version] -^0.173.0 +^0.174.1 diff --git a/.flowconfig.android b/.flowconfig.android index 7a214dac224578..3113436c72f9fe 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -71,4 +71,4 @@ untyped-import untyped-type-import [version] -^0.173.0 +^0.174.1 diff --git a/package.json b/package.json index a7a2ae10ecd1a2..8f5d4ffa3160bb 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "ws": "^6.1.4" }, "devDependencies": { - "flow-bin": "^0.173.0", + "flow-bin": "^0.174.1", "react": "17.0.2" }, "codegenConfig": { diff --git a/repo-config/package.json b/repo-config/package.json index 3fcbf9466b8cf6..8eab5ba347eefa 100644 --- a/repo-config/package.json +++ b/repo-config/package.json @@ -34,7 +34,7 @@ "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-react-native": "^3.11.0", "eslint-plugin-relay": "^1.8.2", - "flow-bin": "^0.173.0", + "flow-bin": "^0.174.1", "inquirer": "^7.1.0", "jest": "^26.6.3", "jest-junit": "^10.0.0", diff --git a/template/_flowconfig b/template/_flowconfig index 0ace9d2f23dfcd..63d74bbeb6e31a 100644 --- a/template/_flowconfig +++ b/template/_flowconfig @@ -63,4 +63,4 @@ untyped-import untyped-type-import [version] -^0.173.0 +^0.174.1 diff --git a/yarn.lock b/yarn.lock index 7e9bed75525414..78327049a61a4f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3254,10 +3254,10 @@ flatted@^3.1.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561" integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA== -flow-bin@^0.173.0: - version "0.173.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.173.0.tgz#4eb4b0143ffcef3ef3ee64638554a8dff6b89735" - integrity sha512-CIvShSnB4I7SsfkE9S7ECpUCkBNqDQGDWr+0uzulKGYEBnCYwFzITE1T84weLmINQwO1dR6ntsH0LlWLoGCquQ== +flow-bin@^0.174.1: + version "0.174.1" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.174.1.tgz#95024b83c39f42f04c3f5529044cf63e5fc60bf3" + integrity sha512-r69pWMF+b+dbEIq/a8V3B/p6bIjLqVUXjQqC6yDCeVSXL6BQT4QkLJeSn1i877ahFw2GiK3kzIMgfnuZBWEaPQ== flow-parser@0.*: version "0.163.0"