Skip to content

Commit

Permalink
Update dependency @graphql-toolkit/url-loader to v0.7.4 (#3040)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 27, 2019
1 parent 8556b5b commit 1ffd42d
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 @@ -51,7 +51,7 @@
"@graphql-toolkit/github-loader": "0.7.4",
"@graphql-toolkit/graphql-file-loader": "0.7.4",
"@graphql-toolkit/json-file-loader": "0.7.4",
"@graphql-toolkit/url-loader": "0.7.2",
"@graphql-toolkit/url-loader": "0.7.4",
"@types/debounce": "1.2.0",
"@types/is-glob": "4.0.1",
"@types/mkdirp": "0.5.2",
Expand Down
19 changes: 5 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1813,15 +1813,6 @@
aggregate-error "3.0.1"
lodash "4.17.15"

"@graphql-toolkit/common@0.7.2":
version "0.7.2"
resolved "https://registry.yarnpkg.com/@graphql-toolkit/common/-/common-0.7.2.tgz#10d5ea0a73aac483fba1bf7b1c1274a0ec1da195"
integrity sha512-VXbyoaEtWIJVyld/XAysWCcdU20VFckAhTRjsf/H5IvqZy89LvVJiPgzVkJqWfYVVT1UxGJSLEnIIFyfk6V9SQ==
dependencies:
"@kamilkisiela/graphql-tools" "4.0.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"
Expand Down Expand Up @@ -1932,12 +1923,12 @@
cross-fetch "3.0.4"
valid-url "1.0.9"

"@graphql-toolkit/url-loader@0.7.2":
version "0.7.2"
resolved "https://registry.yarnpkg.com/@graphql-toolkit/url-loader/-/url-loader-0.7.2.tgz#4a0e7453f9f597844138426a3158d7795d4c917c"
integrity sha512-oFV3CVztHFYW2cB7hirUeQNm7C+bJbTBjhNasbLMtsOwAIDnIu6xSsuWi3I29wI3n5v5zi4mabQxnHVMO2vIiQ==
"@graphql-toolkit/url-loader@0.7.4":
version "0.7.4"
resolved "https://registry.yarnpkg.com/@graphql-toolkit/url-loader/-/url-loader-0.7.4.tgz#8398823c450ccf86bc5b49c62600ea38c50f19cc"
integrity sha512-utFzkKFR98C5G3imj3+pKg28JqePgP5oKBFN/s7GiIoYYhhV9rnwb778E04F1PvlBHyh5LiOiTjC5bxGg1Gt9g==
dependencies:
"@graphql-toolkit/common" "0.7.2"
"@graphql-toolkit/common" "0.7.4"
cross-fetch "3.0.4"
tslib "1.10.0"
valid-url "1.0.9"
Expand Down

0 comments on commit 1ffd42d

Please sign in to comment.