File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
packages/react-native/Libraries/vendor/emitter Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -91,4 +91,4 @@ untyped-import
91
91
untyped-type-import
92
92
93
93
[version]
94
- ^0.239.1
94
+ ^0.241.0
Original file line number Diff line number Diff line change 77
77
"eslint-plugin-redundant-undefined" : " ^0.4.0" ,
78
78
"eslint-plugin-relay" : " ^1.8.3" ,
79
79
"flow-api-translator" : " 0.22.0" ,
80
- "flow-bin" : " ^0.239.1 " ,
80
+ "flow-bin" : " ^0.241.0 " ,
81
81
"glob" : " ^7.1.1" ,
82
82
"hermes-eslint" : " 0.22.0" ,
83
83
"hermes-transform" : " 0.22.0" ,
Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ export default class EventEmitter<TEventToArgsMap: {...}>
113
113
// Copy `registrations` to take a snapshot when we invoke `emit`, in case
114
114
// registrations are added or removed when listeners are invoked.
115
115
for ( const registration of Array . from ( registrations ) ) {
116
+ // $FlowFixMe[incompatible-call]
116
117
registration . listener . apply ( registration . context , args ) ;
117
118
}
118
119
}
Original file line number Diff line number Diff line change 5321
5321
hermes-transform "0.22.0"
5322
5322
typescript "5.3.2"
5323
5323
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 ==
5328
5328
5329
5329
flow-enums-runtime@^0.0.6 :
5330
5330
version "0.0.6"
You can’t perform that action at this time.
0 commit comments