chore: bump up apollographql/apollo-ios version to v1.25.3

This commit is contained in:
renovate[bot]
2025-12-28 15:31:34 +00:00
committed by GitHub
parent 20a80015c0
commit 5e3963a9e9
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ let package = Package(
.library(name: "AffineGraphQL", targets: ["AffineGraphQL"]),
],
dependencies: [
.package(url: "https://github.com/apollographql/apollo-ios", exact: "1.23.0"),
.package(url: "https://github.com/apollographql/apollo-ios", exact: "1.25.3"),
],
targets: [
.target(

View File

@@ -16,7 +16,7 @@ let package = Package(
dependencies: [
.package(path: "../AffineGraphQL"),
.package(path: "../AffineResources"),
.package(url: "https://github.com/apollographql/apollo-ios.git", from: "1.23.0"),
.package(url: "https://github.com/apollographql/apollo-ios.git", from: "1.25.3"),
.package(url: "https://github.com/apple/swift-collections.git", from: "1.3.0"),
.package(url: "https://github.com/SnapKit/SnapKit.git", from: "5.7.1"),
.package(url: "https://github.com/SwifterSwift/SwifterSwift.git", from: "6.2.0"),