Skip to content

Commit

Permalink
Increase required Graphiti package version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsteinerde committed Jul 19, 2021
1 parent 936a1bc commit bb18b63
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 25 deletions.
39 changes: 15 additions & 24 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@
"version": "4.2.5"
}
},
{
"package": "CRuntime",
"repositoryURL": "https://github.com/wickwirew/CRuntime.git",
"state": {
"branch": null,
"revision": "95f911318d8c885f6fc05e971471f94adfd39405",
"version": "2.1.2"
}
},
{
"package": "fluent",
"repositoryURL": "https://github.com/vapor/fluent.git",
Expand All @@ -60,17 +51,17 @@
"repositoryURL": "https://github.com/GraphQLSwift/Graphiti.git",
"state": {
"branch": null,
"revision": "076140e3ab0ceddfc9ffaab74b68ccdfac84821c",
"version": "0.22.0"
"revision": "af903a243862c6427935677b91f67df0c21f2a71",
"version": "0.26.0"
}
},
{
"package": "GraphQL",
"repositoryURL": "https://github.com/GraphQLSwift/GraphQL.git",
"state": {
"branch": null,
"revision": "69f2cd4835ff60b5fae841a680abdc1d56592dd4",
"version": "1.1.7"
"revision": "e5de315125f8220334ba3799bbd78c7c1ed529f7",
"version": "2.0.0"
}
},
{
Expand All @@ -91,22 +82,13 @@
"version": "4.2.0"
}
},
{
"package": "Runtime",
"repositoryURL": "https://github.com/wickwirew/Runtime.git",
"state": {
"branch": null,
"revision": "61c9776f47d2951bdc562486ad348e5e1ca2e180",
"version": "2.1.1"
}
},
{
"package": "sql-kit",
"repositoryURL": "https://github.com/vapor/sql-kit.git",
"state": {
"branch": null,
"revision": "ea9928b7f4a801b175a00b982034d9c54ecb6167",
"version": "3.7.0"
"revision": "3453fd7573b3c1c666d5db38788163308a696193",
"version": "3.7.1"
}
},
{
Expand All @@ -118,6 +100,15 @@
"version": "1.2.0"
}
},
{
"package": "swift-collections",
"repositoryURL": "https://github.com/apple/swift-collections",
"state": {
"branch": null,
"revision": "3426dba9ee5c9f8e4981b0fc9d39a818d36eec28",
"version": "0.0.4"
}
},
{
"package": "swift-crypto",
"repositoryURL": "https://github.com/apple/swift-crypto.git",
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
targets: ["GraphQLKit"]),
],
dependencies: [
.package(url: "https://github.com/GraphQLSwift/Graphiti.git", from: "0.22.0"),
.package(url: "https://github.com/GraphQLSwift/Graphiti.git", from: "0.24.0"),
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
.package(url: "https://github.com/vapor/fluent.git", from: "4.0.0"),
],
Expand Down

0 comments on commit bb18b63

Please sign in to comment.