Skip to content

Commit 0caf8e7

Browse files
j-piaseckifacebook-github-bot
authored andcommitted
Add dependency on hermes-compiler (#53773)
Summary: Pull Request resolved: #53773 Changelog: [GENERAL][ADDED] - Added a dependency on hermes-compiler Reviewed By: cortinico Differential Revision: D82437752 fbshipit-source-id: 3b2d92b765f3a5ba949363ce7656e936403a1155
1 parent 56e5dff commit 0caf8e7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/react-native/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@
175175
"commander": "^12.0.0",
176176
"flow-enums-runtime": "^0.0.6",
177177
"glob": "^7.1.1",
178+
"hermes-compiler": "0.0.0",
178179
"invariant": "^2.2.4",
179180
"jest-environment-node": "^29.7.0",
180181
"memoize-one": "^5.0.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5306,6 +5306,11 @@ hasown@^2.0.0, hasown@^2.0.1, hasown@^2.0.2:
53065306
dependencies:
53075307
function-bind "^1.1.2"
53085308

5309+
5310+
version "0.0.0"
5311+
resolved "https://registry.yarnpkg.com/hermes-compiler/-/hermes-compiler-0.0.0.tgz#8d9f6a0b2740ce34d71258fec684e7b6bfd97efa"
5312+
integrity sha512-boVFutx6ME/Km2mB6vvsQcdnazEYYI/jV1pomx1wcFUG/EVqTkr5CU0CW9bKipOA/8Hyu3NYwW3THg2Q1kNCfA==
5313+
53095314
53105315
version "0.32.0"
53115316
resolved "https://registry.yarnpkg.com/hermes-eslint/-/hermes-eslint-0.32.0.tgz#a23bcaece522f356cb1b8e990e57117dca13852d"

0 commit comments

Comments
 (0)