chore: bump up Apollo GraphQL packages

This commit is contained in:
renovate[bot]
2026-08-01 21:21:09 +00:00
committed by GitHub
parent c59b43034b
commit c66e4dd88c
4 changed files with 5 additions and 5 deletions
@@ -13,7 +13,7 @@ androidx-junit = "1.3.0"
androidx-lifecycle-compose = "2.9.0" androidx-lifecycle-compose = "2.9.0"
androidx-material3 = "1.3.1" androidx-material3 = "1.3.1"
androidx-navigation = "2.9.0" androidx-navigation = "2.9.0"
apollo = "4.4.2" apollo = "5.0.1"
apollo-kotlin-adapters = "0.0.6" apollo-kotlin-adapters = "0.0.6"
# @keep # @keep
compileSdk = "36" compileSdk = "36"
@@ -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" : "09a62e377f4e9054b5d3ee7d702984094e69f661", "revision" : "a6668545666c48b25ddb67c1329048633f45168b",
"version" : "1.25.7" "version" : "2.3.0"
} }
}, },
{ {
@@ -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.7"), .package(url: "https://github.com/apollographql/apollo-ios", exact: "2.3.0"),
], ],
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.7"), .package(url: "https://github.com/apollographql/apollo-ios.git", from: "2.3.0"),
.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"),