From 563d9a5778ba4c3570e1ddf2991da4d79a174118 Mon Sep 17 00:00:00 2001 From: "Gang Zhao (Hermes)" Date: Mon, 24 Jun 2024 00:48:54 -0700 Subject: [PATCH] Deploy v0.233.0 to xplat Summary: Original Author: samzhou19815@meta.com Original Git: 3aad6a08b32a6ba150d3b3afd1befa52f5e0620d Original Reviewed By: pieterv Original Revision: D55773070 X-link: https://github.com/facebook/react-native/pull/44062 Changelog: [Internal] Reviewed By: neildhar Differential Revision: D58849704 fbshipit-source-id: f673ca2de4161f2397a8ef8e164e189a5bc628fe --- 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 839bbf16835..6f061d6101c 100644 --- a/tools/hermes-parser/js/.flowconfig +++ b/tools/hermes-parser/js/.flowconfig @@ -27,7 +27,7 @@ experimental.component_syntax=parsing enums=true [version] -^0.232.0 +^0.233.0 [lints] untyped-type-import=error diff --git a/tools/hermes-parser/js/package.json b/tools/hermes-parser/js/package.json index 3889424dc61..c14233ced84 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.232.0", + "flow-bin": "^0.233.0", "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 b361013a5f7..e659864c5f7 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.232.0: - version "0.232.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.232.0.tgz#80587406cbb3a74577151ad27c6058b2a468c215" - integrity sha512-7uOycTN+Ys2nYRJRig5S2yN41ZokW7bC4K1GC4nCDa/3FAZLP5/mQbee6UjxFBP9MC4yUYi17bdFTFzCH8bHeg== +flow-bin@^0.233.0: + version "0.233.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.233.0.tgz#e31951c81d3ec590e1cbfd96e540f6dd2459554c" + integrity sha512-BInTgW8v6xdWzVcItgKKUYCacheMw78Xrrn0Ziii5lN+vf/RKmvVX9mFHuOSN1zawZuq7GpqmT6oIS/oQuOAQg== flow-enums-runtime@^0.0.6: version "0.0.6"