Compare commits

...

1 Commits

Author SHA1 Message Date
renovate[bot]
d4c74eb05a chore: bump up apollographql/apollo-ios version to v1.25.3 2026-03-14 10:13:04 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apollographql/apollo-ios",
"state" : {
"revision" : "d591c1dd55824867877cff4f6551fe32983d7f51",
"version" : "1.23.0"
"revision" : "1abd62f6cbc8c1f4405919d7eb6cd8e96967b07c",
"version" : "1.25.3"
}
},
{

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.4.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"),