mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 20:50:09 +00:00
Deploy 0.238.0 to xplat (#44941)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/44941 Changelog: [Internal] Reviewed By: cyan33 Differential Revision: D58565114 fbshipit-source-id: ba6cba0445327ff7ff57505dbb498f2b5d8d5fe7
This commit is contained in:
parent
8b53d41a88
commit
6584b408fb
@ -91,4 +91,4 @@ untyped-import
|
||||
untyped-type-import
|
||||
|
||||
[version]
|
||||
^0.237.2
|
||||
^0.238.0
|
||||
|
@ -76,7 +76,7 @@
|
||||
"eslint-plugin-redundant-undefined": "^0.4.0",
|
||||
"eslint-plugin-relay": "^1.8.3",
|
||||
"flow-api-translator": "0.22.0",
|
||||
"flow-bin": "^0.237.2",
|
||||
"flow-bin": "^0.238.0",
|
||||
"glob": "^7.1.1",
|
||||
"hermes-eslint": "0.22.0",
|
||||
"hermes-transform": "0.22.0",
|
||||
|
@ -62,6 +62,7 @@ function parseVersion(
|
||||
|
||||
function validateBuildType(
|
||||
buildType /*: string */,
|
||||
// $FlowFixMe[incompatible-type-guard]
|
||||
) /*: buildType is BuildType */ {
|
||||
const validBuildTypes = new Set([
|
||||
'release',
|
||||
|
@ -5545,10 +5545,10 @@ flow-api-translator@0.22.0:
|
||||
hermes-transform "0.22.0"
|
||||
typescript "5.3.2"
|
||||
|
||||
flow-bin@^0.237.2:
|
||||
version "0.237.2"
|
||||
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.237.2.tgz#42b0be22acd7fb84c77f39f078fc2f6b7d159fdd"
|
||||
integrity sha512-PlonnPvzTW4nES5YPMwZOJS+IRoaS0ABJWPjsT+5kvLDjXsPerg6A4ftWks4t4gRpPjKSl+6F1BTn9uqWP0inA==
|
||||
flow-bin@^0.238.0:
|
||||
version "0.238.0"
|
||||
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.238.0.tgz#dbe9e270ef4cf6916b0d72b09797cc6e160592cb"
|
||||
integrity sha512-WxQM+46MEP9s795Zqy2MwfP1Sv10nhge+q2Agn8aq9raV5Ly00gbwOgHrqJ41zU4/15Ctmu2HWmRqh1+FQ1gOg==
|
||||
|
||||
flow-enums-runtime@^0.0.6:
|
||||
version "0.0.6"
|
||||
|
Loading…
Reference in New Issue
Block a user