Deploy 0.241.0 to xplat (#45507)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/45507

Changelog: [Internal]

Reviewed By: SamChou19815

Differential Revision: D59891129

fbshipit-source-id: c1da0730d6c1b52cce5de730b47b3f3c854dff6b
This commit is contained in:
Alex Taylor (alta) 2024-07-18 02:58:25 -07:00 committed by Facebook GitHub Bot
parent 6664b9b9de
commit 9504e864bc
4 changed files with 7 additions and 6 deletions

View File

@ -91,4 +91,4 @@ untyped-import
untyped-type-import
[version]
^0.239.1
^0.241.0

View File

@ -77,7 +77,7 @@
"eslint-plugin-redundant-undefined": "^0.4.0",
"eslint-plugin-relay": "^1.8.3",
"flow-api-translator": "0.22.0",
"flow-bin": "^0.239.1",
"flow-bin": "^0.241.0",
"glob": "^7.1.1",
"hermes-eslint": "0.22.0",
"hermes-transform": "0.22.0",

View File

@ -113,6 +113,7 @@ export default class EventEmitter<TEventToArgsMap: {...}>
// Copy `registrations` to take a snapshot when we invoke `emit`, in case
// registrations are added or removed when listeners are invoked.
for (const registration of Array.from(registrations)) {
// $FlowFixMe[incompatible-call]
registration.listener.apply(registration.context, args);
}
}

View File

@ -5321,10 +5321,10 @@ flow-api-translator@0.22.0:
hermes-transform "0.22.0"
typescript "5.3.2"
flow-bin@^0.239.1:
version "0.239.1"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.239.1.tgz#5637548bc9448f9c21203e89b3ac0b8e6a442d1e"
integrity sha512-cOfqvzHBjFwiRBKRjbzWpc4psLEv+HBFR6lCsRVuc+Gvc0XSDOYU2BDaAWWXNi4ynBIsM8QAk4SD6Ul/IXNSdw==
flow-bin@^0.241.0:
version "0.241.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.241.0.tgz#5feaa98f6c892b5869ec936b46d6ad6d91b664f9"
integrity sha512-R1WROxAuWCOF5gMVqVYbb3iUvqP2OQyaYLSrkUxZrLonvjUJeedGx7nv79tdkoB7eRja3kY+/lQ/nbPtkFsqOA==
flow-enums-runtime@^0.0.6:
version "0.0.6"