Skip to content

Commit

Permalink
Update graphql-toolkit monorepo to v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Apr 7, 2020
1 parent c01b5a5 commit 2a93696
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.2",
"@graphql-toolkit/schema-merging": "0.10.2",
"@graphql-toolkit/file-loading": "0.10.3",
"@graphql-toolkit/schema-merging": "0.10.3",
"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].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==
"@graphql-toolkit/[email protected].3":
version "0.10.3"
resolved "https://registry.yarnpkg.com/@graphql-toolkit/common/-/common-0.10.3.tgz#6448b7560628099f83a01b26543a320219c9352a"
integrity sha512-COo2pNZn4+xEYNpL3qttzhWvYCauFyqyoDxlSniIWsC5GKtpmh0Yc0UDD3OMGUfWYxZrlQEaHaYan7ws/YLyGg==
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].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==
"@graphql-toolkit/[email protected].3":
version "0.10.3"
resolved "https://registry.yarnpkg.com/@graphql-toolkit/file-loading/-/file-loading-0.10.3.tgz#069882d05cb57cb826ad8c03139eb1ed4b49dec0"
integrity sha512-Fl2QxaF9fPsja8zlJ8quMSzF080D+HlBg5QJTL5hLhmIc+uesef/RQkxNbLz5q0bZes80vsvQmUvb5RBZIOhpg==
dependencies:
globby "11.0.0"
unixify "1.0.0"

"@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==
"@graphql-toolkit/[email protected].3":
version "0.10.3"
resolved "https://registry.yarnpkg.com/@graphql-toolkit/schema-merging/-/schema-merging-0.10.3.tgz#55ae378e6efdcd87441a256ad011e215b79791b4"
integrity sha512-2zNFacPCk1J9Q3ygyIzEigQFooqq8NBqny7HLuDZS3U2nhL2eDmOnM8xaUzih73Oxuevw0YzVMXoXz/0Q+S0lg==
dependencies:
"@graphql-toolkit/common" "0.10.2"
"@graphql-toolkit/common" "0.10.3"
deepmerge "4.2.2"
graphql-tools-fork "9.0.1"
tslib "1.11.1"
Expand Down

0 comments on commit 2a93696

Please sign in to comment.