Skip to content

Commit

Permalink
align versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Mar 16, 2022
1 parent aabce42 commit 3da3d66
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions .changeset/shaggy-pans-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'@graphql-tools/batch-delegate': patch
'@graphql-tools/links': patch
'@graphql-tools/url-loader': patch
'@graphql-tools/stitch': patch
'@graphql-tools/stitching-directives': patch
'@graphql-tools/wrap': patch
---

fix - align versions
4 changes: 2 additions & 2 deletions packages/batch-delegate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/delegate": "^8.5.1",
"@graphql-tools/delegate": "^8.5.3",
"@graphql-tools/utils": "^8.6.2",
"dataloader": "2.0.0",
"tslib": "~2.3.0"
},
"devDependencies": {
"@graphql-tools/schema": "^8.3.2",
"@graphql-tools/stitch": "^8.4.4"
"@graphql-tools/stitch": "^8.5.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"graphql-upload": "13.0.0"
},
"dependencies": {
"@graphql-tools/delegate": "^8.5.1",
"@graphql-tools/delegate": "^8.5.3",
"@graphql-tools/utils": "^8.6.2",
"apollo-upload-client": "17.0.0",
"node-fetch": "^2.6.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"webpack": "5.69.1"
},
"dependencies": {
"@graphql-tools/delegate": "^8.5.1",
"@graphql-tools/delegate": "^8.5.3",
"@graphql-tools/utils": "^8.6.2",
"@graphql-tools/wrap": "^8.4.4",
"@n1ru4l/graphql-live-query": "^0.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/stitch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@graphql-tools/merge": "^8.2.3",
"@graphql-tools/schema": "^8.3.2",
"@graphql-tools/utils": "^8.6.2",
"@graphql-tools/wrap": "^8.4.2",
"@graphql-tools/wrap": "^8.4.4",
"tslib": "~2.3.0",
"value-or-promise": "^1.0.11"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/stitching-directives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/delegate": "^8.5.1",
"@graphql-tools/delegate": "^8.5.3",
"@graphql-tools/utils": "^8.6.2",
"tslib": "~2.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/wrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/delegate": "^8.5.1",
"@graphql-tools/delegate": "^8.5.3",
"@graphql-tools/schema": "^8.3.2",
"@graphql-tools/utils": "^8.6.2",
"tslib": "~2.3.0",
Expand Down

1 comment on commit 3da3d66

@vercel
Copy link

@vercel vercel bot commented on 3da3d66 Mar 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.