Skip to content

Commit 26be36b

Browse files
chore: bump up Apollo GraphQL packages
1 parent 07a08e6 commit 26be36b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/frontend/apps/android/App/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ androidx-junit = "1.2.1"
1313
androidx-lifecycle-compose = "2.9.0"
1414
androidx-material3 = "1.3.1"
1515
androidx-navigation = "2.9.0"
16-
apollo = "4.4.2"
16+
apollo = "5.0.0"
1717
apollo-kotlin-adapters = "0.0.6"
1818
# @keep
1919
compileSdk = "36"

packages/frontend/apps/ios/App/App.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/frontend/apps/ios/App/Packages/AffineGraphQL/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let package = Package(
1414
.library(name: "AffineGraphQL", targets: ["AffineGraphQL"]),
1515
],
1616
dependencies: [
17-
.package(url: "https://github.com/apollographql/apollo-ios", exact: "1.25.4"),
17+
.package(url: "https://github.com/apollographql/apollo-ios", exact: "2.1.2"),
1818
],
1919
targets: [
2020
.target(

packages/frontend/apps/ios/App/Packages/Intelligents/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
dependencies: [
1717
.package(path: "../AffineGraphQL"),
1818
.package(path: "../AffineResources"),
19-
.package(url: "https://github.com/apollographql/apollo-ios.git", from: "1.25.4"),
19+
.package(url: "https://github.com/apollographql/apollo-ios.git", from: "2.1.2"),
2020
.package(url: "https://github.com/apple/swift-collections.git", from: "1.5.1"),
2121
.package(url: "https://github.com/SnapKit/SnapKit.git", from: "5.7.1"),
2222
.package(url: "https://github.com/SwifterSwift/SwifterSwift.git", from: "6.2.0"),

0 commit comments

Comments
 (0)