Skip to content

Commit e9b6c89

Browse files
fix(deps): update all non-major dependencies (#195)
* 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 2cb3b16 commit e9b6c89

17 files changed

+289
-323
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@graphprotocol/client-apollo": patch
3+
---
4+
5+
dependencies updates:
6+
7+
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/apollo-link/v/5.0.2) (was `5.0.1`, in `dependencies`)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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.19) (was `0.4.18`, in `dependencies`)
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.9) (was `0.75.8`, in `dependencies`)
8+
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/graphql/v/0.29.9) (was `0.29.8`, in `dependencies`)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@graphprotocol/client-urql": patch
3+
---
4+
5+
dependencies updates:
6+
7+
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/urql-exchange/v/5.0.2) (was `5.0.1`, in `dependencies`)

examples/apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"@types/react-dom": "18.0.6",
2323
"@vitejs/plugin-react": "2.0.1",
2424
"typescript": "4.7.4",
25-
"vite": "3.0.6"
25+
"vite": "3.0.7"
2626
}
2727
}

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.64",
13+
"@graphql-mesh/transform-rename": "0.12.65",
1414
"concurrently": "7.3.0",
1515
"graphql": "16.5.0",
1616
"nodemon": "2.0.19",

examples/execute/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"@types/react-dom": "18.0.6",
2121
"@vitejs/plugin-react": "2.0.1",
2222
"typescript": "4.7.4",
23-
"vite": "3.0.6"
23+
"vite": "3.0.7"
2424
}
2525
}

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@graphprotocol/client-cli": "2.1.3",
2020
"@types/node": "17.0.26",
2121
"@types/react": "18.0.17",
22-
"eslint": "8.21.0",
22+
"eslint": "8.22.0",
2323
"eslint-config-next": "12.2.5",
2424
"typescript": "4.7.4"
2525
}

examples/react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"@types/react-dom": "18.0.6",
2222
"@vitejs/plugin-react": "2.0.1",
2323
"typescript": "4.7.4",
24-
"vite": "3.0.6"
24+
"vite": "3.0.7"
2525
}
2626
}

examples/urql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"@types/react-dom": "18.0.6",
2323
"@vitejs/plugin-react": "2.0.1",
2424
"typescript": "4.7.4",
25-
"vite": "3.0.6"
25+
"vite": "3.0.7"
2626
}
2727
}

0 commit comments

Comments
 (0)