Skip to content

Commit

Permalink
Deploy 0.235.1 to xplat
Browse files Browse the repository at this point in the history
Summary: Changelog: [Internal]

Reviewed By: alexmckenley

Differential Revision: D56505986

fbshipit-source-id: 2eb4ca02d766f4e2a88ab050e4acd25cd15c490b
  • Loading branch information
SamChou19815 authored and facebook-github-bot committed Apr 24, 2024
1 parent 766ece7 commit 132563d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ untyped-import
untyped-type-import

[version]
^0.234.0
^0.235.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions packages/rn-tester-e2e/tests/helpers/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'];
}

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5288,10 +5288,10 @@ [email protected]:
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"
Expand Down

0 comments on commit 132563d

Please sign in to comment.