Skip to content

Commit fd02732

Browse files
committed
Set fmt version to 6.2.1
1 parent 72b19a3 commit fd02732

File tree

13 files changed

+77
-64
lines changed

13 files changed

+77
-64
lines changed

packages/react-native/ReactCommon/React-Fabric.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1
2020
folly_version = '2022.05.16.00'
2121
folly_dep_name = 'RCT-Folly/Fabric'
2222
boost_compiler_flags = '-Wno-documentation'
23+
fmt_version = '6.2.1' # [visionOS]
2324
react_native_path = ".."
2425

2526
Pod::Spec.new do |s|
@@ -51,7 +52,7 @@ Pod::Spec.new do |s|
5152
s.dependency "React-logger"
5253
s.dependency "glog"
5354
s.dependency "DoubleConversion"
54-
s.dependency "fmt", "9.1.0"
55+
s.dependency "fmt", fmt_version
5556
s.dependency "React-Core"
5657
s.dependency "React-debug"
5758
s.dependency "React-utils"

packages/react-native/ReactCommon/React-FabricImage.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1
2020
folly_version = '2022.05.16.00'
2121
folly_dep_name = 'RCT-Folly/Fabric'
2222
boost_compiler_flags = '-Wno-documentation'
23+
fmt_version = '6.2.1' # [visionOS]
2324
react_native_path = ".."
2425

2526
header_search_path = [
@@ -72,7 +73,7 @@ Pod::Spec.new do |s|
7273
s.dependency "React-logger"
7374
s.dependency "glog"
7475
s.dependency "DoubleConversion"
75-
s.dependency "fmt", "9.1.0"
76+
s.dependency "fmt", fmt_version
7677
s.dependency "React-ImageManager"
7778
s.dependency "React-utils"
7879
s.dependency "Yoga"

packages/react-native/ReactCommon/ReactCommon.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ end
1919
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments'
2020
folly_version = '2022.05.16.00'
2121
boost_compiler_flags = '-Wno-documentation'
22+
fmt_version = '6.2.1' # [visionOS]
2223
using_hermes = ENV['USE_HERMES'] == nil || ENV['USE_HERMES'] == "1"
2324
Pod::Spec.new do |s|
2425
s.name = "ReactCommon"
@@ -50,7 +51,7 @@ Pod::Spec.new do |s|
5051
ss.dependency "RCT-Folly", folly_version
5152
s.dependency "React-logger", version
5253
ss.dependency "DoubleConversion"
53-
ss.dependency "fmt", "9.1.0"
54+
ss.dependency "fmt", fmt_version
5455
ss.dependency "glog"
5556
if using_hermes
5657
ss.dependency "hermes-engine"

packages/react-native/ReactCommon/cxxreact/React-cxxreact.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ end
1919

2020
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32'
2121
folly_version = '2022.05.16.00'
22+
fmt_version = '6.2.1' # [visionOS]
2223
boost_compiler_flags = '-Wno-documentation'
2324

2425
Pod::Spec.new do |s|
@@ -41,7 +42,7 @@ Pod::Spec.new do |s|
4142

4243
s.dependency "boost", "1.83.0"
4344
s.dependency "DoubleConversion"
44-
s.dependency "fmt", "9.1.0"
45+
s.dependency "fmt", fmt_version
4546
s.dependency "RCT-Folly", folly_version
4647
s.dependency "glog"
4748
s.dependency "React-jsinspector", version

packages/react-native/ReactCommon/hermes/React-hermes.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ end
2020
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
2121
folly_version = '2022.05.16.00'
2222
boost_compiler_flags = '-Wno-documentation'
23+
fmt_version = '6.2.1' # [visionOS]
2324

2425
Pod::Spec.new do |s|
2526
s.name = "React-hermes"
@@ -47,7 +48,7 @@ Pod::Spec.new do |s|
4748
s.dependency "React-perflogger", version
4849
s.dependency "RCT-Folly", folly_version
4950
s.dependency "DoubleConversion"
50-
s.dependency "fmt", "9.1.0"
51+
s.dependency "fmt", fmt_version
5152
s.dependency "glog"
5253
s.dependency "RCT-Folly/Futures", folly_version
5354
s.dependency "hermes-engine"

packages/react-native/ReactCommon/jsi/React-jsi.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ end
2323
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32'
2424
folly_version = '2022.05.16.00'
2525
boost_compiler_flags = '-Wno-documentation'
26+
fmt_version = '6.2.1' # [visionOS]
2627

2728
Pod::Spec.new do |s|
2829
s.name = "React-jsi"
@@ -41,7 +42,7 @@ Pod::Spec.new do |s|
4142

4243
s.dependency "boost", "1.83.0"
4344
s.dependency "DoubleConversion"
44-
s.dependency "fmt", "9.1.0"
45+
s.dependency "fmt", fmt_version
4546
s.dependency "RCT-Folly", folly_version
4647
s.dependency "glog"
4748

packages/react-native/ReactCommon/jsiexecutor/React-jsiexecutor.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ end
1919
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32'
2020
folly_version = '2022.05.16.00'
2121
boost_compiler_flags = '-Wno-documentation'
22+
fmt_version = '6.2.1' # [visionOS]
2223

2324
Pod::Spec.new do |s|
2425
s.name = "React-jsiexecutor"
@@ -40,7 +41,7 @@ Pod::Spec.new do |s|
4041
s.dependency "React-perflogger", version
4142
s.dependency "RCT-Folly", folly_version
4243
s.dependency "DoubleConversion"
43-
s.dependency "fmt", "9.1.0"
44+
s.dependency "fmt", fmt_version
4445
s.dependency "glog"
4546

4647
if ENV['USE_HERMES'] == nil || ENV['USE_HERMES'] == "1"

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ end
1919
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments'
2020
folly_version = '2022.05.16.00'
2121
boost_compiler_flags = '-Wno-documentation'
22+
fmt_version = '6.2.1' # [visionOS]
2223
using_hermes = ENV['USE_HERMES'] == nil || ENV['USE_HERMES'] == "1"
2324

2425
header_search_paths = [
@@ -58,7 +59,7 @@ Pod::Spec.new do |s|
5859

5960
s.dependency "RCT-Folly"
6061
s.dependency "DoubleConversion"
61-
s.dependency "fmt", "9.1.0"
62+
s.dependency "fmt", fmt_version
6263
s.dependency "React-Core"
6364
s.dependency "React-cxxreact"
6465
s.dependency "React-jsi"

packages/react-native/ReactCommon/react/renderer/debug/React-rendererdebug.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ end
1818

1919
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32'
2020
folly_version = '2022.05.16.00'
21+
fmt_version = '6.2.1' # [visionOS]
2122

2223
header_search_paths = [
2324
"\"$(PODS_ROOT)/RCT-Folly\"",
@@ -56,6 +57,6 @@ Pod::Spec.new do |s|
5657

5758
s.dependency "RCT-Folly", folly_version
5859
s.dependency "DoubleConversion"
59-
s.dependency "fmt", "9.1.0"
60+
s.dependency "fmt", fmt_version
6061
add_dependency(s, "React-debug")
6162
end

packages/react-native/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ yoga-proguard-annotations = "1.19.0"
3333
# Native Dependencies
3434
boost="1_83_0"
3535
doubleconversion="1.1.6"
36-
fmt="9.1.0"
36+
fmt="6.2.1"
3737
folly="2022.05.16.00"
3838
glog="0.3.5"
3939
libevent="2.1.12"

0 commit comments

Comments
 (0)