Skip to content

Commit a43d538

Browse files
committed
fix: [visionOS] 0.73 stable merge
1 parent ef4a2c6 commit a43d538

File tree

6 files changed

+188
-68
lines changed

6 files changed

+188
-68
lines changed

packages/react-native/ReactCommon/react/nativemodule/samples/ReactCommon-Samples.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Pod::Spec.new do |s|
6060

6161
s.dependency "RCT-Folly"
6262
s.dependency "DoubleConversion"
63-
s.dependency "fmt", '~> 6.2.1'
63+
s.dependency "fmt", '~> 9.1.0'
6464
s.dependency "React-Core"
6565
s.dependency "React-cxxreact"
6666
s.dependency "React-jsi"

packages/react-native/react-native.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ module.exports = {
2929
bundleCommand,
3030
ramBundleCommand,
3131
startCommand,
32-
codegenCommand,
3332
...localCommands,
3433
],
3534
platforms: {

packages/rn-tester/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if USE_FRAMEWORKS
3232
use_frameworks! :linkage => linkage.to_sym
3333
end
3434

35-
$shouldUseFlipper = ENV['USE_FLIPPER'] ? ENV['USE_FLIPPER'] == '1' : !IN_CI && !USE_FRAMEWORKS
35+
$shouldUseFlipper = false;
3636

3737
def pods(target_name, options = {}, use_flipper: $shouldUseFlipper)
3838
project 'RNTesterPods.xcodeproj'

packages/rn-tester/RNTesterPods.xcodeproj/project.pbxproj

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282

8383
/* Begin PBXFileReference section */
8484
0B25775FD7ADF02B1346CE9B /* Pods-RNTester-visionOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RNTester-visionOS.debug.xcconfig"; path = "Target Support Files/Pods-RNTester-visionOS/Pods-RNTester-visionOS.debug.xcconfig"; sourceTree = "<group>"; };
85-
0CC3BE1A25DDB68A0033CAEB /* RNTester.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = RNTester.entitlements; path = RNTester/RNTester.entitlements; sourceTree = "<group>"; };
8685
13B07F961A680F5B00A75B9A /* RNTester.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RNTester.app; sourceTree = BUILT_PRODUCTS_DIR; };
8786
13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = RNTester/AppDelegate.h; sourceTree = "<group>"; };
8887
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = RNTester/Info.plist; sourceTree = "<group>"; };
@@ -1267,7 +1266,7 @@
12671266
ENABLE_BITCODE = NO;
12681267
ENABLE_STRICT_OBJC_MSGSEND = YES;
12691268
ENABLE_TESTABILITY = YES;
1270-
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
1269+
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
12711270
GCC_C_LANGUAGE_STANDARD = gnu11;
12721271
GCC_DYNAMIC_NO_PIC = NO;
12731272
GCC_NO_COMMON_BLOCKS = YES;
@@ -1304,20 +1303,22 @@
13041303
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
13051304
MTL_ENABLE_DEBUG_INFO = YES;
13061305
ONLY_ACTIVE_ARCH = YES;
1307-
OTHER_CFLAGS = "$(inherited)";
1306+
OTHER_CFLAGS = (
1307+
"$(inherited)",
1308+
"-DRN_FABRIC_ENABLED",
1309+
);
13081310
OTHER_CPLUSPLUSFLAGS = (
13091311
"$(OTHER_CFLAGS)",
13101312
"-DFOLLY_NO_CONFIG",
13111313
"-DFOLLY_MOBILE=1",
13121314
"-DFOLLY_USE_LIBCPP=1",
13131315
"-DFOLLY_CFG_NO_COROUTINES=1",
13141316
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
1317+
"-DRN_FABRIC_ENABLED",
13151318
);
13161319
OTHER_LDFLAGS = (
13171320
"-ObjC",
13181321
"-lc++",
1319-
"-Wl",
1320-
"-ld_classic",
13211322
);
13221323
REACT_NATIVE_PATH = "${PODS_ROOT}/../../react-native";
13231324
SDKROOT = xros;
@@ -1368,7 +1369,7 @@
13681369
ENABLE_BITCODE = NO;
13691370
ENABLE_NS_ASSERTIONS = NO;
13701371
ENABLE_STRICT_OBJC_MSGSEND = YES;
1371-
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
1372+
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
13721373
GCC_C_LANGUAGE_STANDARD = gnu11;
13731374
GCC_NO_COMMON_BLOCKS = YES;
13741375
GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS = YES;
@@ -1397,20 +1398,22 @@
13971398
);
13981399
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
13991400
MTL_ENABLE_DEBUG_INFO = NO;
1400-
OTHER_CFLAGS = "$(inherited)";
1401+
OTHER_CFLAGS = (
1402+
"$(inherited)",
1403+
"-DRN_FABRIC_ENABLED",
1404+
);
14011405
OTHER_CPLUSPLUSFLAGS = (
14021406
"$(OTHER_CFLAGS)",
14031407
"-DFOLLY_NO_CONFIG",
14041408
"-DFOLLY_MOBILE=1",
14051409
"-DFOLLY_USE_LIBCPP=1",
14061410
"-DFOLLY_CFG_NO_COROUTINES=1",
14071411
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
1412+
"-DRN_FABRIC_ENABLED",
14081413
);
14091414
OTHER_LDFLAGS = (
14101415
"-ObjC",
14111416
"-lc++",
1412-
"-Wl",
1413-
"-ld_classic",
14141417
);
14151418
REACT_NATIVE_PATH = "${PODS_ROOT}/../../react-native";
14161419
SDKROOT = xros;
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1520"
4+
version = "1.7">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "763DC3712B0F824200D2C0C5"
18+
BuildableName = "RNTester-visionOS.app"
19+
BlueprintName = "RNTester-visionOS"
20+
ReferencedContainer = "container:RNTesterPods.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES"
30+
shouldAutocreateTestPlan = "YES">
31+
</TestAction>
32+
<LaunchAction
33+
buildConfiguration = "Debug"
34+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
35+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
36+
launchStyle = "0"
37+
useCustomWorkingDirectory = "NO"
38+
ignoresPersistentStateOnLaunch = "NO"
39+
debugDocumentVersioning = "YES"
40+
debugServiceExtension = "internal"
41+
allowLocationSimulation = "YES">
42+
<BuildableProductRunnable
43+
runnableDebuggingMode = "0">
44+
<BuildableReference
45+
BuildableIdentifier = "primary"
46+
BlueprintIdentifier = "763DC3712B0F824200D2C0C5"
47+
BuildableName = "RNTester-visionOS.app"
48+
BlueprintName = "RNTester-visionOS"
49+
ReferencedContainer = "container:RNTesterPods.xcodeproj">
50+
</BuildableReference>
51+
</BuildableProductRunnable>
52+
</LaunchAction>
53+
<ProfileAction
54+
buildConfiguration = "Release"
55+
shouldUseLaunchSchemeArgsEnv = "YES"
56+
savedToolIdentifier = ""
57+
useCustomWorkingDirectory = "NO"
58+
debugDocumentVersioning = "YES">
59+
<BuildableProductRunnable
60+
runnableDebuggingMode = "0">
61+
<BuildableReference
62+
BuildableIdentifier = "primary"
63+
BlueprintIdentifier = "763DC3712B0F824200D2C0C5"
64+
BuildableName = "RNTester-visionOS.app"
65+
BlueprintName = "RNTester-visionOS"
66+
ReferencedContainer = "container:RNTesterPods.xcodeproj">
67+
</BuildableReference>
68+
</BuildableProductRunnable>
69+
</ProfileAction>
70+
<AnalyzeAction
71+
buildConfiguration = "Debug">
72+
</AnalyzeAction>
73+
<ArchiveAction
74+
buildConfiguration = "Release"
75+
revealArchiveInOrganizer = "YES">
76+
</ArchiveAction>
77+
</Scheme>

yarn.lock

Lines changed: 97 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -2366,21 +2366,22 @@
23662366
optionalDependencies:
23672367
npmlog "2 || ^3.1.0 || ^4.0.0"
23682368

2369-
"@react-native-community/cli-clean@12.3.2":
2370-
version "12.3.2"
2371-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-12.3.2.tgz#d4f1730c3d22d816b4d513d330d5f3896a3f5921"
2372-
integrity sha512-90k2hCX0ddSFPT7EN7h5SZj0XZPXP0+y/++v262hssoey3nhurwF57NGWN0XAR0o9BSW7+mBfeInfabzDraO6A==
2369+
"@react-native-community/cli-clean@13.5.1":
2370+
version "13.5.1"
2371+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-13.5.1.tgz#383d02ed48379a6a21446d6fc28fc21617613e23"
2372+
integrity sha512-mfDSpQRSg6hw3QlWXRUcgHKueFwTB0nKamOBBNugPRF3DwCJ+vCS4NFTbjGnNCgkFCPDy42FmXC6nTkK8rtjvw==
23732373
dependencies:
2374-
"@react-native-community/cli-tools" "12.3.2"
2374+
"@react-native-community/cli-tools" "13.5.1"
23752375
chalk "^4.1.2"
23762376
execa "^5.0.0"
2377+
glob "^7.1.3"
23772378

2378-
"@react-native-community/cli-config@12.3.2":
2379-
version "12.3.2"
2380-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-12.3.2.tgz#1a5de302de4d597ff2fc9932a032134b6ec4325f"
2381-
integrity sha512-UUCzDjQgvAVL/57rL7eOuFUhd+d+6qfM7V8uOegQFeFEmSmvUUDLYoXpBa5vAK9JgQtSqMBJ1Shmwao+/oElxQ==
2379+
"@react-native-community/cli-config@13.5.1":
2380+
version "13.5.1"
2381+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-13.5.1.tgz#45b5a0e3dccd029a9260fd99919eaf13957c9a67"
2382+
integrity sha512-kwnkrUdSh7skFoRMn4bzL/lVtFbcFxfc8i7PZQjudvLJkFs8BAOXDLFwZeNSNnW1STdRJWGL6kIxwoHOKUbJUw==
23822383
dependencies:
2383-
"@react-native-community/cli-tools" "12.3.2"
2384+
"@react-native-community/cli-tools" "13.5.1"
23842385
chalk "^4.1.2"
23852386
cosmiconfig "^5.1.0"
23862387
deepmerge "^4.3.0"
@@ -2394,15 +2395,23 @@
23942395
dependencies:
23952396
serve-static "^1.13.1"
23962397

2397-
"@react-native-community/cli-[email protected]":
2398-
version "12.3.2"
2399-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-12.3.2.tgz#9e82b49f04ee03872b2975f26c8799cecac021ce"
2400-
integrity sha512-GrAabdY4qtBX49knHFvEAdLtCjkmndjTeqhYO6BhsbAeKOtspcLT/0WRgdLIaKODRa61ADNB3K5Zm4dU0QrZOg==
2398+
"@react-native-community/cli-[email protected]":
2399+
version "13.5.1"
2400+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-13.5.1.tgz#804a2e31754aa23a26782f4c411e5d73ed5c9b03"
2401+
integrity sha512-VASW7KZsATtvQNHb26pDJ1JDMq+B5sGZTgMjUfg4sLDnjZFmHtyX8MIjmTTKfurZ0Kqi7fxeGTiHiRXCXKHXzQ==
24012402
dependencies:
2402-
"@react-native-community/cli-config" "12.3.2"
2403-
"@react-native-community/cli-platform-android" "12.3.2"
2404-
"@react-native-community/cli-platform-ios" "12.3.2"
2405-
"@react-native-community/cli-tools" "12.3.2"
2403+
serve-static "^1.13.1"
2404+
2405+
"@react-native-community/[email protected]":
2406+
version "13.5.1"
2407+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-13.5.1.tgz#4aef9ce3875fe1ce253ff69157ce89829db008f8"
2408+
integrity sha512-mTb1HwrMirV4RMjtk0B0+j3862Pz61/qjmL1FiR5QaDHD6KzNucwoY6DDQvltFmojmWpbEdiRf6x49sDz9VxmQ==
2409+
dependencies:
2410+
"@react-native-community/cli-config" "13.5.1"
2411+
"@react-native-community/cli-platform-android" "13.5.1"
2412+
"@react-native-community/cli-platform-apple" "13.5.1"
2413+
"@react-native-community/cli-platform-ios" "13.5.1"
2414+
"@react-native-community/cli-tools" "13.5.1"
24062415
chalk "^4.1.2"
24072416
command-exists "^1.2.8"
24082417
deepmerge "^4.3.0"
@@ -2417,45 +2426,47 @@
24172426
wcwidth "^1.0.1"
24182427
yaml "^2.2.1"
24192428

2420-
"@react-native-community/cli-hermes@12.3.2":
2421-
version "12.3.2"
2422-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-12.3.2.tgz#5f266985fe32a37e9020e881460e9017870be2e5"
2423-
integrity sha512-SL6F9O8ghp4ESBFH2YAPLtIN39jdnvGBKnK4FGKpDCjtB3DnUmDsGFlH46S+GGt5M6VzfG2eeKEOKf3pZ6jUzA==
2429+
"@react-native-community/cli-hermes@13.5.1":
2430+
version "13.5.1"
2431+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-13.5.1.tgz#5bb94582009124874791297802389f7881d08cce"
2432+
integrity sha512-PE0UMJZx4OcsKXoRzeEkaSz+x9/GdZi/ezgJ5TCnuhoSpgUPO9g5UrkGcmWqDD41W+JWWwCE3N9eLryyXd0wmQ==
24242433
dependencies:
2425-
"@react-native-community/cli-platform-android" "12.3.2"
2426-
"@react-native-community/cli-tools" "12.3.2"
2434+
"@react-native-community/cli-platform-android" "13.5.1"
2435+
"@react-native-community/cli-tools" "13.5.1"
24272436
chalk "^4.1.2"
24282437
hermes-profile-transformer "^0.0.6"
24292438
ip "^1.1.5"
24302439

2431-
"@react-native-community/cli-platform-android@12.3.2":
2432-
version "12.3.2"
2433-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-12.3.2.tgz#de54d89712f8ea95046d798ec274fd6caea70c34"
2434-
integrity sha512-MZ5nO8yi/N+Fj2i9BJcJ9C/ez+9/Ir7lQt49DWRo9YDmzye66mYLr/P2l/qxsixllbbDi7BXrlLpxaEhMrDopg==
2440+
"@react-native-community/cli-platform-android@13.5.1":
2441+
version "13.5.1"
2442+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-13.5.1.tgz#2d2f55be5d85fc911ff0b24b1c50bf8ad22d1b86"
2443+
integrity sha512-U6TixH8X1LsheCr5Sd7/68OpH4DbLcNhbqROfnezIByimjNpLby2mQ85yPXTrV1MYck0Q78L99yvevqLZbJ53Q==
24352444
dependencies:
2436-
"@react-native-community/cli-tools" "12.3.2"
2445+
"@react-native-community/cli-tools" "13.5.1"
24372446
chalk "^4.1.2"
24382447
execa "^5.0.0"
24392448
fast-xml-parser "^4.2.4"
24402449
glob "^7.1.3"
24412450
logkitty "^0.7.1"
24422451

2443-
"@react-native-community/cli-platform-[email protected]":
2444-
version "12.3.2"
2445-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-12.3.2.tgz#07e298f69761424da85909790a43ec60ebfe6097"
2446-
integrity sha512-OcWEAbkev1IL6SUiQnM6DQdsvfsKZhRZtoBNSj9MfdmwotVZSOEZJ+IjZ1FR9ChvMWayO9ns/o8LgoQxr1ZXeg==
2452+
"@react-native-community/cli-platform-[email protected]":
2453+
version "13.5.1"
2454+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-apple/-/cli-platform-apple-13.5.1.tgz#facd4a7c03f905fde1636ca1fbf21f4adf3ccdbb"
2455+
integrity sha512-vhS0RGR/q+XM0ycIcfsK2nWkcYLXifJj5thXRvZEhn800OorhRHf6qYaN/y6RV9ruZLkrevSg17/fBpXTibpdw==
24472456
dependencies:
2448-
"@react-native-community/cli-tools" "12.3.2"
2457+
"@react-native-community/cli-tools" "13.5.1"
24492458
chalk "^4.1.2"
24502459
execa "^5.0.0"
24512460
fast-xml-parser "^4.0.12"
24522461
glob "^7.1.3"
24532462
ora "^5.4.1"
24542463

2455-
"@react-native-community/[email protected]":
2456-
version "12.3.2"
2457-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-12.3.2.tgz#7db7dc8939b821b9aeebdd5ee3293f3a0201a2ea"
2458-
integrity sha512-FpFBwu+d2E7KRhYPTkKvQsWb2/JKsJv+t1tcqgQkn+oByhp+qGyXBobFB8/R3yYvRRDCSDhS+atWTJzk9TjM8g==
2464+
"@react-native-community/[email protected]":
2465+
version "13.5.1"
2466+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-13.5.1.tgz#f4a5ee353bccf3a633ce6ea5e7af68e8ba26f252"
2467+
integrity sha512-AdTMgGF9W5KMYmI0iPViMKt3uzoahi9TBSilHoty8vZ5KLxmx1imB4Co54db8aIbwhpK0q5wBSJPjR1Ij99c1g==
2468+
dependencies:
2469+
"@react-native-community/cli-platform-apple" "13.5.1"
24592470

24602471
"@react-native-community/[email protected]":
24612472
version "12.3.2"
@@ -2472,6 +2483,21 @@
24722483
serve-static "^1.13.1"
24732484
ws "^7.5.1"
24742485

2486+
"@react-native-community/[email protected]":
2487+
version "13.5.1"
2488+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-13.5.1.tgz#bb29480a9f982706d51e9a79bbaef2eae8cc6896"
2489+
integrity sha512-Ke1wWHfEZHcruA3kOpKGO6i21uXIt3AzUi3eLVLZWDtYnyfRUzkWwYycbrcmSgDfboWrFc4uHMk9uHT4PHsnZA==
2490+
dependencies:
2491+
"@react-native-community/cli-debugger-ui" "13.5.1"
2492+
"@react-native-community/cli-tools" "13.5.1"
2493+
compression "^1.7.1"
2494+
connect "^3.6.5"
2495+
errorhandler "^1.5.1"
2496+
nocache "^3.0.1"
2497+
pretty-format "^26.6.2"
2498+
serve-static "^1.13.1"
2499+
ws "^7.5.1"
2500+
24752501
"@react-native-community/[email protected]":
24762502
version "12.3.2"
24772503
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-12.3.2.tgz#d3362b04fba3f73ec82c5a493696b575acfb420c"
@@ -2488,27 +2514,42 @@
24882514
shell-quote "^1.7.3"
24892515
sudo-prompt "^9.0.0"
24902516

2491-
"@react-native-community/cli-[email protected]":
2492-
version "12.3.2"
2493-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-12.3.2.tgz#0551c553c87701faae580097d7786dfff8ec2ef4"
2494-
integrity sha512-9D0UEFqLW8JmS16mjHJxUJWX8E+zJddrHILSH8AJHZ0NNHv4u2DXKdb0wFLMobFxGNxPT+VSOjc60fGvXzWHog==
2517+
"@react-native-community/cli-[email protected]":
2518+
version "13.5.1"
2519+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-13.5.1.tgz#3e5b76e0083d106c5b0d06edf6fb5d6c9c456b23"
2520+
integrity sha512-IIC/xGjSJCKFnhedgP8FAL85IBYsEf80FNrPxmIcaHVTHxE4eXs5/Cc/d2NgL8BZGBT8QK3TV4XQuWbgDGBCoQ==
24952521
dependencies:
2496-
joi "^17.2.1"
2522+
appdirsjs "^1.2.4"
2523+
chalk "^4.1.2"
2524+
find-up "^5.0.0"
2525+
mime "^2.4.1"
2526+
node-fetch "^2.6.0"
2527+
open "^6.2.0"
2528+
ora "^5.4.1"
2529+
semver "^7.5.2"
2530+
shell-quote "^1.7.3"
2531+
sudo-prompt "^9.0.0"
24972532

2498-
"@react-native-community/cli@12.3.2":
2499-
version "12.3.2"
2500-
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-12.3.2.tgz#002ae3683b9fe6b0a83a837f41d9db541ea7667f"
2501-
integrity sha512-WgoUWwLDcf/G1Su2COUUVs3RzAwnV/vUTdISSpAUGgSc57mPabaAoUctKTnfYEhCnE3j02k3VtaVPwCAFRO3TQ==
2533+
"@react-native-community/cli[email protected]":
2534+
version "13.5.1"
2535+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-13.5.1.tgz#a8d68f61a8ba7e59add7f492daa0288ed0ad61ce"
2536+
integrity sha512-hvRqXZdCPc8kPnKtXxH9dVlEFiMZTPlaJ1p5tV2p3Y+rFkK1mf0Kb6CHG3mDgJhSt1Ssbg159nfNzD0ApC25lA==
25022537
dependencies:
2503-
"@react-native-community/cli-clean" "12.3.2"
2504-
"@react-native-community/cli-config" "12.3.2"
2505-
"@react-native-community/cli-debugger-ui" "12.3.2"
2506-
"@react-native-community/cli-doctor" "12.3.2"
2507-
"@react-native-community/cli-hermes" "12.3.2"
2508-
"@react-native-community/cli-plugin-metro" "12.3.2"
2509-
"@react-native-community/cli-server-api" "12.3.2"
2510-
"@react-native-community/cli-tools" "12.3.2"
2511-
"@react-native-community/cli-types" "12.3.2"
2538+
joi "^17.2.1"
2539+
2540+
"@react-native-community/[email protected]":
2541+
version "13.5.1"
2542+
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-13.5.1.tgz#f81936f79c4dc503d3e914fd214b56b42a57b771"
2543+
integrity sha512-k6Mk2cxCSvJ9bRWGvBtTdtcl+FPttrHPl91XezU0pjuXa9fwRRUInn0i5DcZWa31QDK/G5AGiNhdwIPADDkt3Q==
2544+
dependencies:
2545+
"@react-native-community/cli-clean" "13.5.1"
2546+
"@react-native-community/cli-config" "13.5.1"
2547+
"@react-native-community/cli-debugger-ui" "13.5.1"
2548+
"@react-native-community/cli-doctor" "13.5.1"
2549+
"@react-native-community/cli-hermes" "13.5.1"
2550+
"@react-native-community/cli-server-api" "13.5.1"
2551+
"@react-native-community/cli-tools" "13.5.1"
2552+
"@react-native-community/cli-types" "13.5.1"
25122553
chalk "^4.1.2"
25132554
commander "^9.4.1"
25142555
deepmerge "^4.3.0"

0 commit comments

Comments
 (0)