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
…6.0"
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 3c646d3 commit e8ef6fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.3"),
.package(url: "https://github.com/apollographql/apollo-ios", from: "1.16.0"),
.package(url: "https://github.com/facebook/facebook-ios-sdk", from: "17.4.0"),
.package(url: "https://github.com/firebase/firebase-ios-sdk", from: "11.6.0"),
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.6.2"),
Expand Down
2 changes: 1 addition & 1 deletion Packages/MatchCore/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ let package = Package(
dependencies: [
.package(path: "../Utility"),
.package(path: "../Dependencies"),
.package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.3"),
.package(url: "https://github.com/apollographql/apollo-ios", from: "1.16.0"),
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.6.2"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.17.0"),
],
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.3"),
.package(url: "https://github.com/apollographql/apollo-ios", from: "1.16.0"),
.package(url: "https://github.com/firebase/firebase-ios-sdk", from: "11.6.0"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.17.0"),
],
Expand Down

0 comments on commit e8ef6fa

Please sign in to comment.