Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
Update dependency graphql-tools to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 25, 2021
1 parent 9691088 commit 3e12836
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion services/graphql-api/package.json
Expand Up @@ -9,7 +9,7 @@
"@babel/runtime": "^7.15.4",
"apollo-server": "^2.10.0",
"graphql": "^15.6.1",
"graphql-tools": "^4.0.6"
"graphql-tools": "^8.0.0"
},
"repository": "https://github.com/OpenSaasAU/clubhouse/tree/master/services/graphql-api"
}
14 changes: 12 additions & 2 deletions yarn.lock
Expand Up @@ -2,7 +2,7 @@
# yarn lockfile v1


"@apollo/client@3.4.17":
"@apollo/client@3.4.17", "@apollo/client@~3.2.5 || ~3.3.0 || ~3.4.0":
version "3.4.17"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.4.17.tgz#4972e19a49809e16d17c5adc67f45623a6dac135"
integrity sha512-MDt2rwMX1GqodiVEKJqmDmAz8xr0qJmq5PdWeIt0yDaT4GOkKYWZiWkyfhfv3raTk8PyJvbsNG9q2CqmUrlGfg==
Expand Down Expand Up @@ -6530,7 +6530,7 @@ graphql-tag@^2.11.0, graphql-tag@^2.12.0, graphql-tag@^2.12.3, graphql-tag@^2.4.
dependencies:
tslib "^2.1.0"

graphql-tools@^4.0.6, graphql-tools@^4.0.8:
graphql-tools@^4.0.8:
version "4.0.8"
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-4.0.8.tgz#e7fb9f0d43408fb0878ba66b522ce871bafe9d30"
integrity sha512-MW+ioleBrwhRjalKjYaLQbr+920pHBgy9vM/n47sswtns8+96sRn5M/G+J1eu7IMeKWiN/9p6tmwCHU7552VJg==
Expand All @@ -6541,6 +6541,16 @@ graphql-tools@^4.0.6, graphql-tools@^4.0.8:
iterall "^1.1.3"
uuid "^3.1.0"

graphql-tools@^8.0.0:
version "8.2.0"
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-8.2.0.tgz#493edc2760469f39d8334c6f20aa75ae91a7ab86"
integrity sha512-9axT/0exEzVCk+vMPykOPannlrA4VQNo6nuWgh25IJ5arPf92OKxvjSHAbm7dQIFmcWxE0hVvyD2rWHjDqZCgQ==
dependencies:
"@graphql-tools/schema" "^8.2.0"
tslib "~2.3.0"
optionalDependencies:
"@apollo/client" "~3.2.5 || ~3.3.0 || ~3.4.0"

graphql-type-json@^0.3.2:
version "0.3.2"
resolved "https://registry.yarnpkg.com/graphql-type-json/-/graphql-type-json-0.3.2.tgz#f53a851dbfe07bd1c8157d24150064baab41e115"
Expand Down

0 comments on commit 3e12836

Please sign in to comment.