From 78cd689f9a634b152ea09ed6cb4fa858ee26e653 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Wed, 22 Jun 2022 20:38:36 -0700 Subject: [PATCH] Do not depend on hermes-engine NPM package anymore Summary: This removes the `hermes-engine` NPM package from the RN package.json. Users are not supposed to use this package anymore as we now ship Hermes bundled with React Native. More on this here: https://reactnative.dev/architecture/bundled-hermes Changelog: [General] [Changed] - Do not depend on hermes-engine NPM package anymore Reviewed By: neildhar Differential Revision: D37353977 fbshipit-source-id: b049d18e945a72c1f37c3e4b040af83b5e395774 --- package.json | 1 - yarn.lock | 5 ----- 2 files changed, 6 deletions(-) diff --git a/package.json b/package.json index 3b5769ac5f3..8801b21d5d3 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,6 @@ "anser": "^1.4.9", "base64-js": "^1.1.2", "event-target-shim": "^5.0.1", - "hermes-engine": "~0.11.0", "invariant": "^2.2.4", "jsc-android": "^250230.2.1", "memoize-one": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index 8b53226204e..ccabe77cb24 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3495,11 +3495,6 @@ has@^1.0.3: dependencies: function-bind "^1.1.1" -hermes-engine@~0.11.0: - version "0.11.0" - resolved "https://registry.yarnpkg.com/hermes-engine/-/hermes-engine-0.11.0.tgz#bb224730d230a02a5af02c4e090d1f52d57dd3db" - integrity sha512-7aMUlZja2IyLYAcZ69NBnwJAR5ZOYlSllj0oMpx08a8HzxHOys0eKCzfphrf6D0vX1JGO1QQvVsQKe6TkYherw== - hermes-eslint@0.8.0: version "0.8.0" resolved "https://registry.yarnpkg.com/hermes-eslint/-/hermes-eslint-0.8.0.tgz#e0a892d3f63f25d0966aa558ed40e373e2d0a065"