Skip to content

Commit 73af1bc

Browse files
KudoTitozzz
authored andcommitted
Upgrade jsc-android to 250230.2.1 (facebook#31304)
Summary: Upgrade jsc-android to latest stable version. Hopefully this should finally fix facebook#25494. Before Hermes totally replaced JSC, it should be worth to have this and make JSC stable ## Changelog [Android] [Changed] - Upgrade jsc-android to 250230.2.1 Pull Request resolved: facebook#31304 Test Plan: Launch app with new jsc-android and see everything works fine. Reviewed By: TheSavior Differential Revision: D28630503 Pulled By: yungsters fbshipit-source-id: 84510f91c81d4aaefe265d5492677ad6ff10e0fe
1 parent c9dfdf5 commit 73af1bc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"event-target-shim": "^5.0.1",
103103
"hermes-engine": "~0.8.0",
104104
"invariant": "^2.2.4",
105-
"jsc-android": "^245459.0.0",
105+
"jsc-android": "^250230.2.1",
106106
"metro-babel-register": "0.66.0",
107107
"metro-react-native-babel-transformer": "0.66.0",
108108
"metro-runtime": "0.66.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4220,10 +4220,10 @@ jsbn@~0.1.0:
42204220
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
42214221
integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM=
42224222

4223-
jsc-android@^245459.0.0:
4224-
version "245459.0.0"
4225-
resolved "https://registry.yarnpkg.com/jsc-android/-/jsc-android-245459.0.0.tgz#e584258dd0b04c9159a27fb104cd5d491fd202c9"
4226-
integrity sha512-wkjURqwaB1daNkDi2OYYbsLnIdC/lUM2nPXQKRs5pqEU9chDg435bjvo+LSaHotDENygHQDHe+ntUkkw2gwMtg==
4223+
jsc-android@^250230.2.1:
4224+
version "250230.2.1"
4225+
resolved "https://registry.yarnpkg.com/jsc-android/-/jsc-android-250230.2.1.tgz#3790313a970586a03ab0ad47defbc84df54f1b83"
4226+
integrity sha512-KmxeBlRjwoqCnBBKGsihFtvsBHyUFlBxJPK4FzeYcIuBfdjv6jFys44JITAgSTbQD+vIdwMEfyZklsuQX0yI1Q==
42274227

42284228
jscodeshift@^0.11.0:
42294229
version "0.11.0"

0 commit comments

Comments
 (0)