Skip to content

Commit ecc20aa

Browse files
fix(deps): update graphql-mesh monorepo (#293)
* fix(deps): update graphql-mesh monorepo * chore(dependencies): updated changesets for modified dependencies Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a46cefe commit ecc20aa

File tree

7 files changed

+151
-141
lines changed

7 files changed

+151
-141
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphprotocol/client-auto-type-merging': patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-type-merging/v/0.4.47) (from `0.4.46`, in `dependencies`)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@graphprotocol/client-cli': patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.78.39) (from `0.78.35`, in `dependencies`)
6+
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/graphql/v/0.31.25) (from `0.31.24`, in `dependencies`)

examples/composition/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@graphprotocol/client-cli": "2.2.14",
13-
"@graphql-mesh/transform-rename": "0.12.94",
13+
"@graphql-mesh/transform-rename": "0.12.95",
1414
"concurrently": "7.4.0",
1515
"graphql": "16.6.0",
1616
"nodemon": "2.0.20",

packages/auto-pagination/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"devDependencies": {
5656
"@types/lodash": "4.14.186",
57-
"@graphql-mesh/transform-prefix": "0.11.93"
57+
"@graphql-mesh/transform-prefix": "0.11.94"
5858
},
5959
"peerDependencies": {
6060
"graphql": "^15.2.0 || ^16.0.0",

packages/auto-type-merging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"dependencies": {
4949
"@graphql-tools/delegate": "9.0.8",
50-
"@graphql-mesh/transform-type-merging": "0.4.46",
50+
"@graphql-mesh/transform-type-merging": "0.4.47",
5151
"tslib": "^2.4.0"
5252
},
5353
"peerDependencies": {

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"access": "public"
5050
},
5151
"dependencies": {
52-
"@graphql-mesh/cli": "0.78.35",
53-
"@graphql-mesh/graphql": "0.31.24",
52+
"@graphql-mesh/cli": "0.78.39",
53+
"@graphql-mesh/graphql": "0.31.25",
5454
"tslib": "^2.4.0",
5555
"@graphprotocol/client-auto-pagination": "1.1.11",
5656
"@graphprotocol/client-auto-type-merging": "1.0.17",

yarn.lock

Lines changed: 135 additions & 136 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)