Skip to content

Commit b532a0b

Browse files
fix(deps): update all non-major dependencies (#418)
* fix(deps): update all non-major dependencies * 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 26b7f3b commit b532a0b

File tree

9 files changed

+144
-162
lines changed

9 files changed

+144
-162
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphprotocol/client-apollo': patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/apollo-link/v/10.0.5) (from `10.0.4`, in `dependencies`)
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.5.21) (from `0.5.20`, 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.82.32) (from `0.82.31`, in `dependencies`)
6+
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/graphql/v/0.34.16) (from `0.34.14`, 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.20",
13-
"@graphql-mesh/transform-rename": "0.14.22",
13+
"@graphql-mesh/transform-rename": "0.14.23",
1414
"concurrently": "8.0.1",
1515
"graphql": "16.6.0",
1616
"nodemon": "2.0.22",

packages/apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"access": "public"
4747
},
4848
"dependencies": {
49-
"@graphql-mesh/apollo-link": "10.0.4",
49+
"@graphql-mesh/apollo-link": "10.0.5",
5050
"tslib": "^2.4.0"
5151
},
5252
"peerDependencies": {

packages/auto-pagination/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"devDependencies": {
5353
"@types/lodash": "4.14.192",
54-
"@graphql-mesh/transform-prefix": "0.12.22"
54+
"@graphql-mesh/transform-prefix": "0.12.23"
5555
},
5656
"peerDependencies": {
5757
"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
@@ -46,7 +46,7 @@
4646
"access": "public"
4747
},
4848
"dependencies": {
49-
"@graphql-mesh/transform-type-merging": "0.5.20",
49+
"@graphql-mesh/transform-type-merging": "0.5.21",
5050
"tslib": "^2.4.0"
5151
},
5252
"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.82.31",
53-
"@graphql-mesh/graphql": "0.34.14",
52+
"@graphql-mesh/cli": "0.82.32",
53+
"@graphql-mesh/graphql": "0.34.16",
5454
"tslib": "^2.4.0",
5555
"@graphprotocol/client-auto-pagination": "1.1.16",
5656
"@graphprotocol/client-auto-type-merging": "1.0.23",

yarn.lock

Lines changed: 122 additions & 156 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)