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
9191untyped-type-import
9292
9393[version]
94- ^0.239.1
94+ ^0.241.0
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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
53295329flow-enums-runtime@^0.0.6 :
53305330 version "0.0.6"
You can’t perform that action at this time.
0 commit comments