Skip to content

Commit 5b9b2a0

Browse files
chore: bump up apollographql/apollo-ios version to v1.25.1
1 parent 50f41c2 commit 5b9b2a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.23.0"),
17+
.package(url: "https://github.com/apollographql/apollo-ios", exact: "1.25.1"),
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.23.0"),
19+
.package(url: "https://github.com/apollographql/apollo-ios.git", from: "1.25.1"),
2020
.package(url: "https://github.com/apple/swift-collections.git", from: "1.2.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)