File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
packages/react-native/src/types Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -98,4 +98,4 @@ untyped-import
98
98
untyped-type-import
99
99
100
100
[version]
101
- ^0.265.0
101
+ ^0.265.2
Original file line number Diff line number Diff line change 80
80
"eslint-plugin-redundant-undefined" : " ^0.4.0" ,
81
81
"eslint-plugin-relay" : " ^1.8.3" ,
82
82
"flow-api-translator" : " 0.25.1" ,
83
- "flow-bin" : " ^0.265.0 " ,
83
+ "flow-bin" : " ^0.265.2 " ,
84
84
"glob" : " ^7.1.1" ,
85
85
"hermes-eslint" : " 0.25.1" ,
86
86
"hermes-transform" : " 0.25.1" ,
Original file line number Diff line number Diff line change @@ -1246,6 +1246,7 @@ type TransitionEvent$Init = {
1246
1246
...
1247
1247
};
1248
1248
1249
+ // $FlowFixMe[libdef-override]
1249
1250
declare class TransitionEvent extends Event {
1250
1251
constructor(
1251
1252
type: TransitionEventTypes,
Original file line number Diff line number Diff line change 4357
4357
hermes-transform "0.25.1"
4358
4358
typescript "5.3.2"
4359
4359
4360
- flow-bin@^0.265.0 :
4361
- version "0.265.0 "
4362
- resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.265.0 .tgz#b97da41c752fead78da9c58344873b95763da678 "
4363
- integrity sha512-O27LbAP1vND21YwLEn3eTlSBP5l+kLM18qax/rj0rFmdSqrYBLJ3fRyLzOVCZe4v5mSl3QU0HIYnDIWbAxsLRQ ==
4360
+ flow-bin@^0.265.2 :
4361
+ version "0.265.2 "
4362
+ resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.265.2 .tgz#5dd085d943a18fc7cff9b1b56a648de60e2f6157 "
4363
+ integrity sha512-LJUI2+vENXYv3mpfVUgCjP3pFA2+KR5EXaErToi7IZhjBCUIpva+gVhvLh0YE0ZGuETpPk3mmKW28eHzvO9tlg ==
4364
4364
4365
4365
flow-enums-runtime@^0.0.6 :
4366
4366
version "0.0.6"
You can’t perform that action at this time.
0 commit comments