Skip to content

Commit aa65785

Browse files
fix(deps): update all non-major dependencies (#197)
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 2fbdf59 commit aa65785

11 files changed

+149
-128
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@graphprotocol/client-add-source-name": patch
3+
---
4+
5+
dependencies updates:
6+
7+
- Updated dependency [`@graphql-mesh/types@^0.78.0 || ^0.79.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/null) (from `^0.78.0`, in `peerDependencies`)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@graphprotocol/client-auto-pagination": patch
3+
---
4+
5+
dependencies updates:
6+
7+
- Updated dependency [`@graphql-mesh/types@^0.78.0 || ^0.79.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/null) (from `^0.78.0`, in `peerDependencies`)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@graphprotocol/client-auto-type-merging": patch
3+
---
4+
5+
dependencies updates:
6+
7+
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-type-merging/v/0.4.20) (from `0.4.19`, in `dependencies`)
8+
- Updated dependency [`@graphql-mesh/types@^0.78.0 || ^0.79.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/null) (from `^0.78.0`, in `peerDependencies`)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@graphprotocol/client-cli": patch
3+
---
4+
5+
dependencies updates:
6+
7+
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.75.10) (from `0.75.9`, in `dependencies`)
8+
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/graphql/v/0.29.10) (from `0.29.9`, 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.1.3",
13-
"@graphql-mesh/transform-rename": "0.12.65",
13+
"@graphql-mesh/transform-rename": "0.12.66",
1414
"concurrently": "7.3.0",
1515
"graphql": "16.6.0",
1616
"nodemon": "2.0.19",

examples/live-queries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"dependencies": {
1111
"@graphprotocol/client-cli": "2.1.3",
1212
"@graphprotocol/client-polling-live": "0.0.0",
13-
"graphql": "16.5.0"
13+
"graphql": "16.6.0"
1414
}
1515
}

packages/add-source-name/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@graphql-tools/delegate": "9.0.3",
5858
"@graphql-tools/wrap": "9.0.4",
5959
"@graphql-tools/utils": "8.10.0",
60-
"@graphql-mesh/types": "^0.78.0"
60+
"@graphql-mesh/types": "^0.78.0 || ^0.79.0"
6161
},
6262
"type": "module"
6363
}

packages/auto-pagination/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@
5454
},
5555
"devDependencies": {
5656
"@types/lodash": "4.14.183",
57-
"@graphql-mesh/transform-prefix": "0.11.64"
57+
"@graphql-mesh/transform-prefix": "0.11.65"
5858
},
5959
"peerDependencies": {
6060
"graphql": "^15.2.0 || ^16.0.0",
61-
"@graphql-mesh/types": "^0.78.0"
61+
"@graphql-mesh/types": "^0.78.0 || ^0.79.0"
6262
},
6363
"type": "module"
6464
}

packages/auto-type-merging/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
},
4848
"dependencies": {
4949
"@graphql-tools/delegate": "9.0.3",
50-
"@graphql-mesh/transform-type-merging": "0.4.19",
50+
"@graphql-mesh/transform-type-merging": "0.4.20",
5151
"tslib": "^2.4.0"
5252
},
5353
"peerDependencies": {
5454
"graphql": "^15.2.0 || ^16.0.0",
55-
"@graphql-mesh/types": "^0.78.0"
55+
"@graphql-mesh/types": "^0.78.0 || ^0.79.0"
5656
},
5757
"type": "module"
5858
}

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.75.9",
53-
"@graphql-mesh/graphql": "0.29.9",
52+
"@graphql-mesh/cli": "0.75.10",
53+
"@graphql-mesh/graphql": "0.29.10",
5454
"tslib": "^2.4.0",
5555
"@graphprotocol/client-auto-pagination": "1.1.2",
5656
"@graphprotocol/client-auto-type-merging": "1.0.3",

0 commit comments

Comments
 (0)