Skip to content

Commit

Permalink
updating graphql-syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdsupremacist committed Feb 9, 2021
1 parent 2dc2ba3 commit d99814a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"repositoryURL": "https://github.com/nerdsupremacist/graphql-syntax.git",
"state": {
"branch": null,
"revision": "f4af46a5b11c33f917a4c827745cf5bf3862eb8f",
"version": "0.1.1"
"revision": "c5a5fee955569cdb799b15b0c8c07318a52cea55",
"version": "0.1.2"
}
},
{
Expand Down Expand Up @@ -141,8 +141,8 @@
"repositoryURL": "https://github.com/nerdsupremacist/Syntax.git",
"state": {
"branch": null,
"revision": "d22c15727dda6e7150523cfc47cf5d0f81c85f7c",
"version": "1.0.2"
"revision": "86b8a0890c6179afd6300c47851c7ac0f8101ccf",
"version": "1.0.3"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/jpsim/SourceKitten.git", .upToNextMajor(from: "0.27.0")),
.package(url: "https://github.com/nerdsupremacist/CLIKit.git", .upToNextMajor(from: "0.3.6")),
.package(url: "https://github.com/nerdsupremacist/graphql-syntax.git", .upToNextMajor(from: "0.1.1")),
.package(url: "https://github.com/nerdsupremacist/graphql-syntax.git", .upToNextMajor(from: "0.1.2")),
.package(url: "https://github.com/nerdsupremacist/Stencil.git", .upToNextMajor(from: "0.13.2")),
.package(name: "XcodeProj", url: "https://github.com/tuist/xcodeproj.git", .upToNextMajor(from: "7.5.0")),
.package(url: "https://github.com/nicklockwood/SwiftFormat.git", .upToNextMajor(from: "0.42.0")),
Expand Down

0 comments on commit d99814a

Please sign in to comment.