Skip to content

Commit 7d73d39

Browse files
marcoww6facebook-github-bot
authored andcommitted
Deploy 0.282.0 to xplat (#53810)
Summary: Pull Request resolved: #53810 [changelog](https://github.com/facebook/flow/blob/main/Changelog.md) Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D82597378 fbshipit-source-id: 40d601956d9f69ec8d68a2c324bb3449ee27c931
1 parent eba38b8 commit 7d73d39

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ untyped-import
9898
untyped-type-import
9999

100100
[version]
101-
^0.281.0
101+
^0.282.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
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",

packages/react-native/jest/mockComponent.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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]

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4944,10 +4944,10 @@ [email protected]:
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

49524952
flow-enums-runtime@^0.0.6:
49534953
version "0.0.6"

0 commit comments

Comments
 (0)