Deploy 0.260.0 to xplat (#49319)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/49319

Changelog: [Internal]

Reviewed By: panagosg7

Differential Revision: D69438322

fbshipit-source-id: 1906cfc76125e1bb7244b2a40536c3268a914ecf
This commit is contained in:
Alex Taylor (alta)
2025-02-11 09:34:17 -08:00
committed by Facebook GitHub Bot
parent aedf8c1dba
commit 32fcd2733e
4 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -95,4 +95,4 @@ untyped-import
untyped-type-import
[version]
^0.259.1
^0.260.0
+1 -1
View File
@@ -79,7 +79,7 @@
"eslint-plugin-redundant-undefined": "^0.4.0",
"eslint-plugin-relay": "^1.8.3",
"flow-api-translator": "0.25.1",
"flow-bin": "^0.259.1",
"flow-bin": "^0.260.0",
"glob": "^7.1.1",
"hermes-eslint": "0.25.1",
"hermes-transform": "0.25.1",
@@ -47,6 +47,7 @@ function ManyPointersPropertiesExample(): React.Node {
const onPointerMove = (event: PointerEvent) => {
const pointerId = event.nativeEvent.pointerId;
// $FlowFixMe[invalid-computed-prop]
// $FlowFixMe[incompatible-call]
setData({...data, [pointerId]: event.nativeEvent});
};
+4 -4
View File
@@ -4423,10 +4423,10 @@ flow-api-translator@0.25.1:
hermes-transform "0.25.1"
typescript "5.3.2"
flow-bin@^0.259.1:
version "0.259.1"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.259.1.tgz#9ff26e014dc53beca773f7387fe58c66fe7fd791"
integrity sha512-c5vsjZ19tWGO1ldc3gNmrH6eDdB0W428xPluIDB8UNm1eMCsBM/otZUoE3dmZuWUg/+5/1eKc28Z57/JUVVslQ==
flow-bin@^0.260.0:
version "0.260.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.260.0.tgz#5c06bfec91db29e4ab8dcdd17ae1f7f8f0f72689"
integrity sha512-ALphJu45guvUyMmIlY0hNQRNUqIgiQ+VrP0lHB/quLIlgupVQD8sY9Au2cqgkO4oSxQDND3oE16LE/4sQLLGmQ==
flow-enums-runtime@^0.0.6:
version "0.0.6"