Skip to content

Commit 9c33d15

Browse files
Merge pull request #3 from NeedleInAJayStack/fix/updateGraphQLDepends
Updates GraphQL dependency to new major
2 parents abf03b6 + b7b7e27 commit 9c33d15

File tree

2 files changed

+15
-24
lines changed

2 files changed

+15
-24
lines changed

Package.resolved

+14-23
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,49 @@
11
{
22
"object": {
33
"pins": [
4-
{
5-
"package": "CRuntime",
6-
"repositoryURL": "https://github.com/wickwirew/CRuntime.git",
7-
"state": {
8-
"branch": null,
9-
"revision": "95f911318d8c885f6fc05e971471f94adfd39405",
10-
"version": "2.1.2"
11-
}
12-
},
134
{
145
"package": "Graphiti",
156
"repositoryURL": "https://github.com/GraphQLSwift/Graphiti.git",
167
"state": {
178
"branch": null,
18-
"revision": "35cf75fd6506042e1132f308b0c446858dba85f0",
19-
"version": "0.22.1"
9+
"revision": "af903a243862c6427935677b91f67df0c21f2a71",
10+
"version": "0.26.0"
2011
}
2112
},
2213
{
2314
"package": "GraphQL",
2415
"repositoryURL": "https://github.com/GraphQLSwift/GraphQL.git",
2516
"state": {
2617
"branch": null,
27-
"revision": "abf41c20c79331444ee3a290373d7c647c244383",
28-
"version": "1.2.0"
18+
"revision": "e5de315125f8220334ba3799bbd78c7c1ed529f7",
19+
"version": "2.0.0"
2920
}
3021
},
3122
{
32-
"package": "Runtime",
33-
"repositoryURL": "https://github.com/wickwirew/Runtime.git",
23+
"package": "RxSwift",
24+
"repositoryURL": "https://github.com/ReactiveX/RxSwift.git",
3425
"state": {
3526
"branch": null,
36-
"revision": "61c9776f47d2951bdc562486ad348e5e1ca2e180",
37-
"version": "2.1.1"
27+
"revision": "7c17a6ccca06b5c107cfa4284e634562ddaf5951",
28+
"version": "6.2.0"
3829
}
3930
},
4031
{
41-
"package": "RxSwift",
42-
"repositoryURL": "https://github.com/ReactiveX/RxSwift.git",
32+
"package": "swift-collections",
33+
"repositoryURL": "https://github.com/apple/swift-collections",
4334
"state": {
4435
"branch": null,
45-
"revision": "7e01c05f25c025143073eaa3be3532f9375c614b",
46-
"version": "6.1.0"
36+
"revision": "d45e63421d3dff834949ac69d3c37691e994bd69",
37+
"version": "0.0.3"
4738
}
4839
},
4940
{
5041
"package": "swift-nio",
5142
"repositoryURL": "https://github.com/apple/swift-nio.git",
5243
"state": {
5344
"branch": null,
54-
"revision": "6d3ca7e54e06a69d0f2612c2ce8bb8b7319085a4",
55-
"version": "2.26.0"
45+
"revision": "d161bf658780b209c185994528e7e24376cf7283",
46+
"version": "2.29.0"
5647
}
5748
}
5849
]

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
.library(name: "GraphQLRxSwift", targets: ["GraphQLRxSwift"]),
88
],
99
dependencies: [
10-
.package(url: "https://github.com/GraphQLSwift/GraphQL.git", .upToNextMajor(from: "1.2.0")),
10+
.package(url: "https://github.com/GraphQLSwift/GraphQL.git", .upToNextMajor(from: "2.0.0")),
1111
.package(url: "https://github.com/GraphQLSwift/Graphiti.git", .upToNextMajor(from: "0.22.0")),
1212
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "6.1.0"))
1313
],

0 commit comments

Comments
 (0)