Skip to content

Commit

Permalink
Fix packages version for loaders + config (#2738)
Browse files Browse the repository at this point in the history
* Fix packages version for loaders + config

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
TuvalSimha and github-actions[bot] authored May 26, 2024
1 parent 76a5863 commit 1600e72
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 7 deletions.
10 changes: 10 additions & 0 deletions .changeset/@graphql-inspector_commands-2738-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/config@^4.0.0`
↗︎](https://www.npmjs.com/package/@graphql-inspector/config/v/4.0.0) (from `^4.0.2`, in
`peerDependencies`)
- Updated dependency [`@graphql-inspector/loaders@^4.0.0`
↗︎](https://www.npmjs.com/package/@graphql-inspector/loaders/v/4.0.0) (from `^4.0.4`, in
`peerDependencies`)
7 changes: 7 additions & 0 deletions .changeset/@graphql-inspector_loaders-2738-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/config@^4.0.0`
↗︎](https://www.npmjs.com/package/@graphql-inspector/config/v/4.0.0) (from `^4.0.2`, 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": "^4.0.2",
"@graphql-inspector/loaders": "^4.0.4",
"@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
4 changes: 2 additions & 2 deletions packages/loaders/loaders/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/loaders",
"version": "4.0.4",
"version": "4.0.3",
"type": "module",
"description": "Loaders in GraphQL Inspector",
"repository": {
Expand Down Expand Up @@ -61,7 +61,7 @@
"prepack": "bob prepack"
},
"peerDependencies": {
"@graphql-inspector/config": "^4.0.2",
"@graphql-inspector/config": "^4.0.0",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1600e72

Please sign in to comment.