Skip to content

Commit 132563d

Browse files
SamChou19815facebook-github-bot
authored andcommitted
Deploy 0.235.1 to xplat
Summary: Changelog: [Internal] Reviewed By: alexmckenley Differential Revision: D56505986 fbshipit-source-id: 2eb4ca02d766f4e2a88ab050e4acd25cd15c490b
1 parent 766ece7 commit 132563d

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ untyped-import
8585
untyped-type-import
8686

8787
[version]
88-
^0.234.0
88+
^0.235.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"eslint-plugin-redundant-undefined": "^0.4.0",
7777
"eslint-plugin-relay": "^1.8.3",
7878
"flow-api-translator": "0.20.1",
79-
"flow-bin": "^0.234.0",
79+
"flow-bin": "^0.235.1",
8080
"glob": "^7.1.1",
8181
"hermes-eslint": "0.20.1",
8282
"hermes-transform": "0.20.1",

packages/rn-tester-e2e/tests/helpers/utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class Utils {
3333

3434
platformSelect(platforms: PlatformsReference): string {
3535
// if something goes wrong, we fallback to ios. But it should never happent, the process will fail way earlier.
36+
// $FlowFixMe[invalid-computed-prop]
3637
return platforms[process?.env?.E2E_DEVICE || 'ios'];
3738
}
3839

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5288,10 +5288,10 @@ [email protected]:
52885288
hermes-parser "0.20.1"
52895289
hermes-transform "0.20.1"
52905290

5291-
flow-bin@^0.234.0:
5292-
version "0.234.0"
5293-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.234.0.tgz#17dfc5aac1d928b6d7194f93bd0bf742d735c77d"
5294-
integrity sha512-uLmvfFRW6yEcz2wSJ2H6192RwknBpzAHBezDcXzmxJASxB6QzjKadhPxZvsJ74uJ+9Th1hDNuRB4mGrVUeneyA==
5291+
flow-bin@^0.235.1:
5292+
version "0.235.1"
5293+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.235.1.tgz#7dfca9c480bb7cb83fa3caca58386e9beca09bc3"
5294+
integrity sha512-SuXw5NQDIdSBMg/NgvS5mzdI6dPEYWubnucnYno9wWLd6xoK1nkH6t2Dn2GsML9bIoVqp3E/ni1jo18A4G4FrQ==
52955295

52965296
flow-enums-runtime@^0.0.6:
52975297
version "0.0.6"

0 commit comments

Comments
 (0)