Skip to content

Commit 5c95e3b

Browse files
fix(deps): update graphql-mesh monorepo to v4 (#94)
Co-authored-by: Renovate Bot <[email protected]>
1 parent bfda405 commit 5c95e3b

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

packages/apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"access": "public"
4040
},
4141
"dependencies": {
42-
"@graphql-mesh/apollo-link": "3.1.1",
42+
"@graphql-mesh/apollo-link": "4.0.0",
4343
"tslib": "2.4.0"
4444
},
4545
"peerDependencies": {

packages/urql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"access": "public"
4040
},
4141
"dependencies": {
42-
"@graphql-mesh/urql-exchange": "3.1.1",
42+
"@graphql-mesh/urql-exchange": "4.0.0",
4343
"tslib": "2.4.0"
4444
},
4545
"peerDependencies": {

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1554,12 +1554,12 @@
15541554
object-inspect "1.10.3"
15551555
tslib "^2.0.0"
15561556

1557-
"@graphql-mesh/apollo-link@3.1.1":
1558-
version "3.1.1"
1559-
resolved "https://registry.yarnpkg.com/@graphql-mesh/apollo-link/-/apollo-link-3.1.1.tgz#6a463ec4df63adce9a96cee9bb45dfd6a7e2d8ba"
1560-
integrity sha512-/gNSqv6+kaNrCRNm8nqERJB1v9MiPdNYPHJDMcw2IJmlWyFEFElAP1lWSNhMnQxxARCxFnMnRfTSaf1Viy3BGA==
1557+
"@graphql-mesh/apollo-link@4.0.0":
1558+
version "4.0.0"
1559+
resolved "https://registry.yarnpkg.com/@graphql-mesh/apollo-link/-/apollo-link-4.0.0.tgz#acd2e2aeb2f4fb5f559fe26715dfd95f5fb152cc"
1560+
integrity sha512-Ix8Z4MF5HyzNIOACxLx21XKBTDrYVbYAvQkMqdKj0gYcPJxZe9VYpaY48sph3Uc7lh+TN98GlgZMByjgvduJfQ==
15611561
dependencies:
1562-
"@graphql-tools/utils" "8.6.9"
1562+
"@graphql-tools/utils" "8.6.12"
15631563
tslib "2.4.0"
15641564

15651565
"@graphql-mesh/[email protected]":
@@ -1996,12 +1996,12 @@
19961996
fetchache "0.1.2"
19971997
tslib "^2.3.1"
19981998

1999-
"@graphql-mesh/urql-exchange@3.1.1":
2000-
version "3.1.1"
2001-
resolved "https://registry.yarnpkg.com/@graphql-mesh/urql-exchange/-/urql-exchange-3.1.1.tgz#752bcae482a7c94ae7cd02f48892995cc5babbae"
2002-
integrity sha512-ntsE6Gej6uRBfv3YBav2IJglFlYjQr3+ZPJ0bpZUWttOYU6BVPtynn0B6WnDVkagKeXzLCivk79Rs5J193vnlg==
1999+
"@graphql-mesh/urql-exchange@4.0.0":
2000+
version "4.0.0"
2001+
resolved "https://registry.yarnpkg.com/@graphql-mesh/urql-exchange/-/urql-exchange-4.0.0.tgz#3b806968385de093faef288578ea9092eb3dde73"
2002+
integrity sha512-X4zij0AS/2+ZjQcvEfFUKf3VhCkyCMEpy0FbQLCz6gcsQ6QzD/2+S2GM2Qd/szq58Ft5w6cPGYHXmgQwNDj2Gg==
20032003
dependencies:
2004-
"@graphql-tools/utils" "8.6.9"
2004+
"@graphql-tools/utils" "8.6.12"
20052005
tslib "2.4.0"
20062006

20072007
"@graphql-mesh/[email protected]":

0 commit comments

Comments
 (0)