Skip to content

Commit

Permalink
chore(deps): update graphql-tools (#9870)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 26, 2024
1 parent dbbae89 commit b115a3b
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 119 deletions.
6 changes: 3 additions & 3 deletions examples/programmatic-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"@graphql-codegen/typescript": "4.0.6",
"@graphql-codegen/typescript-operations": "4.2.0",
"@graphql-codegen/typescript-resolvers": "4.0.6",
"@graphql-tools/graphql-file-loader": "8.0.0",
"@graphql-tools/load": "8.0.1",
"@graphql-tools/schema": "10.0.2",
"@graphql-tools/graphql-file-loader": "8.0.1",
"@graphql-tools/load": "8.0.2",
"@graphql-tools/schema": "10.0.3",
"graphql": "16.8.0",
"graphql-tag": "2.12.6",
"prettier": "2.8.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-codegen-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"yargs": "^17.0.0"
},
"devDependencies": {
"@graphql-tools/merge": "9.0.2",
"@graphql-tools/merge": "9.0.3",
"@parcel/watcher": "^2.1.0",
"@types/debounce": "1.2.4",
"@types/inquirer": "8.2.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/plugins-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
},
"type": "module",
"devDependencies": {
"@graphql-tools/apollo-engine-loader": "8.0.0"
"@graphql-tools/apollo-engine-loader": "8.0.1"
}
}
Loading

0 comments on commit b115a3b

Please sign in to comment.