mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 12:39:27 +00:00
Deploy 0.235.1 to xplat
Summary: Changelog: [Internal] Reviewed By: alexmckenley Differential Revision: D56505986 fbshipit-source-id: 2eb4ca02d766f4e2a88ab050e4acd25cd15c490b
This commit is contained in:
parent
766ece7b9b
commit
132563d81c
@ -85,4 +85,4 @@ untyped-import
|
||||
untyped-type-import
|
||||
|
||||
[version]
|
||||
^0.234.0
|
||||
^0.235.1
|
||||
|
@ -76,7 +76,7 @@
|
||||
"eslint-plugin-redundant-undefined": "^0.4.0",
|
||||
"eslint-plugin-relay": "^1.8.3",
|
||||
"flow-api-translator": "0.20.1",
|
||||
"flow-bin": "^0.234.0",
|
||||
"flow-bin": "^0.235.1",
|
||||
"glob": "^7.1.1",
|
||||
"hermes-eslint": "0.20.1",
|
||||
"hermes-transform": "0.20.1",
|
||||
|
@ -33,6 +33,7 @@ class Utils {
|
||||
|
||||
platformSelect(platforms: PlatformsReference): string {
|
||||
// if something goes wrong, we fallback to ios. But it should never happent, the process will fail way earlier.
|
||||
// $FlowFixMe[invalid-computed-prop]
|
||||
return platforms[process?.env?.E2E_DEVICE || 'ios'];
|
||||
}
|
||||
|
||||
|
@ -5288,10 +5288,10 @@ flow-api-translator@0.20.1:
|
||||
hermes-parser "0.20.1"
|
||||
hermes-transform "0.20.1"
|
||||
|
||||
flow-bin@^0.234.0:
|
||||
version "0.234.0"
|
||||
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.234.0.tgz#17dfc5aac1d928b6d7194f93bd0bf742d735c77d"
|
||||
integrity sha512-uLmvfFRW6yEcz2wSJ2H6192RwknBpzAHBezDcXzmxJASxB6QzjKadhPxZvsJ74uJ+9Th1hDNuRB4mGrVUeneyA==
|
||||
flow-bin@^0.235.1:
|
||||
version "0.235.1"
|
||||
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.235.1.tgz#7dfca9c480bb7cb83fa3caca58386e9beca09bc3"
|
||||
integrity sha512-SuXw5NQDIdSBMg/NgvS5mzdI6dPEYWubnucnYno9wWLd6xoK1nkH6t2Dn2GsML9bIoVqp3E/ni1jo18A4G4FrQ==
|
||||
|
||||
flow-enums-runtime@^0.0.6:
|
||||
version "0.0.6"
|
||||
|
Loading…
Reference in New Issue
Block a user