Skip to content

Commit

Permalink
Merge pull request #3 from NeedleInAJayStack/fix/updateGraphQLDepends
Browse files Browse the repository at this point in the history
Updates GraphQL dependency to new major
  • Loading branch information
NeedleInAJayStack authored Jun 21, 2021
2 parents abf03b6 + b7b7e27 commit 9c33d15
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 24 deletions.
37 changes: 14 additions & 23 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,58 +1,49 @@
{
"object": {
"pins": [
{
"package": "CRuntime",
"repositoryURL": "https://github.com/wickwirew/CRuntime.git",
"state": {
"branch": null,
"revision": "95f911318d8c885f6fc05e971471f94adfd39405",
"version": "2.1.2"
}
},
{
"package": "Graphiti",
"repositoryURL": "https://github.com/GraphQLSwift/Graphiti.git",
"state": {
"branch": null,
"revision": "35cf75fd6506042e1132f308b0c446858dba85f0",
"version": "0.22.1"
"revision": "af903a243862c6427935677b91f67df0c21f2a71",
"version": "0.26.0"
}
},
{
"package": "GraphQL",
"repositoryURL": "https://github.com/GraphQLSwift/GraphQL.git",
"state": {
"branch": null,
"revision": "abf41c20c79331444ee3a290373d7c647c244383",
"version": "1.2.0"
"revision": "e5de315125f8220334ba3799bbd78c7c1ed529f7",
"version": "2.0.0"
}
},
{
"package": "Runtime",
"repositoryURL": "https://github.com/wickwirew/Runtime.git",
"package": "RxSwift",
"repositoryURL": "https://github.com/ReactiveX/RxSwift.git",
"state": {
"branch": null,
"revision": "61c9776f47d2951bdc562486ad348e5e1ca2e180",
"version": "2.1.1"
"revision": "7c17a6ccca06b5c107cfa4284e634562ddaf5951",
"version": "6.2.0"
}
},
{
"package": "RxSwift",
"repositoryURL": "https://github.com/ReactiveX/RxSwift.git",
"package": "swift-collections",
"repositoryURL": "https://github.com/apple/swift-collections",
"state": {
"branch": null,
"revision": "7e01c05f25c025143073eaa3be3532f9375c614b",
"version": "6.1.0"
"revision": "d45e63421d3dff834949ac69d3c37691e994bd69",
"version": "0.0.3"
}
},
{
"package": "swift-nio",
"repositoryURL": "https://github.com/apple/swift-nio.git",
"state": {
"branch": null,
"revision": "6d3ca7e54e06a69d0f2612c2ce8bb8b7319085a4",
"version": "2.26.0"
"revision": "d161bf658780b209c185994528e7e24376cf7283",
"version": "2.29.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
.library(name: "GraphQLRxSwift", targets: ["GraphQLRxSwift"]),
],
dependencies: [
.package(url: "https://github.com/GraphQLSwift/GraphQL.git", .upToNextMajor(from: "1.2.0")),
.package(url: "https://github.com/GraphQLSwift/GraphQL.git", .upToNextMajor(from: "2.0.0")),
.package(url: "https://github.com/GraphQLSwift/Graphiti.git", .upToNextMajor(from: "0.22.0")),
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "6.1.0"))
],
Expand Down

0 comments on commit 9c33d15

Please sign in to comment.