Skip to content

Commit 9504e86

Browse files
Alex Taylor (alta)facebook-github-bot
authored andcommitted
Deploy 0.241.0 to xplat (#45507)
Summary: Pull Request resolved: #45507 Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D59891129 fbshipit-source-id: c1da0730d6c1b52cce5de730b47b3f3c854dff6b
1 parent 6664b9b commit 9504e86

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
@@ -91,4 +91,4 @@ untyped-import
9191
untyped-type-import
9292

9393
[version]
94-
^0.239.1
94+
^0.241.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"eslint-plugin-redundant-undefined": "^0.4.0",
7878
"eslint-plugin-relay": "^1.8.3",
7979
"flow-api-translator": "0.22.0",
80-
"flow-bin": "^0.239.1",
80+
"flow-bin": "^0.241.0",
8181
"glob": "^7.1.1",
8282
"hermes-eslint": "0.22.0",
8383
"hermes-transform": "0.22.0",

packages/react-native/Libraries/vendor/emitter/EventEmitter.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ export default class EventEmitter<TEventToArgsMap: {...}>
113113
// Copy `registrations` to take a snapshot when we invoke `emit`, in case
114114
// registrations are added or removed when listeners are invoked.
115115
for (const registration of Array.from(registrations)) {
116+
// $FlowFixMe[incompatible-call]
116117
registration.listener.apply(registration.context, args);
117118
}
118119
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5321,10 +5321,10 @@ [email protected]:
53215321
hermes-transform "0.22.0"
53225322
typescript "5.3.2"
53235323

5324-
flow-bin@^0.239.1:
5325-
version "0.239.1"
5326-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.239.1.tgz#5637548bc9448f9c21203e89b3ac0b8e6a442d1e"
5327-
integrity sha512-cOfqvzHBjFwiRBKRjbzWpc4psLEv+HBFR6lCsRVuc+Gvc0XSDOYU2BDaAWWXNi4ynBIsM8QAk4SD6Ul/IXNSdw==
5324+
flow-bin@^0.241.0:
5325+
version "0.241.0"
5326+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.241.0.tgz#5feaa98f6c892b5869ec936b46d6ad6d91b664f9"
5327+
integrity sha512-R1WROxAuWCOF5gMVqVYbb3iUvqP2OQyaYLSrkUxZrLonvjUJeedGx7nv79tdkoB7eRja3kY+/lQ/nbPtkFsqOA==
53285328

53295329
flow-enums-runtime@^0.0.6:
53305330
version "0.0.6"

0 commit comments

Comments
 (0)