Skip to content

Commit

Permalink
Fix loaders package version (kamilkisiela#2740)
Browse files Browse the repository at this point in the history
* Fix loaders package version

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and DanteUkraine committed May 27, 2024
1 parent 9a373d3 commit 3abe4de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .changeset/@graphql-inspector_commands-2740-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@graphql-inspector/commands': patch
---
dependencies updates:
- 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`)
2 changes: 1 addition & 1 deletion packages/commands/commands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"peerDependencies": {
"@graphql-inspector/config": "^4.0.0",
"@graphql-inspector/loaders": "^4.0.4",
"@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
@@ -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

0 comments on commit 3abe4de

Please sign in to comment.