Skip to content

Commit

Permalink
fix(deps): update graphql-tools (#9173)
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] committed May 12, 2023
1 parent 311a3b7 commit a5cf84a
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 271 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": "3.0.4",
"@graphql-codegen/typescript-operations": "3.0.4",
"@graphql-codegen/typescript-resolvers": "3.2.1",
"@graphql-tools/graphql-file-loader": "7.5.16",
"@graphql-tools/load": "7.8.13",
"@graphql-tools/schema": "9.0.17",
"@graphql-tools/graphql-file-loader": "7.5.17",
"@graphql-tools/load": "7.8.14",
"@graphql-tools/schema": "9.0.19",
"graphql": "16.6.0",
"graphql-tag": "2.12.6",
"prettier": "2.8.7"
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": "8.4.0",
"@graphql-tools/merge": "8.4.2",
"@types/debounce": "1.2.1",
"@types/inquirer": "8.2.6",
"@types/is-glob": "4.0.2",
Expand Down
Loading

0 comments on commit a5cf84a

Please sign in to comment.