mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Deploy 0.280.0 to xplat (#53486)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/53486 [changelog](https://github.com/facebook/flow/blob/main/Changelog.md) Changelog: [Internal] Reviewed By: panagosg7 Differential Revision: D81138527 fbshipit-source-id: c17ba243ef18cb4f9e107b717c6875b2868fea45
This commit is contained in:
committed by
Facebook GitHub Bot
parent
63948350e0
commit
1618a8ed4f
+1
-1
@@ -100,4 +100,4 @@ untyped-import
|
||||
untyped-type-import
|
||||
|
||||
[version]
|
||||
^0.279.0
|
||||
^0.280.0
|
||||
|
||||
+1
-1
@@ -82,7 +82,7 @@
|
||||
"eslint-plugin-redundant-undefined": "^0.4.0",
|
||||
"eslint-plugin-relay": "^1.8.3",
|
||||
"flow-api-translator": "0.32.0",
|
||||
"flow-bin": "^0.279.0",
|
||||
"flow-bin": "^0.280.0",
|
||||
"glob": "^7.1.1",
|
||||
"hermes-eslint": "0.32.0",
|
||||
"hermes-transform": "0.32.0",
|
||||
|
||||
@@ -76,6 +76,7 @@ export default function renderApplication<Props: Object>(
|
||||
if (useOffscreen && displayMode != null) {
|
||||
// $FlowFixMe[incompatible-type]
|
||||
// $FlowFixMe[prop-missing]
|
||||
// $FlowFixMe[missing-export]
|
||||
const Activity: ActivityType = React.unstable_Activity;
|
||||
|
||||
renderable = (
|
||||
|
||||
@@ -4650,10 +4650,10 @@ flow-api-translator@0.32.0:
|
||||
hermes-transform "0.32.0"
|
||||
typescript "5.3.2"
|
||||
|
||||
flow-bin@^0.279.0:
|
||||
version "0.279.0"
|
||||
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.279.0.tgz#06e502a51d735083d715ef769f43bdcb0fc2bb61"
|
||||
integrity sha512-Xf0T82atOcEf5auHvJfUF+wWIxieBuUJZBu2hlAizdhAzwqSJic74ZLaL6N5SsE0SY9PxPf3Z/lBU7iRpRa9Lw==
|
||||
flow-bin@^0.280.0:
|
||||
version "0.280.0"
|
||||
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.280.0.tgz#73db532b4ea072a20a47277a38c0ab9f4f4600e6"
|
||||
integrity sha512-7WHDjleRd6KDggSYovdrNSz1xMM9HKSI3ajHF3xMmWaETxx3SHnl60cclW6mPm3z+0FUVQSr7XFLiGSW3Zkq7Q==
|
||||
|
||||
flow-enums-runtime@^0.0.6:
|
||||
version "0.0.6"
|
||||
|
||||
Reference in New Issue
Block a user