mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 09:38:26 +00:00
Update GraphQL Inspector to 3.2.0 (#239)
This commit is contained in:
parent
1c2586f7a7
commit
41ec31b3d2
4 changed files with 11 additions and 6 deletions
5
.changeset/hip-carrots-dream.md
Normal file
5
.changeset/hip-carrots-dream.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@graphql-hive/cli': patch
|
||||
---
|
||||
|
||||
Update GraphQL Inspector range to ~3.2.0
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@graphql-hive/core": "0.2.2",
|
||||
"@graphql-inspector/core": "~3.1.2",
|
||||
"@graphql-inspector/core": "~3.2.0",
|
||||
"@graphql-tools/code-file-loader": "~7.2.14",
|
||||
"@graphql-tools/graphql-file-loader": "~7.3.11",
|
||||
"@graphql-tools/json-file-loader": "~7.3.11",
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"@graphql-yoga/common": "2.5.0",
|
||||
"cross-undici-fetch": "0.4.3",
|
||||
"@trpc/client": "9.23.2",
|
||||
"@graphql-inspector/core": "3.1.2",
|
||||
"@graphql-inspector/core": "3.2.0",
|
||||
"@graphql-tools/load-files": "6.5.0",
|
||||
"@graphql-tools/schema": "8.2.0",
|
||||
"@octokit/app": "12.0.5",
|
||||
|
|
|
|||
|
|
@ -2202,10 +2202,10 @@
|
|||
parse-filepath "^1.0.2"
|
||||
tslib "~2.4.0"
|
||||
|
||||
"@graphql-inspector/core@3.1.2", "@graphql-inspector/core@~3.1.2":
|
||||
version "3.1.2"
|
||||
resolved "https://registry.yarnpkg.com/@graphql-inspector/core/-/core-3.1.2.tgz#9ef2a72601a77cb0dcc09c5fbd870413bc687ad8"
|
||||
integrity sha512-f+w1LG6JkGuORBVZM9ZM4j/nT2TgPZwk40m7XutWozNKZpguVG8ChQsldAzb9xPpRZ6Qj/qRfMYMyiA4AAqQbg==
|
||||
"@graphql-inspector/core@3.2.0", "@graphql-inspector/core@~3.2.0":
|
||||
version "3.2.0"
|
||||
resolved "https://registry.yarnpkg.com/@graphql-inspector/core/-/core-3.2.0.tgz#538f9c26347404d20c6047f26ac67089619a5067"
|
||||
integrity sha512-tBdjCd025+YNGAGzp1QgpM0KTLnX7hNdKhx6a+PB4bTPilx50A5Jz7BGiDLujEpHSkHzBoElagDZHUutEdfzuA==
|
||||
dependencies:
|
||||
dependency-graph "0.11.0"
|
||||
object-inspect "1.10.3"
|
||||
|
|
|
|||
Loading…
Reference in a new issue