Skip to content

Commit

Permalink
fix(deps): update dependency @graphql-ts/schema to ^0.6.0 (#7823)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Cousens <413395+dcousens@users.noreply.github.com>
  • Loading branch information
renovate[bot] and dcousens authored Aug 23, 2022
1 parent 71b86f4 commit 9deddfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@emotion/weak-memoize": "^0.3.0",
"@graphql-tools/schema": "npm:@graphql-tools/schema@9.0.1",
"@graphql-ts/extend": "^1.0.0",
"@graphql-ts/schema": "^0.5.3",
"@graphql-ts/schema": "^0.6.0",
"@hapi/iron": "^6.0.0",
"@keystone-ui/button": "^7.0.1",
"@keystone-ui/core": "^5.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2654,10 +2654,10 @@
dependencies:
"@babel/runtime" "^7.9.2"

"@graphql-ts/schema@^0.5.3":
version "0.5.3"
resolved "https://registry.yarnpkg.com/@graphql-ts/schema/-/schema-0.5.3.tgz#06f23b873c9b6dc517441f2ec9b22f0bf5dbf2a5"
integrity sha512-y39jQEsjW2SHLLcI8BJCrGl9Nh2JHkyOw5+MpeVSQA7QV1mjyJ8AdVCaUBocj0JiwhbTAJmb9dnbPTc26vAUHQ==
"@graphql-ts/schema@^0.6.0":
version "0.6.0"
resolved "https://registry.yarnpkg.com/@graphql-ts/schema/-/schema-0.6.0.tgz#a1a160f4bc4aea535470d7c23861f7a1e99830e6"
integrity sha512-MO99ZdQ6GeLcW5up+hbGx8cLZhVrzl9/1kDH/FRyipq5isB0je6WKMdyzx2hnKrCPqVGIWsXykYzHxuIHJGb5A==
dependencies:
"@babel/runtime" "^7.9.2"

Expand Down

0 comments on commit 9deddfa

Please sign in to comment.