File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
packages/react-native/jest Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -98,4 +98,4 @@ untyped-import
9898untyped-type-import
9999
100100[version]
101- ^0.281 .0
101+ ^0.282 .0
Original file line number Diff line number Diff line change 8686 "eslint-plugin-relay" : " ^1.8.3" ,
8787 "fb-dotslash" : " 0.5.8" ,
8888 "flow-api-translator" : " 0.32.0" ,
89- "flow-bin" : " ^0.281 .0" ,
89+ "flow-bin" : " ^0.282 .0" ,
9090 "glob" : " ^7.1.1" ,
9191 "hermes-eslint" : " 0.32.0" ,
9292 "hermes-transform" : " 0.32.0" ,
Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ export default function mockComponent<
2828 instanceMethods : ?interface { } ,
2929 isESModule : TIsESModule ,
3030) : TIsESModule extends true
31- ? ModuleDefault < TComponentModule & typeof instanceMethods >
31+ ? // $FlowFixMe[incompatible-use]
32+ ModuleDefault < TComponentModule & typeof instanceMethods >
3233 : TComponentModule & typeof instanceMethods {
3334 const RealComponent : TComponentType = isESModule
3435 ? // $FlowFixMe[prop-missing]
Original file line number Diff line number Diff line change @@ -4944,10 +4944,10 @@ flow-api-translator@0.32.0:
49444944 hermes-transform "0.32.0"
49454945 typescript "5.3.2"
49464946
4947- flow-bin@^0.281 .0 :
4948- version "0.281 .0"
4949- resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.281 .0.tgz#be49afd6da986ba355e27d38775547b60b398e65 "
4950- integrity sha512-jgSKNLolqwtI4CZ/lTh/YKf0JAtFGTrf/8ETZkfxxyT5AYB9NfiO5KQttW0gtd63plppvw3ghyVFKLSK3TH6hg ==
4947+ flow-bin@^0.282 .0 :
4948+ version "0.282 .0"
4949+ resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.282 .0.tgz#ecbbd0c032c37eb7791eb66a790b9902eab492a6 "
4950+ integrity sha512-gZnUBsnMN8iYAcvJLEoF04gLaegv93h8IB1e4HURBaPuyUZoBaStAm5z24wl9NviaB66GbN+hZ9vxDSa+HzlzQ ==
49514951
49524952flow-enums-runtime@^0.0.6 :
49534953 version "0.0.6"
You can’t perform that action at this time.
0 commit comments