Skip to content

Commit

Permalink
fix(deps): update graphql-inspector (#2339)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 16, 2023
1 parent 00ddf1f commit 7fe571e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/graphql-cli/coverage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@graphql-cli/common": "4.1.0",
"@graphql-inspector/coverage-command": "3.4.3",
"@graphql-inspector/coverage-command": "3.4.4",
"@graphql-inspector/graphql-cli-common": "2.9.0",
"tslib": "^2.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-cli/diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@graphql-cli/common": "4.1.0",
"@graphql-cli/loaders": "4.1.0",
"@graphql-inspector/diff-command": "3.4.1",
"@graphql-inspector/diff-command": "3.4.3",
"tslib": "^2.0.0"
},
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-cli/introspect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@graphql-cli/common": "4.1.0",
"@graphql-cli/loaders": "4.1.0",
"@graphql-inspector/introspect-command": "3.4.1",
"@graphql-inspector/introspect-command": "3.4.3",
"tslib": "^2.0.0"
},
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-cli/similar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@graphql-cli/common": "4.1.0",
"@graphql-cli/loaders": "4.1.0",
"@graphql-inspector/similar-command": "3.4.1",
"@graphql-inspector/similar-command": "3.4.3",
"tslib": "^2.0.0"
},
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-cli/validate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@graphql-cli/common": "4.1.0",
"@graphql-cli/loaders": "4.1.0",
"@graphql-inspector/validate-command": "3.4.1",
"@graphql-inspector/validate-command": "3.4.3",
"tslib": "^2.0.0"
},
"sideEffects": false,
Expand Down

0 comments on commit 7fe571e

Please # to comment.