Skip to content

Commit

Permalink
Deploy 0.241.0 to xplat (#45507)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #45507

Changelog: [Internal]

Reviewed By: SamChou19815

Differential Revision: D59891129

fbshipit-source-id: c1da0730d6c1b52cce5de730b47b3f3c854dff6b
  • Loading branch information
Alex Taylor (alta) authored and facebook-github-bot committed Jul 18, 2024
1 parent 6664b9b commit 9504e86
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 @@ -91,4 +91,4 @@ untyped-import
untyped-type-import

[version]
^0.239.1
^0.241.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9504e86

Please sign in to comment.