Skip to content

Commit 75c6311

Browse files
fix(deps): update all non-major dependencies to v0.75.7 (#184)
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 f4f88ac commit 75c6311

13 files changed

+79
-30
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-tools/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/8.9.1)) (was `8.9.0`, 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-pagination": patch
3+
---
4+
5+
dependencies updates:
6+
7+
- Updated dependency ([`@graphql-tools/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/8.9.1)) (was `8.9.0`, in `dependencies`)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@graphprotocol/client-block-tracking": patch
3+
---
4+
5+
dependencies updates:
6+
7+
- Updated dependency ([`@graphql-tools/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/8.9.1)) (was `8.9.0`, in `dependencies`)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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.7)) (was `0.75.6`, 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.0",
2424
"typescript": "4.7.4",
25-
"vite": "3.0.4"
25+
"vite": "3.0.5"
2626
}
2727
}

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.0",
2222
"typescript": "4.7.4",
23-
"vite": "3.0.4"
23+
"vite": "3.0.5"
2424
}
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.0",
2323
"typescript": "4.7.4",
24-
"vite": "3.0.4"
24+
"vite": "3.0.5"
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.0",
2424
"typescript": "4.7.4",
25-
"vite": "3.0.4"
25+
"vite": "3.0.5"
2626
}
2727
}

packages/add-source-name/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"dependencies": {
4949
"@graphql-tools/delegate": "9.0.0",
5050
"@graphql-tools/wrap": "9.0.0",
51-
"@graphql-tools/utils": "8.9.0",
51+
"@graphql-tools/utils": "8.9.1",
5252
"lodash": "4.17.21",
5353
"tslib": "2.4.0"
5454
},

packages/auto-pagination/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"dependencies": {
4949
"@graphql-tools/delegate": "9.0.0",
5050
"@graphql-tools/wrap": "9.0.0",
51-
"@graphql-tools/utils": "8.9.0",
51+
"@graphql-tools/utils": "8.9.1",
5252
"lodash": "4.17.21",
5353
"tslib": "2.4.0"
5454
},

0 commit comments

Comments
 (0)