Skip to content

Commit 6be245c

Browse files
fix(deps): update all non-major dependencies (#218)
* 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 daf2e34 commit 6be245c

16 files changed

+248
-285
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 || ^0.80.0 || ^0.81.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/null) (from `^0.78.0 || ^0.79.0 || ^0.80.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 || ^0.80.0 || ^0.81.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/null) (from `^0.78.0 || ^0.79.0 || ^0.80.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.24) (from `0.4.23`, in `dependencies`)
8+
- Updated dependency [`@graphql-mesh/types@^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/null) (from `^0.78.0 || ^0.79.0 || ^0.80.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.77.0) (from `0.76.2`, in `dependencies`)
8+
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/graphql/v/0.31.0) (from `0.30.0`, in `dependencies`)

examples/apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@graphprotocol/client-cli": "2.2.3",
21-
"@types/react": "18.0.17",
21+
"@types/react": "18.0.18",
2222
"@types/react-dom": "18.0.6",
2323
"@vitejs/plugin-react": "2.0.1",
2424
"typescript": "4.8.2",

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.3",
13-
"@graphql-mesh/transform-rename": "0.12.69",
13+
"@graphql-mesh/transform-rename": "0.12.70",
1414
"concurrently": "7.3.0",
1515
"graphql": "16.6.0",
1616
"nodemon": "2.0.19",

examples/execute/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@graphprotocol/client-cli": "2.2.3",
19-
"@types/react": "18.0.17",
19+
"@types/react": "18.0.18",
2020
"@types/react-dom": "18.0.6",
2121
"@vitejs/plugin-react": "2.0.1",
2222
"typescript": "4.8.2",

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@graphprotocol/client-cli": "2.2.3",
2020
"@types/node": "17.0.26",
21-
"@types/react": "18.0.17",
21+
"@types/react": "18.0.18",
2222
"eslint": "8.23.0",
2323
"eslint-config-next": "12.2.5",
2424
"typescript": "4.8.2"

examples/react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@graphprotocol/client-cli": "2.2.3",
20-
"@types/react": "18.0.17",
20+
"@types/react": "18.0.18",
2121
"@types/react-dom": "18.0.6",
2222
"@vitejs/plugin-react": "2.0.1",
2323
"typescript": "4.8.2",

examples/urql-live-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@graphprotocol/client-cli": "2.2.3",
21-
"@types/react": "18.0.17",
21+
"@types/react": "18.0.18",
2222
"@types/react-dom": "18.0.6",
2323
"@vitejs/plugin-react": "2.0.1",
2424
"typescript": "4.8.2",

0 commit comments

Comments
 (0)