chore: bump up Apollo GraphQL packages to v1.25.6

This commit is contained in:
renovate[bot]
2026-06-22 04:12:19 +00:00
committed by GitHub
parent fa488aee64
commit 984caedcea
3 changed files with 4 additions and 4 deletions
@@ -5,8 +5,8 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/apollographql/apollo-ios", "location" : "https://github.com/apollographql/apollo-ios",
"state" : { "state" : {
"revision" : "185b322c503dc2e6b76a2d379cba4758da03cb8c", "revision" : "5c191c4751d2048feb997dcfad00610475f81817",
"version" : "1.25.4" "version" : "1.25.6"
} }
}, },
{ {
@@ -14,7 +14,7 @@ let package = Package(
.library(name: "AffineGraphQL", targets: ["AffineGraphQL"]), .library(name: "AffineGraphQL", targets: ["AffineGraphQL"]),
], ],
dependencies: [ dependencies: [
.package(url: "https://github.com/apollographql/apollo-ios", exact: "1.25.4"), .package(url: "https://github.com/apollographql/apollo-ios", exact: "1.25.6"),
], ],
targets: [ targets: [
.target( .target(
@@ -16,7 +16,7 @@ let package = Package(
dependencies: [ dependencies: [
.package(path: "../AffineGraphQL"), .package(path: "../AffineGraphQL"),
.package(path: "../AffineResources"), .package(path: "../AffineResources"),
.package(url: "https://github.com/apollographql/apollo-ios.git", from: "1.25.4"), .package(url: "https://github.com/apollographql/apollo-ios.git", from: "1.25.6"),
.package(url: "https://github.com/apple/swift-collections.git", from: "1.6.0"), .package(url: "https://github.com/apple/swift-collections.git", from: "1.6.0"),
.package(url: "https://github.com/SnapKit/SnapKit.git", from: "5.7.1"), .package(url: "https://github.com/SnapKit/SnapKit.git", from: "5.7.1"),
.package(url: "https://github.com/SwifterSwift/SwifterSwift.git", from: "6.2.0"), .package(url: "https://github.com/SwifterSwift/SwifterSwift.git", from: "6.2.0"),