Skip to content

Commit

Permalink
chore(deps): update dependency apollographql/apollo-ios to from: "1.1…
Browse files Browse the repository at this point in the history
…5.1" (#1042)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Aug 27, 2024
1 parent db9e627 commit 5ba9756
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 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" : "24a43a4733ee2b5b86a8af68508629a3edb8f96c",
"version" : "1.15.0"
"revision" : "e70850751f6b21acd1c7871dbcd2cee5d6103c7e",
"version" : "1.15.1"
}
},
{
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.0"),
.package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.1"),
.package(url: "https://github.com/facebook/facebook-ios-sdk", from: "17.0.3"),
.package(url: "https://github.com/firebase/firebase-ios-sdk", from: "11.1.0"),
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.3.9"),
Expand Down
2 changes: 1 addition & 1 deletion Packages/MatchCore/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ let package = Package(
dependencies: [
.package(path: "../Utility"),
.package(path: "../Dependencies"),
.package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.0"),
.package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.1"),
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.3.9"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.13.1"),
],
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.0"),
.package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.1"),
.package(url: "https://github.com/firebase/firebase-ios-sdk", from: "11.1.0"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.13.1"),
],
Expand Down
4 changes: 2 additions & 2 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" : "24a43a4733ee2b5b86a8af68508629a3edb8f96c",
"version" : "1.15.0"
"revision" : "e70850751f6b21acd1c7871dbcd2cee5d6103c7e",
"version" : "1.15.1"
}
},
{
Expand Down
4 changes: 2 additions & 2 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" : "24a43a4733ee2b5b86a8af68508629a3edb8f96c",
"version" : "1.15.0"
"revision" : "e70850751f6b21acd1c7871dbcd2cee5d6103c7e",
"version" : "1.15.1"
}
},
{
Expand Down
4 changes: 2 additions & 2 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" : "24a43a4733ee2b5b86a8af68508629a3edb8f96c",
"version" : "1.15.0"
"revision" : "e70850751f6b21acd1c7871dbcd2cee5d6103c7e",
"version" : "1.15.1"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Trinket.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" : "24a43a4733ee2b5b86a8af68508629a3edb8f96c",
"version" : "1.15.0"
"revision" : "e70850751f6b21acd1c7871dbcd2cee5d6103c7e",
"version" : "1.15.1"
}
},
{
Expand Down

0 comments on commit 5ba9756

Please sign in to comment.