Skip to content

Commit 12a2208

Browse files
Fix loaders package version (#2740)
* Fix loaders package version * chore(dependencies): updated changesets for modified dependencies --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cf83240 commit 12a2208

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@graphql-inspector/commands': patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`@graphql-inspector/loaders@^4.0.0`
6+
↗︎](https://www.npmjs.com/package/@graphql-inspector/loaders/v/4.0.0) (from `^4.0.4`, in
7+
`peerDependencies`)

packages/commands/commands/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
},
6363
"peerDependencies": {
6464
"@graphql-inspector/config": "^4.0.0",
65-
"@graphql-inspector/loaders": "^4.0.4",
65+
"@graphql-inspector/loaders": "^4.0.0",
6666
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
6767
"yargs": "17.7.2"
6868
},

packages/loaders/loaders/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-inspector/loaders",
3-
"version": "4.0.4",
3+
"version": "4.0.3",
44
"type": "module",
55
"description": "Loaders in GraphQL Inspector",
66
"repository": {

0 commit comments

Comments
 (0)