diff --git a/Package.resolved b/Package.resolved index dbfeb3b..edc2ecd 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,22 +1,13 @@ { "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" } }, { @@ -24,26 +15,26 @@ "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" } }, { @@ -51,8 +42,8 @@ "repositoryURL": "https://github.com/apple/swift-nio.git", "state": { "branch": null, - "revision": "6d3ca7e54e06a69d0f2612c2ce8bb8b7319085a4", - "version": "2.26.0" + "revision": "d161bf658780b209c185994528e7e24376cf7283", + "version": "2.29.0" } } ] diff --git a/Package.swift b/Package.swift index 8521180..ef10364 100644 --- a/Package.swift +++ b/Package.swift @@ -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")) ],