Skip to content

Commit 4c8b6a6

Browse files
j-piaseckivzaidman
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 06ab1f4 commit 4c8b6a6

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
@@ -178,6 +178,7 @@
178178
"commander": "^12.0.0",
179179
"flow-enums-runtime": "^0.0.6",
180180
"glob": "^7.1.1",
181+
"hermes-compiler": "0.0.0",
181182
"invariant": "^2.2.4",
182183
"jest-environment-node": "^29.7.0",
183184
"memoize-one": "^5.0.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5133,6 +5133,11 @@ hasown@^2.0.0, hasown@^2.0.1, hasown@^2.0.2:
51335133
dependencies:
51345134
function-bind "^1.1.2"
51355135

5136+
5137+
version "0.0.0"
5138+
resolved "https://registry.yarnpkg.com/hermes-compiler/-/hermes-compiler-0.0.0.tgz#8d9f6a0b2740ce34d71258fec684e7b6bfd97efa"
5139+
integrity sha512-boVFutx6ME/Km2mB6vvsQcdnazEYYI/jV1pomx1wcFUG/EVqTkr5CU0CW9bKipOA/8Hyu3NYwW3THg2Q1kNCfA==
5140+
51365141
51375142
version "0.32.0"
51385143
resolved "https://registry.yarnpkg.com/hermes-eslint/-/hermes-eslint-0.32.0.tgz#a23bcaece522f356cb1b8e990e57117dca13852d"

0 commit comments

Comments
 (0)