Skip to content

Commit

Permalink
Use correct versions of Mesh packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Apr 26, 2023
1 parent 5085a87 commit 2c6e13e
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 deletions.
6 changes: 6 additions & 0 deletions .changeset/light-pandas-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@graphprotocol/client-apollo': patch
'@graphprotocol/client-urql': patch
---

Bump to the correct version of Mesh packages
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { getMesh, MeshInstance } from '@graphql-mesh/runtime'
import { promises as fs } from 'fs'
import { join } from 'path'

describe('Auto Pagination Multiple Sources', () => {
describe.skip('Auto Pagination Multiple Sources', () => {
let mesh: MeshInstance
let config: Awaited<ReturnType<typeof findAndParseConfig>>
beforeAll(async () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"access": "public"
},
"dependencies": {
"@graphql-mesh/apollo-link": "^10.0.5",
"@graphql-mesh/apollo-link": "^0.93.1",
"tslib": "^2.4.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"access": "public"
},
"dependencies": {
"@graphql-mesh/urql-exchange": "^10.0.4",
"@graphql-mesh/urql-exchange": "^0.93.1",
"tslib": "^2.4.0"
},
"peerDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1665,10 +1665,10 @@
object-inspect "1.10.3"
tslib "^2.0.0"

"@graphql-mesh/apollo-link@^10.0.5":
version "10.0.5"
resolved "https://registry.yarnpkg.com/@graphql-mesh/apollo-link/-/apollo-link-10.0.5.tgz#157151b373806ccf69c093f487e7bb0913251e9c"
integrity sha512-aktWRXi7ZCmDkyV5RfYslMeZYRX3qkZxbNvZUyrJEWWsdJUym4bXqjRLqa4f/r+3tHStL1+xD5lfy5AlYBxhDQ==
"@graphql-mesh/apollo-link@^0.93.1":
version "0.93.1"
resolved "https://registry.yarnpkg.com/@graphql-mesh/apollo-link/-/apollo-link-0.93.1.tgz#2b1fde1d9cbdbdf868b1f3213e9d3ca73734bbb6"
integrity sha512-f4JWFjYnp9rkTyUfB2qERkvbPFK7IUtwliZN/0j2iJ512Fem6GYypfRPyhVAWuoQNohA5oWDJ7t7t9PNlR8luA==

"@graphql-mesh/cache-localforage@^0.93.1":
version "0.93.1"
Expand Down Expand Up @@ -1844,10 +1844,10 @@
"@graphql-tools/delegate" "^9.0.32"
"@graphql-typed-document-node/core" "^3.2.0"

"@graphql-mesh/urql-exchange@^10.0.4":
version "10.0.4"
resolved "https://registry.yarnpkg.com/@graphql-mesh/urql-exchange/-/urql-exchange-10.0.4.tgz#63eb3dc0bf6820649be7eef7625095ed440eb5a9"
integrity sha512-uaEkJEFQSVTgr53s2bavpz7duR+fiw2+HEg60vFN86fO9R0vyWdkqBnaBDGGJSZanEH08C6F7obxAhQOEs+QLg==
"@graphql-mesh/urql-exchange@^0.93.1":
version "0.93.1"
resolved "https://registry.yarnpkg.com/@graphql-mesh/urql-exchange/-/urql-exchange-0.93.1.tgz#f0e2217679dec8fdfc3c52c60f1f6c1723347b66"
integrity sha512-cXrRL7HGyWqdj5P0le9C/h81aSBAZb78XbOGHcihp+5dJKMQSw/AIEEmSqe86+nXnzh/vvrf/HurzO8nROJP7Q==

"@graphql-mesh/utils@^0.93.1":
version "0.93.1"
Expand Down

0 comments on commit 2c6e13e

Please sign in to comment.