From acbcf3435febeb2a903e7618f5d3d50d0950fb9f Mon Sep 17 00:00:00 2001 From: Panos Vekris Date: Wed, 30 Oct 2024 14:37:10 -0700 Subject: [PATCH] Deploy 0.251.1 to xplat Summary: X-link: https://github.com/facebook/react-native/pull/47317 Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D65233278 fbshipit-source-id: 35057c00f9377b6492f43bb03e5f92572799a50a --- tools/hermes-parser/js/.flowconfig | 2 +- tools/hermes-parser/js/package.json | 2 +- tools/hermes-parser/js/yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/hermes-parser/js/.flowconfig b/tools/hermes-parser/js/.flowconfig index 6957134b1b7..08ee5e35d96 100644 --- a/tools/hermes-parser/js/.flowconfig +++ b/tools/hermes-parser/js/.flowconfig @@ -29,7 +29,7 @@ enums=true as_const=true [version] -^0.251.0 +^0.251.1 [lints] untyped-type-import=error diff --git a/tools/hermes-parser/js/package.json b/tools/hermes-parser/js/package.json index 8ec240cf6d3..f3140c7ce1f 100644 --- a/tools/hermes-parser/js/package.json +++ b/tools/hermes-parser/js/package.json @@ -17,7 +17,7 @@ "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-jest": "^25.2.4", "eslint-plugin-prettier": "^4.2.1", - "flow-bin": "^0.251.0", + "flow-bin": "^0.251.1", "glob": "^8.0.3", "jest": "^29.2.2", "jest-specific-snapshot": "^5.0.0", diff --git a/tools/hermes-parser/js/yarn.lock b/tools/hermes-parser/js/yarn.lock index 99e48aa2257..60f64ab80a9 100644 --- a/tools/hermes-parser/js/yarn.lock +++ b/tools/hermes-parser/js/yarn.lock @@ -3003,10 +3003,10 @@ flatted@^3.1.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561" integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA== -flow-bin@^0.251.0: - version "0.251.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.251.0.tgz#8050039ae66c7f0b72f5eea9be036df78d644585" - integrity sha512-1ROmUJrBGLa19ufdOrx4Pu5NVeJbIGDEb2uCmjnr3nmBFVUVHfcB+wQ2RjHvDIloW46k7EwgKFOl5PdseRrrcQ== +flow-bin@^0.251.1: + version "0.251.1" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.251.1.tgz#d8dc360b865edaa6e76b3b9edd545f5730e1b520" + integrity sha512-zp8NsURU1hY2drz0p5MEVRrUg+0oXNbzD7od3ExOEBqMZsM6oX5ixp8j4U2sv+4v2dJWLgi9wQS4xJ5dnq2Q+Q== flow-enums-runtime@^0.0.6: version "0.0.6"