Skip to content

Commit

Permalink
Update dependency @graphql-toolkit/git-loader to v0.7.4 (#3035)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 27, 2019
1 parent 895dc50 commit 4792113
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/graphql-codegen-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@graphql-codegen/plugin-helpers": "1.9.0",
"@graphql-toolkit/code-file-loader": "0.7.4",
"@graphql-toolkit/core": "0.7.2",
"@graphql-toolkit/git-loader": "0.7.2",
"@graphql-toolkit/git-loader": "0.7.4",
"@graphql-toolkit/github-loader": "0.7.2",
"@graphql-toolkit/graphql-file-loader": "0.7.2",
"@graphql-toolkit/json-file-loader": "0.7.2",
Expand Down
19 changes: 5 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1831,15 +1831,6 @@
aggregate-error "3.0.1"
lodash "4.17.15"

"@graphql-toolkit/common@0.7.4":
version "0.7.4"
resolved "https://registry.yarnpkg.com/@graphql-toolkit/common/-/common-0.7.4.tgz#abf995268572c83da6e093e8578a67add73d2d51"
integrity sha512-uRNF8JT52CVQ4SWM0lbIL+y44G8WSSZ+MIPNoYq6guT4wbwYDMHWPk/6QXyfBN8N5kZePg/Xa9tTyzWF9SLC1w==
dependencies:
"@kamilkisiela/graphql-tools" "4.0.6"
aggregate-error "3.0.1"
lodash "4.17.15"

"@graphql-toolkit/core@0.7.2":
version "0.7.2"
resolved "https://registry.yarnpkg.com/@graphql-toolkit/core/-/core-0.7.2.tgz#7e2ce10c3944c928a2f9e579152f7d8cb6b6c445"
Expand All @@ -1854,12 +1845,12 @@
tslib "^1.9.3"
valid-url "1.0.9"

"@graphql-toolkit/git-loader@0.7.2":
version "0.7.2"
resolved "https://registry.yarnpkg.com/@graphql-toolkit/git-loader/-/git-loader-0.7.2.tgz#d6c95583e46151831436d1025dd321d8b235bb53"
integrity sha512-UZQTyFwFQOmwc1hzEhjUzyDmlYI4HUdhhLZY0nH7HAnsALRl1pXe5LatCHhzgtZnwPmWmQJ9rclvRT2y7HOlmA==
"@graphql-toolkit/git-loader@0.7.4":
version "0.7.4"
resolved "https://registry.yarnpkg.com/@graphql-toolkit/git-loader/-/git-loader-0.7.4.tgz#24b109a9c2f2729aa3560f7fd044e3fcc02814e2"
integrity sha512-x3L8WxChVi4oWI02OQQrm7TGi6imzDne/kxek2q0ZR2+xPKteEDHK3YfmWlKPhXWS/2MnVbnC2NIBhxgu4JX6g==
dependencies:
"@graphql-toolkit/common" "0.7.2"
"@graphql-toolkit/common" "0.7.4"
simple-git "1.126.0"

"@graphql-toolkit/github-loader@0.7.2":
Expand Down

0 comments on commit 4792113

Please sign in to comment.