Skip to content

Commit

Permalink
Update graphql-toolkit monorepo to v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Apr 3, 2020
1 parent d1ee1ba commit 34725bb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"typings"
],
"dependencies": {
"@graphql-toolkit/file-loading": "0.10.1",
"@graphql-toolkit/schema-merging": "0.10.1",
"@graphql-toolkit/file-loading": "0.10.2",
"@graphql-toolkit/schema-merging": "0.10.2",
"tslib": "1.11.1"
},
"peerDependencies": {
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -273,30 +273,30 @@
exec-sh "^0.3.2"
minimist "^1.2.0"

"@graphql-toolkit/[email protected].1":
version "0.10.1"
resolved "https://registry.yarnpkg.com/@graphql-toolkit/common/-/common-0.10.1.tgz#b26dadd0ae4a175e689950b7e5285ddd37c3ad16"
integrity sha512-l6W9GgUZuudwYUh8JO+ShbhpXfcXk0jMgdtp5XK4jR7UxNf36oDnHETc3M8UfTCR4mZIFHa/HbNmYrTv7mOAhw==
"@graphql-toolkit/[email protected].2":
version "0.10.2"
resolved "https://registry.yarnpkg.com/@graphql-toolkit/common/-/common-0.10.2.tgz#2a3d6bc28b529bee91b13b600c3403857c01dd7c"
integrity sha512-vExjLcKOPG+Wv9P1/mP7P5nm3cWFwE3gAw+Ai4iHigcG+cLBUf8q6VgzyvUnVeL35urAeaRvi23kXXcGz+ITnw==
dependencies:
aggregate-error "3.0.1"
camel-case "4.1.1"
graphql-tools-fork "9.0.1"
lodash "4.17.15"

"@graphql-toolkit/[email protected].1":
version "0.10.1"
resolved "https://registry.yarnpkg.com/@graphql-toolkit/file-loading/-/file-loading-0.10.1.tgz#8f0acee2ce8d3cf3a7a7521caf8d406aa12eeaeb"
integrity sha512-V2aV6oJpK6T6Qpsv5InUQ9H2FDlqXtC47s0Xtijr9CqX09qtUbHDUYyHavQ5WR+MRTXPmNItd0bzYeawPVWPmQ==
"@graphql-toolkit/[email protected].2":
version "0.10.2"
resolved "https://registry.yarnpkg.com/@graphql-toolkit/file-loading/-/file-loading-0.10.2.tgz#56a65bea7332d85219edfd7eb4cd761f62ae6d7b"
integrity sha512-gRf9F6jJKdUFR7ISYQlHoQkPZcOWIuKiMFyvNlc4zij6helJbWrBcz2OBIyz5+Yboemy/OBY0D+AZ/rYbFaDSA==
dependencies:
globby "11.0.0"
unixify "1.0.0"

"@graphql-toolkit/[email protected].1":
version "0.10.1"
resolved "https://registry.yarnpkg.com/@graphql-toolkit/schema-merging/-/schema-merging-0.10.1.tgz#4e1948fb149267db34ab987a3b723dbf5af71053"
integrity sha512-+oZLNxAU4g1t5NmYjZRPPccb9jK1F1KF2SHZOS/MLV+H2cIKtyP1EPKpSgT6gYMdcbA2xpu0FLtrg57jFNRktQ==
"@graphql-toolkit/[email protected].2":
version "0.10.2"
resolved "https://registry.yarnpkg.com/@graphql-toolkit/schema-merging/-/schema-merging-0.10.2.tgz#bf7847457b0fe1f97c4ce85b5c2e358e2b00aa18"
integrity sha512-U9ldlnyqq3Lx4lSK+7VyTKgOYqhmQYeDG5NzW4siVkW12az2pYFuspUFibXR4yjRdq8wCqDLjeEEXUSYFi5Nxg==
dependencies:
"@graphql-toolkit/common" "0.10.1"
"@graphql-toolkit/common" "0.10.2"
deepmerge "4.2.2"
graphql-tools-fork "9.0.1"
tslib "1.11.1"
Expand Down

0 comments on commit 34725bb

Please sign in to comment.