Skip to content

Commit

Permalink
Merge branch 'main' into renovate/firebase-firebase-ios-sdk-11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tomokisun authored Dec 13, 2024
2 parents af84f8c + 5114721 commit 57ea62b
Show file tree
Hide file tree
Showing 12 changed files with 105 additions and 60 deletions.
29 changes: 19 additions & 10 deletions BeMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apollographql/apollo-ios",
"state" : {
"revision" : "7122421c2ba9ce2d252943cef055c74ef56ea431",
"version" : "1.15.2"
"revision" : "c3f48d45ec1300bc95243bf19f67284f9dc0d14a",
"version" : "1.15.3"
}
},
{
Expand Down Expand Up @@ -185,8 +185,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-composable-architecture",
"state" : {
"revision" : "56149436a3c3dbf605a89a204aaa904de8ba4580",
"version" : "1.15.2"
"revision" : "d602618c628e5123f66643437151079d3664970d",
"version" : "1.17.0"
}
},
{
Expand All @@ -212,8 +212,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-dependencies",
"state" : {
"revision" : "0fc0255e780bf742abeef29dec80924f5f0ae7b9",
"version" : "1.4.1"
"revision" : "5526c8a27675dc7b18d6fa643abfb64bcb200b77",
"version" : "1.6.2"
}
},
{
Expand All @@ -239,8 +239,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-perception",
"state" : {
"revision" : "bc67aa8e461351c97282c2419153757a446ae1c9",
"version" : "1.3.5"
"revision" : "8d52279b9809ef27eabe7d5420f03734528f19da",
"version" : "1.4.1"
}
},
{
Expand All @@ -252,6 +252,15 @@
"version" : "1.28.1"
}
},
{
"identity" : "swift-sharing",
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-sharing",
"state" : {
"revision" : "5d3d1193225567d156dae16b2bb353ef261011f9",
"version" : "1.0.2"
}
},
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
Expand All @@ -275,8 +284,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/xctest-dynamic-overlay",
"state" : {
"revision" : "bc2a151366f2cd0e347274544933bc2acb00c9fe",
"version" : "1.4.0"
"revision" : "a3f634d1a409c7979cabc0a71b3f26ffa9fc8af1",
"version" : "1.4.3"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Packages/Dependencies/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ var package = Package(
.library(name: "WidgetClient", targets: ["WidgetClient"]),
],
dependencies: [
.package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.2"),
.package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.3"),
.package(url: "https://github.com/facebook/facebook-ios-sdk", from: "17.4.0"),
.package(url: "https://github.com/firebase/firebase-ios-sdk", from: "11.5.0"),
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.4.1"),
Expand Down
4 changes: 2 additions & 2 deletions Packages/MatchCore/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ let package = Package(
dependencies: [
.package(path: "../Utility"),
.package(path: "../Dependencies"),
.package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.2"),
.package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.3"),
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.4.1"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.15.2"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.17.0"),
],
targets: [
.target(name: "AchievementLogic", dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion Packages/Utility/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var package = Package(
.library(name: "TcaHelpers", targets: ["TcaHelpers"]),
],
dependencies: [
.package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.2"),
.package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.3"),
.package(url: "https://github.com/firebase/firebase-ios-sdk", from: "11.5.0"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.15.2"),
],
Expand Down
29 changes: 19 additions & 10 deletions PicMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apollographql/apollo-ios",
"state" : {
"revision" : "7122421c2ba9ce2d252943cef055c74ef56ea431",
"version" : "1.15.2"
"revision" : "c3f48d45ec1300bc95243bf19f67284f9dc0d14a",
"version" : "1.15.3"
}
},
{
Expand Down Expand Up @@ -185,8 +185,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-composable-architecture",
"state" : {
"revision" : "56149436a3c3dbf605a89a204aaa904de8ba4580",
"version" : "1.15.2"
"revision" : "d602618c628e5123f66643437151079d3664970d",
"version" : "1.17.0"
}
},
{
Expand All @@ -212,8 +212,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-dependencies",
"state" : {
"revision" : "0fc0255e780bf742abeef29dec80924f5f0ae7b9",
"version" : "1.4.1"
"revision" : "5526c8a27675dc7b18d6fa643abfb64bcb200b77",
"version" : "1.6.2"
}
},
{
Expand All @@ -239,8 +239,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-perception",
"state" : {
"revision" : "1552c8f722ac256cc0b8daaf1a7073217d4fcdfb",
"version" : "1.3.4"
"revision" : "8d52279b9809ef27eabe7d5420f03734528f19da",
"version" : "1.4.1"
}
},
{
Expand All @@ -252,6 +252,15 @@
"version" : "1.27.1"
}
},
{
"identity" : "swift-sharing",
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-sharing",
"state" : {
"revision" : "5d3d1193225567d156dae16b2bb353ef261011f9",
"version" : "1.0.2"
}
},
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
Expand All @@ -275,8 +284,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/xctest-dynamic-overlay",
"state" : {
"revision" : "bc2a151366f2cd0e347274544933bc2acb00c9fe",
"version" : "1.4.0"
"revision" : "a3f634d1a409c7979cabc0a71b3f26ffa9fc8af1",
"version" : "1.4.3"
}
}
],
Expand Down
4 changes: 2 additions & 2 deletions SwiftScripts/ApolloTool/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apollographql/apollo-ios-codegen",
"state" : {
"revision" : "9d18632ce7033490ee46a3f1e14d51c1c65fbb66",
"version" : "1.15.2"
"revision" : "54a51f43ba2dde6edc2fd11834cf894a2193f281",
"version" : "1.15.3"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion SwiftScripts/ApolloTool/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),
.package(url: "https://github.com/apollographql/apollo-ios-codegen", from: "1.15.2"),
.package(url: "https://github.com/apollographql/apollo-ios-codegen", from: "1.15.3"),
],
targets: [
.target(name: "SwiftScriptHelpers"),
Expand Down
4 changes: 2 additions & 2 deletions SwiftScripts/SwiftFormatTool/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/nicklockwood/SwiftFormat",
"state" : {
"revision" : "86ed20990585f478c0daf309af645c2a528b59d8",
"version" : "0.54.6"
"revision" : "2d5a2b6bde636c1feae2c852ab9a50f221e98c66",
"version" : "0.55.3"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion SwiftScripts/SwiftFormatTool/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
name: "SwiftFormatTool",
platforms: [.macOS(.v10_13)],
dependencies: [
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.54.6"),
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.55.3"),
],
targets: [.target(name: "SwiftFormatTool", path: "")]
)
29 changes: 19 additions & 10 deletions TapMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apollographql/apollo-ios",
"state" : {
"revision" : "7122421c2ba9ce2d252943cef055c74ef56ea431",
"version" : "1.15.2"
"revision" : "c3f48d45ec1300bc95243bf19f67284f9dc0d14a",
"version" : "1.15.3"
}
},
{
Expand Down Expand Up @@ -185,8 +185,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-composable-architecture",
"state" : {
"revision" : "56149436a3c3dbf605a89a204aaa904de8ba4580",
"version" : "1.15.2"
"revision" : "d602618c628e5123f66643437151079d3664970d",
"version" : "1.17.0"
}
},
{
Expand All @@ -212,8 +212,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-dependencies",
"state" : {
"revision" : "0fc0255e780bf742abeef29dec80924f5f0ae7b9",
"version" : "1.4.1"
"revision" : "5526c8a27675dc7b18d6fa643abfb64bcb200b77",
"version" : "1.6.2"
}
},
{
Expand All @@ -239,8 +239,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-perception",
"state" : {
"revision" : "bc67aa8e461351c97282c2419153757a446ae1c9",
"version" : "1.3.5"
"revision" : "8d52279b9809ef27eabe7d5420f03734528f19da",
"version" : "1.4.1"
}
},
{
Expand All @@ -252,6 +252,15 @@
"version" : "1.28.0"
}
},
{
"identity" : "swift-sharing",
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-sharing",
"state" : {
"revision" : "5d3d1193225567d156dae16b2bb353ef261011f9",
"version" : "1.0.2"
}
},
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
Expand All @@ -275,8 +284,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/xctest-dynamic-overlay",
"state" : {
"revision" : "bc2a151366f2cd0e347274544933bc2acb00c9fe",
"version" : "1.4.0"
"revision" : "a3f634d1a409c7979cabc0a71b3f26ffa9fc8af1",
"version" : "1.4.3"
}
}
],
Expand Down
29 changes: 19 additions & 10 deletions TenMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apollographql/apollo-ios",
"state" : {
"revision" : "7122421c2ba9ce2d252943cef055c74ef56ea431",
"version" : "1.15.2"
"revision" : "c3f48d45ec1300bc95243bf19f67284f9dc0d14a",
"version" : "1.15.3"
}
},
{
Expand Down Expand Up @@ -185,8 +185,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-composable-architecture",
"state" : {
"revision" : "56149436a3c3dbf605a89a204aaa904de8ba4580",
"version" : "1.15.2"
"revision" : "d602618c628e5123f66643437151079d3664970d",
"version" : "1.17.0"
}
},
{
Expand All @@ -212,8 +212,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-dependencies",
"state" : {
"revision" : "0fc0255e780bf742abeef29dec80924f5f0ae7b9",
"version" : "1.4.1"
"revision" : "5526c8a27675dc7b18d6fa643abfb64bcb200b77",
"version" : "1.6.2"
}
},
{
Expand All @@ -239,8 +239,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-perception",
"state" : {
"revision" : "1552c8f722ac256cc0b8daaf1a7073217d4fcdfb",
"version" : "1.3.4"
"revision" : "8d52279b9809ef27eabe7d5420f03734528f19da",
"version" : "1.4.1"
}
},
{
Expand All @@ -252,6 +252,15 @@
"version" : "1.27.1"
}
},
{
"identity" : "swift-sharing",
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-sharing",
"state" : {
"revision" : "5d3d1193225567d156dae16b2bb353ef261011f9",
"version" : "1.0.2"
}
},
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
Expand All @@ -275,8 +284,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/xctest-dynamic-overlay",
"state" : {
"revision" : "bc2a151366f2cd0e347274544933bc2acb00c9fe",
"version" : "1.4.0"
"revision" : "a3f634d1a409c7979cabc0a71b3f26ffa9fc8af1",
"version" : "1.4.3"
}
}
],
Expand Down
Loading

0 comments on commit 57ea62b

Please sign in to comment.