Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#2262)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
renovate[bot] and github-actions[bot] committed Jan 2, 2023
1 parent 8ad5cc0 commit 2ca0f33
Show file tree
Hide file tree
Showing 11 changed files with 144 additions and 103 deletions.
5 changes: 5 additions & 0 deletions .changeset/@graphql-yoga_apollo-link-2262-dependencies.md
@@ -0,0 +1,5 @@
---
'@graphql-yoga/apollo-link': patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/executor-http@0.0.8` 鈫楋笌](https://www.npmjs.com/package/@graphql-tools/executor-http/v/0.0.8) (from `0.0.7`, in `dependencies`)
5 changes: 5 additions & 0 deletions .changeset/@graphql-yoga_graphiql-2262-dependencies.md
@@ -0,0 +1,5 @@
---
'@graphql-yoga/graphiql': patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/url-loader@7.16.29` 鈫楋笌](https://www.npmjs.com/package/@graphql-tools/url-loader/v/7.16.29) (from `7.16.28`, in `dependencies`)
5 changes: 5 additions & 0 deletions .changeset/@graphql-yoga_urql-exchange-2262-dependencies.md
@@ -0,0 +1,5 @@
---
'@graphql-yoga/urql-exchange': patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/executor-http@0.0.8` 鈫楋笌](https://www.npmjs.com/package/@graphql-tools/executor-http/v/0.0.8) (from `0.0.7`, in `dependencies`)
2 changes: 1 addition & 1 deletion examples/file-upload-nextjs-pothos/package.json
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@types/react": "^18.0.17",
"eslint": "8.30.0",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"typescript": "4.9.4"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-auth/package.json
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@types/react": "18.0.26",
"eslint": "8.30.0",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"typescript": "4.9.4"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/react": "18.0.26",
"eslint": "8.30.0",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"esbuild": "0.16.12",
"typescript": "4.9.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/sveltekit/package.json
Expand Up @@ -21,7 +21,7 @@
"@types/jest": "^29.0.0",
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/parser": "5.47.1",
"eslint": "8.30.0",
"eslint": "8.31.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-svelte3": "4.0.0",
"jest": "^29.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/apollo-link/package.json
Expand Up @@ -49,7 +49,7 @@
"access": "public"
},
"dependencies": {
"@graphql-tools/executor-http": "0.0.7",
"@graphql-tools/executor-http": "0.0.8",
"@graphql-tools/executor-apollo-link": "0.0.5",
"tslib": "^2.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/client/urql-exchange/package.json
Expand Up @@ -49,7 +49,7 @@
"access": "public"
},
"dependencies": {
"@graphql-tools/executor-http": "0.0.7",
"@graphql-tools/executor-http": "0.0.8",
"@graphql-tools/executor-urql-exchange": "0.0.5",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql/package.json
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@graphiql/plugin-explorer": "^0.1.4",
"@graphiql/toolkit": "0.8.0",
"@graphql-tools/url-loader": "7.16.28",
"@graphql-tools/url-loader": "7.16.29",
"graphiql": "2.0.7",
"graphql": "16.6.0",
"json-bigint-patch": "0.0.8",
Expand Down

0 comments on commit 2ca0f33

Please sign in to comment.