mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
aedf8c1dba
commit
32fcd2733e
+1
-1
@@ -95,4 +95,4 @@ untyped-import
|
||||
untyped-type-import
|
||||
|
||||
[version]
|
||||
^0.259.1
|
||||
^0.260.0
|
||||
|
||||
+1
-1
@@ -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",
|
||||
|
||||
+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});
|
||||
};
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user