Skip to content

Commit 1618a8e

Browse files
SamChou19815facebook-github-bot
authored andcommitted
Deploy 0.280.0 to xplat (#53486)
Summary: Pull Request resolved: #53486 [changelog](https://github.com/facebook/flow/blob/main/Changelog.md) Changelog: [Internal] Reviewed By: panagosg7 Differential Revision: D81138527 fbshipit-source-id: c17ba243ef18cb4f9e107b717c6875b2868fea45
1 parent 6394835 commit 1618a8e

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ untyped-import
100100
untyped-type-import
101101

102102
[version]
103-
^0.279.0
103+
^0.280.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"eslint-plugin-redundant-undefined": "^0.4.0",
8383
"eslint-plugin-relay": "^1.8.3",
8484
"flow-api-translator": "0.32.0",
85-
"flow-bin": "^0.279.0",
85+
"flow-bin": "^0.280.0",
8686
"glob": "^7.1.1",
8787
"hermes-eslint": "0.32.0",
8888
"hermes-transform": "0.32.0",

packages/react-native/Libraries/ReactNative/renderApplication.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export default function renderApplication<Props: Object>(
7676
if (useOffscreen && displayMode != null) {
7777
// $FlowFixMe[incompatible-type]
7878
// $FlowFixMe[prop-missing]
79+
// $FlowFixMe[missing-export]
7980
const Activity: ActivityType = React.unstable_Activity;
8081

8182
renderable = (

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4650,10 +4650,10 @@ flow-api-translator@0.32.0:
46504650
hermes-transform "0.32.0"
46514651
typescript "5.3.2"
46524652

4653-
flow-bin@^0.279.0:
4654-
version "0.279.0"
4655-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.279.0.tgz#06e502a51d735083d715ef769f43bdcb0fc2bb61"
4656-
integrity sha512-Xf0T82atOcEf5auHvJfUF+wWIxieBuUJZBu2hlAizdhAzwqSJic74ZLaL6N5SsE0SY9PxPf3Z/lBU7iRpRa9Lw==
4653+
flow-bin@^0.280.0:
4654+
version "0.280.0"
4655+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.280.0.tgz#73db532b4ea072a20a47277a38c0ab9f4f4600e6"
4656+
integrity sha512-7WHDjleRd6KDggSYovdrNSz1xMM9HKSI3ajHF3xMmWaETxx3SHnl60cclW6mPm3z+0FUVQSr7XFLiGSW3Zkq7Q==
46574657

46584658
flow-enums-runtime@^0.0.6:
46594659
version "0.0.6"

0 commit comments

Comments
 (0)