Skip to content

Commit

Permalink
chore(deps): update dependency @graphql-tools/load to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 7, 2021
1 parent ce667a5 commit c239e21
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"deploy:website": "cd website && yarn deploy"
},
"devDependencies": {
"@graphql-tools/load": "6.2.8",
"@graphql-tools/load": "7.3.0",
"@types/express": "4.17.13",
"@types/fs-extra": "9.0.12",
"@types/fullname": "2.1.29",
Expand Down
37 changes: 36 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2001,7 +2001,17 @@
unixify "1.0.0"
valid-url "1.0.9"

"@graphql-tools/load@6.2.8", "@graphql-tools/load@^6.0.0":
"@graphql-tools/load@7.3.0":
version "7.3.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/load/-/load-7.3.0.tgz#dc4177bb4b7ae537c833a2fcd97ab07b6c789c65"
integrity sha512-ZVipT7yzOpf/DJ2sLI3xGwnULVFp/icu7RFEgDo2ZX0WHiS7EjWZ0cegxEm87+WN4fMwpiysRLzWx67VIHwKGA==
dependencies:
"@graphql-tools/schema" "8.2.0"
"@graphql-tools/utils" "^8.2.0"
p-limit "3.1.0"
tslib "~2.3.0"

"@graphql-tools/load@^6.0.0":
version "6.2.8"
resolved "https://registry.yarnpkg.com/@graphql-tools/load/-/load-6.2.8.tgz#16900fb6e75e1d075cad8f7ea439b334feb0b96a"
integrity sha512-JpbyXOXd8fJXdBh2ta0Q4w8ia6uK5FHzrTNmcvYBvflFuWly2LDTk2abbSl81zKkzswQMEd2UIYghXELRg8eTA==
Expand Down Expand Up @@ -2061,6 +2071,14 @@
"@graphql-tools/utils" "8.0.2"
tslib "~2.3.0"

"@graphql-tools/merge@^8.1.0":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.1.2.tgz#50f5763927c51de764d09c5bfd20261671976e24"
integrity sha512-kFLd4kKNJXYXnKIhM8q9zgGAtbLmsy3WmGdDxYq3YHBJUogucAxnivQYyRIseUq37KGmSAIWu3pBQ23TKGsGOw==
dependencies:
"@graphql-tools/utils" "^8.2.2"
tslib "~2.3.0"

"@graphql-tools/prisma-loader@^7.0.5":
version "7.0.5"
resolved "https://registry.yarnpkg.com/@graphql-tools/prisma-loader/-/prisma-loader-7.0.5.tgz#de4d039f447ee4fa8c7c6ffd0d92411d4ac56a79"
Expand Down Expand Up @@ -2097,6 +2115,16 @@
tslib "~2.3.0"
value-or-promise "1.0.10"

"@graphql-tools/schema@8.2.0":
version "8.2.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-8.2.0.tgz#ae75cbb2df6cee9ed6d89fce56be467ab23758dc"
integrity sha512-ufmI5mJQa8NJczzfkh0pUttKvspqDcT5LLakA3jUmOrrE4d4NVj6onZlazdTzF5sAepSNqanFnwhrxZpCAJMKg==
dependencies:
"@graphql-tools/merge" "^8.1.0"
"@graphql-tools/utils" "^8.2.0"
tslib "~2.3.0"
value-or-promise "1.0.10"

"@graphql-tools/schema@^7.0.0", "@graphql-tools/schema@^7.1.5":
version "7.1.5"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-7.1.5.tgz#07b24e52b182e736a6b77c829fc48b84d89aa711"
Expand Down Expand Up @@ -2199,6 +2227,13 @@
camel-case "4.1.2"
tslib "~2.2.0"

"@graphql-tools/utils@^8.2.0", "@graphql-tools/utils@^8.2.2":
version "8.2.2"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.2.2.tgz#d29420bf1003d2876cb30f373145be432c7f7c4b"
integrity sha512-29FFY5U4lpXuBiW9dRvuWnBVwGhWbGLa2leZcAMU/Pz47Cr/QLZGVgpLBV9rt+Gbs7wyIJM7t7EuksPs0RDm3g==
dependencies:
tslib "~2.3.0"

"@graphql-tools/wrap@^7.0.4":
version "7.0.8"
resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-7.0.8.tgz#ad41e487135ca3ea1ae0ea04bb3f596177fb4f50"
Expand Down

0 comments on commit c239e21

Please sign in to comment.