mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Revert D40374535: Deploy 0.190.0 to xplat
Differential Revision: D40374535 (https://github.com/facebook/react-native/commit/5359f1de12c9ef1924926c881e6752016f245913) Original commit changeset: 92788a21a4f2 Original Phabricator Diff: D40374535 (https://github.com/facebook/react-native/commit/5359f1de12c9ef1924926c881e6752016f245913) fbshipit-source-id: a0115dc24590bc50fa1aee2770dbb13b2edaf580
This commit is contained in:
committed by
Facebook GitHub Bot
parent
70cc27c901
commit
4631cf933e
+1
-1
@@ -74,4 +74,4 @@ untyped-import
|
||||
untyped-type-import
|
||||
|
||||
[version]
|
||||
^0.190.0
|
||||
^0.189.0
|
||||
|
||||
+1
-1
@@ -74,4 +74,4 @@ untyped-import
|
||||
untyped-type-import
|
||||
|
||||
[version]
|
||||
^0.190.0
|
||||
^0.189.0
|
||||
|
||||
@@ -425,17 +425,14 @@ const SUPPORTED_INTERPOLATION_PARAMS = {
|
||||
};
|
||||
|
||||
function addWhitelistedStyleProp(prop: string): void {
|
||||
// $FlowFixMe[prop-missing]
|
||||
SUPPORTED_STYLES[prop] = true;
|
||||
}
|
||||
|
||||
function addWhitelistedTransformProp(prop: string): void {
|
||||
// $FlowFixMe[prop-missing]
|
||||
SUPPORTED_TRANSFORMS[prop] = true;
|
||||
}
|
||||
|
||||
function addWhitelistedInterpolationParam(param: string): void {
|
||||
// $FlowFixMe[prop-missing]
|
||||
SUPPORTED_INTERPOLATION_PARAMS[param] = true;
|
||||
}
|
||||
|
||||
|
||||
@@ -128,7 +128,6 @@ class FillRateHelper {
|
||||
mostly_blank_time_frac: this._info.mostly_blank_ms / total_time_spent,
|
||||
};
|
||||
for (const key in derived) {
|
||||
// $FlowFixMe[prop-missing]
|
||||
derived[key] = Math.round(1000 * derived[key]) / 1000;
|
||||
}
|
||||
console.debug('FillRateHelper deactivateAndFlush: ', {derived, info});
|
||||
|
||||
+1
-1
@@ -141,7 +141,7 @@
|
||||
"ws": "^6.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"flow-bin": "^0.190.0",
|
||||
"flow-bin": "^0.189.0",
|
||||
"hermes-eslint": "0.8.0",
|
||||
"react": "18.2.0",
|
||||
"react-test-renderer": "^18.2.0"
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"eslint-plugin-react-native": "^4.0.0",
|
||||
"eslint-plugin-relay": "^1.8.3",
|
||||
"flow-bin": "^0.190.0",
|
||||
"flow-bin": "^0.189.0",
|
||||
"inquirer": "^7.1.0",
|
||||
"jest": "^29.0.3",
|
||||
"jest-junit": "^10.0.0",
|
||||
|
||||
@@ -60,4 +60,4 @@ untyped-import
|
||||
untyped-type-import
|
||||
|
||||
[version]
|
||||
^0.190.0
|
||||
^0.189.0
|
||||
|
||||
@@ -4905,10 +4905,10 @@ flatted@^3.1.0:
|
||||
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561"
|
||||
integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==
|
||||
|
||||
flow-bin@^0.190.0:
|
||||
version "0.190.0"
|
||||
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.190.0.tgz#cfc50e1474facf8150232a6c498fe66a6bb75969"
|
||||
integrity sha512-Qo3bvN3cmGFXsq63ZxcHFZXQDvgx84fCuq8cXuKk5xbvuebBGwMqS+ku/rH+gEkciRrcTYrXqoSzb9b6ShcoJg==
|
||||
flow-bin@^0.189.0:
|
||||
version "0.189.0"
|
||||
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.189.0.tgz#f334fb434b7c3ade2f410ecd2c9d9b9401c9a174"
|
||||
integrity sha512-LvbY9EYQujhxNwGAE/ElMunzVV6vwdiooEixEl39XANpNsPh30+uZIDNUczol90pA56T7Idxr8QltxH+YQWdEA==
|
||||
|
||||
flow-parser@0.*, flow-parser@^0.185.0:
|
||||
version "0.185.0"
|
||||
|
||||
Reference in New Issue
Block a user