Skip to content

Commit 6090c9c

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency @graphql-toolkit/schema-merging to v0.8.0
1 parent f061cfc commit 6090c9c

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@graphql-modules/di": "0.7.13",
1515
"apollo-server-caching": "0.5.1",
1616
"@graphql-toolkit/common": "0.8.0",
17-
"@graphql-toolkit/schema-merging": "0.7.5",
17+
"@graphql-toolkit/schema-merging": "0.8.0",
1818
"tslib": "1.10.0"
1919
},
2020
"peerDependencies": {

yarn.lock

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -212,16 +212,6 @@
212212
unique-filename "^1.1.1"
213213
which "^1.3.1"
214214

215-
"@graphql-toolkit/[email protected]":
216-
version "0.7.5"
217-
resolved "https://registry.yarnpkg.com/@graphql-toolkit/common/-/common-0.7.5.tgz#4fbca5a2bb562ff4bc7adc0e494cb6d21283472b"
218-
integrity sha512-pu7tKY6KW7+4noJQPCbIxKzv54tSl/FME9wU0rNSwcr4O3By+pv7VCYXxkhCSnftJcXsXAuAcdjcV2CBsjnZNg==
219-
dependencies:
220-
"@kamilkisiela/graphql-tools" "4.0.6"
221-
aggregate-error "3.0.1"
222-
is-glob "4.0.1"
223-
lodash "4.17.15"
224-
225215
"@graphql-toolkit/[email protected]":
226216
version "0.8.0"
227217
resolved "https://registry.yarnpkg.com/@graphql-toolkit/common/-/common-0.8.0.tgz#2bc21effaea0c35a65d464ba35bca24bae5c40d9"
@@ -232,12 +222,12 @@
232222
is-glob "4.0.1"
233223
lodash "4.17.15"
234224

235-
"@graphql-toolkit/schema-merging@0.7.5":
236-
version "0.7.5"
237-
resolved "https://registry.yarnpkg.com/@graphql-toolkit/schema-merging/-/schema-merging-0.7.5.tgz#dfcd4a3e4084a3648f0ce7369b6607d7797da537"
238-
integrity sha512-6HJb0bFqkJn45MMWLpt1K0kPJlbyGUaXFuBMY+yQ6fr70U01VjWc/RpXm9JO9FzlpzmtaMGd2HcsWC+7mAddtg==
225+
"@graphql-toolkit/schema-merging@0.8.0":
226+
version "0.8.0"
227+
resolved "https://registry.yarnpkg.com/@graphql-toolkit/schema-merging/-/schema-merging-0.8.0.tgz#8ad00ec4cb87c249b1daa0abcfa1005b53865dba"
228+
integrity sha512-u9gOoYux6DfckuEdv9jg+r3iLY6RFjzej5moRtJPowjbHBGOP/QbrY4W+0HiPa5QcOxJYj1sGc3FvSJC/HViyw==
239229
dependencies:
240-
"@graphql-toolkit/common" "0.7.5"
230+
"@graphql-toolkit/common" "0.8.0"
241231
"@kamilkisiela/graphql-tools" "4.0.6"
242232
deepmerge "4.2.2"
243233
tslib "1.10.0"

0 commit comments

Comments
 (0)