Skip to content

Commit 341f061

Browse files
Kudofacebook-github-bot
authored andcommitted
Upgrade jsc-android to 250230.2.1 (#31304)
Summary: Upgrade jsc-android to latest stable version. Hopefully this should finally fix #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: #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 fed6ad5 commit 341f061

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
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

+4-4
Original file line numberDiff line numberDiff line change
@@ -4184,10 +4184,10 @@ jsbn@~0.1.0:
41844184
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
41854185
integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM=
41864186

4187-
jsc-android@^245459.0.0:
4188-
version "245459.0.0"
4189-
resolved "https://registry.yarnpkg.com/jsc-android/-/jsc-android-245459.0.0.tgz#e584258dd0b04c9159a27fb104cd5d491fd202c9"
4190-
integrity sha512-wkjURqwaB1daNkDi2OYYbsLnIdC/lUM2nPXQKRs5pqEU9chDg435bjvo+LSaHotDENygHQDHe+ntUkkw2gwMtg==
4187+
jsc-android@^250230.2.1:
4188+
version "250230.2.1"
4189+
resolved "https://registry.yarnpkg.com/jsc-android/-/jsc-android-250230.2.1.tgz#3790313a970586a03ab0ad47defbc84df54f1b83"
4190+
integrity sha512-KmxeBlRjwoqCnBBKGsihFtvsBHyUFlBxJPK4FzeYcIuBfdjv6jFys44JITAgSTbQD+vIdwMEfyZklsuQX0yI1Q==
41914191

41924192
jscodeshift@^0.11.0:
41934193
version "0.11.0"

0 commit comments

Comments
 (0)