Skip to content

Commit

Permalink
chore(deps): update graphql-inspector to v4 (major) (#2552)
Browse files Browse the repository at this point in the history
* chore(deps): update graphql-inspector to v4

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Jun 25, 2023
1 parent e448617 commit 733fec4
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .changeset/@graphql-inspector_commands-2552-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'@graphql-inspector/commands': patch
---
dependencies updates:
- Updated dependency [`@graphql-inspector/[email protected]`
↗︎](https://www.npmjs.com/package/@graphql-inspector/config/v/4.0.0) (from `3.4.5`, in
`peerDependencies`)
- Updated dependency [`@graphql-inspector/[email protected]`
↗︎](https://www.npmjs.com/package/@graphql-inspector/loaders/v/4.0.0) (from `3.4.7`, in
`peerDependencies`)
7 changes: 7 additions & 0 deletions .changeset/@graphql-inspector_loaders-2552-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@graphql-inspector/loaders': patch
---
dependencies updates:
- Updated dependency [`@graphql-inspector/[email protected]`
↗︎](https://www.npmjs.com/package/@graphql-inspector/config/v/4.0.0) (from `3.4.5`, in
`peerDependencies`)
4 changes: 2 additions & 2 deletions packages/commands/commands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"prepack": "bob prepack"
},
"peerDependencies": {
"@graphql-inspector/config": "3.4.5",
"@graphql-inspector/loaders": "3.4.7",
"@graphql-inspector/config": "4.0.0",
"@graphql-inspector/loaders": "4.0.0",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
"yargs": "17.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/loaders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"prepack": "bob prepack"
},
"peerDependencies": {
"@graphql-inspector/config": "3.4.5",
"@graphql-inspector/config": "4.0.0",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
Expand Down

0 comments on commit 733fec4

Please sign in to comment.