Skip to content

Commit 56ba306

Browse files
committed
Bump Hermes version
1 parent 2166ab7 commit 56ba306

5 files changed

Lines changed: 23 additions & 8 deletions

File tree

packages/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"base64-js": "^1.5.1",
176176
"commander": "^12.0.0",
177177
"flow-enums-runtime": "^0.0.6",
178-
"hermes-compiler": "0.0.0",
178+
"hermes-compiler": "0.15.0",
179179
"invariant": "^2.2.4",
180180
"jest-environment-node": "^29.7.0",
181181
"memoize-one": "^5.0.0",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hermes-v250829098.0.5
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hermes-v0.15.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
HERMES_VERSION_NAME=1000.0.0
2-
HERMES_V1_VERSION_NAME=250829098.0.1
1+
HERMES_VERSION_NAME=0.15.0
2+
HERMES_V1_VERSION_NAME=250829098.0.5

yarn.lock

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,20 @@
10431043
"@babel/parser" "^7.27.2"
10441044
"@babel/types" "^7.27.1"
10451045

1046-
"@babel/traverse--for-generate-function-map@npm:@babel/traverse@^7.25.3", "@babel/traverse@^7.25.3", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.8":
1046+
"@babel/traverse--for-generate-function-map@npm:@babel/traverse@^7.25.3":
1047+
version "7.26.9"
1048+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a"
1049+
integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==
1050+
dependencies:
1051+
"@babel/code-frame" "^7.26.2"
1052+
"@babel/generator" "^7.26.9"
1053+
"@babel/parser" "^7.26.9"
1054+
"@babel/template" "^7.26.9"
1055+
"@babel/types" "^7.26.9"
1056+
debug "^4.3.1"
1057+
globals "^11.1.0"
1058+
1059+
"@babel/traverse@^7.25.3", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.8":
10471060
version "7.26.9"
10481061
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a"
10491062
integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==
@@ -5143,10 +5156,10 @@ hasown@^2.0.0, hasown@^2.0.1, hasown@^2.0.2:
51435156
dependencies:
51445157
function-bind "^1.1.2"
51455158

5146-
hermes-compiler@0.0.0:
5147-
version "0.0.0"
5148-
resolved "https://registry.yarnpkg.com/hermes-compiler/-/hermes-compiler-0.0.0.tgz#8d9f6a0b2740ce34d71258fec684e7b6bfd97efa"
5149-
integrity sha512-boVFutx6ME/Km2mB6vvsQcdnazEYYI/jV1pomx1wcFUG/EVqTkr5CU0CW9bKipOA/8Hyu3NYwW3THg2Q1kNCfA==
5159+
hermes-compiler@0.15.0:
5160+
version "0.15.0"
5161+
resolved "https://registry.yarnpkg.com/hermes-compiler/-/hermes-compiler-0.15.0.tgz#6691feae380747fb26d6ae003d9c85720ea614cc"
5162+
integrity sha512-Nd1+ktGvauZ8PVWwQMUfi1bP4hQiq0jhuavkrTpbkknDAlCKDRicYeK1tjELKfx3jdI0cL3FKJvGMmoIjizRZQ==
51505163

51515164
hermes-eslint@0.32.0:
51525165
version "0.32.0"

0 commit comments

Comments
 (0)