File tree Expand file tree Collapse file tree
packages/react-native/Libraries/Core/Timers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,4 +104,4 @@ untyped-import
104104untyped-type-import
105105
106106[version]
107- ^0.275 .0
107+ ^0.276 .0
Original file line number Diff line number Diff line change 8282 "eslint-plugin-redundant-undefined" : " ^0.4.0" ,
8383 "eslint-plugin-relay" : " ^1.8.3" ,
8484 "flow-api-translator" : " 0.29.1" ,
85- "flow-bin" : " ^0.275 .0" ,
85+ "flow-bin" : " ^0.276 .0" ,
8686 "glob" : " ^7.1.1" ,
8787 "hermes-eslint" : " 0.29.1" ,
8888 "hermes-transform" : " 0.29.1" ,
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ export default function queueMicrotask(callback: Function) {
3030 }
3131
3232 // Try to reuse a lazily allocated resolved promise from closure.
33+ // $FlowFixMe[constant-condition]
3334 ( resolvedPromise || ( resolvedPromise = Promise . resolve ( ) ) )
3435 . then ( callback )
3536 . catch ( error =>
Original file line number Diff line number Diff line change @@ -4880,10 +4880,10 @@ flow-api-translator@0.29.1:
48804880 hermes-transform "0.29.1"
48814881 typescript "5.3.2"
48824882
4883- flow-bin@^0.275 .0 :
4884- version "0.275 .0"
4885- resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.275 .0.tgz#3da676f7c3d3ef8fc0c63a6cab8c4915206ec225 "
4886- integrity sha512-pKMBgZ4hZ3y45UWhJc2isG9lgFY8ARE7SuHlfUjcbpGRFQxryxJlXI9y4YZnIWgbhrVAzmUb931P0VJT4yrWjw ==
4883+ flow-bin@^0.276 .0 :
4884+ version "0.276 .0"
4885+ resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.276 .0.tgz#0c4f4de9d3eed254e5f6d86b0c02df58a4354588 "
4886+ integrity sha512-qcxqq2ZtUS7KqwRiGa3w/N/YppQuWj5vaKMH9KgLDv0QaxrUskv6iCNoTfpFg/crT0YjQk5hJ8ALdk8YVqnO0g ==
48874887
48884888flow-enums-runtime@^0.0.6 :
48894889 version "0.0.6"
You can’t perform that action at this time.
0 commit comments