Skip to content

Commit ec2c0e0

Browse files
committed
Upgrade flow to 0.230.0 (#28528)
Upgrade flow to 0.230.0 Ran ``` yarn add -W flow-bin flow-remove-types hermes-parser hermes-eslint ``` DiffTrain build for commit 71c4699.
1 parent fe57019 commit ec2c0e0

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25677,7 +25677,7 @@ if (__DEV__) {
2567725677
return root;
2567825678
}
2567925679

25680-
var ReactVersion = "18.3.0-canary-4e2fe10fa-20240308";
25680+
var ReactVersion = "18.3.0-canary-71c4699de-20240308";
2568125681

2568225682
// Might add PROFILE later.
2568325683

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-prod.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9147,7 +9147,7 @@ var devToolsConfig$jscomp$inline_1016 = {
91479147
throw Error("TestRenderer does not support findFiberByHostInstance()");
91489148
},
91499149
bundleType: 0,
9150-
version: "18.3.0-canary-4e2fe10fa-20240308",
9150+
version: "18.3.0-canary-71c4699de-20240308",
91519151
rendererPackageName: "react-test-renderer"
91529152
};
91539153
var internals$jscomp$inline_1194 = {
@@ -9178,7 +9178,7 @@ var internals$jscomp$inline_1194 = {
91789178
scheduleRoot: null,
91799179
setRefreshHandler: null,
91809180
getCurrentFiber: null,
9181-
reconcilerVersion: "18.3.0-canary-4e2fe10fa-20240308"
9181+
reconcilerVersion: "18.3.0-canary-71c4699de-20240308"
91829182
};
91839183
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
91849184
var hook$jscomp$inline_1195 = __REACT_DEVTOOLS_GLOBAL_HOOK__;

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-profiling.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9575,7 +9575,7 @@ var devToolsConfig$jscomp$inline_1058 = {
95759575
throw Error("TestRenderer does not support findFiberByHostInstance()");
95769576
},
95779577
bundleType: 0,
9578-
version: "18.3.0-canary-4e2fe10fa-20240308",
9578+
version: "18.3.0-canary-71c4699de-20240308",
95799579
rendererPackageName: "react-test-renderer"
95809580
};
95819581
var internals$jscomp$inline_1235 = {
@@ -9606,7 +9606,7 @@ var internals$jscomp$inline_1235 = {
96069606
scheduleRoot: null,
96079607
setRefreshHandler: null,
96089608
getCurrentFiber: null,
9609-
reconcilerVersion: "18.3.0-canary-4e2fe10fa-20240308"
9609+
reconcilerVersion: "18.3.0-canary-71c4699de-20240308"
96109610
};
96119611
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
96129612
var hook$jscomp$inline_1236 = __REACT_DEVTOOLS_GLOBAL_HOOK__;

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if (__DEV__) {
2626
}
2727
var dynamicFlags = require("ReactNativeInternalFeatureFlags");
2828

29-
var ReactVersion = "18.3.0-canary-4e2fe10fa-20240308";
29+
var ReactVersion = "18.3.0-canary-71c4699de-20240308";
3030

3131
// ATTENTION
3232
// When adding new symbols to this file,

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-prod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,4 +598,4 @@ exports.useSyncExternalStore = function (
598598
exports.useTransition = function () {
599599
return ReactCurrentDispatcher.current.useTransition();
600600
};
601-
exports.version = "18.3.0-canary-4e2fe10fa-20240308";
601+
exports.version = "18.3.0-canary-71c4699de-20240308";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-profiling.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ exports.useSyncExternalStore = function (
594594
exports.useTransition = function () {
595595
return ReactCurrentDispatcher.current.useTransition();
596596
};
597-
exports.version = "18.3.0-canary-4e2fe10fa-20240308";
597+
exports.version = "18.3.0-canary-71c4699de-20240308";
598598
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
599599
"function" ===
600600
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4e2fe10fa388d499ba20a2821c9ddb1a6b129320
1+
71c4699de36579097098b690b668abf5a0cf9fb6

0 commit comments

Comments
 (0)