Skip to content

Commit

Permalink
fix(deps): update graphql-tools (#9848)
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 Feb 20, 2024
1 parent 422e2a7 commit d7c7254
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 190 deletions.
4 changes: 2 additions & 2 deletions examples/programmatic-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@graphql-codegen/typescript-operations": "4.1.3",
"@graphql-codegen/typescript-resolvers": "4.0.5",
"@graphql-tools/graphql-file-loader": "8.0.0",
"@graphql-tools/load": "8.0.0",
"@graphql-tools/schema": "10.0.0",
"@graphql-tools/load": "8.0.1",
"@graphql-tools/schema": "10.0.2",
"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.0",
"@graphql-tools/merge": "9.0.2",
"@parcel/watcher": "^2.1.0",
"@types/debounce": "1.2.3",
"@types/inquirer": "8.2.9",
Expand Down

0 comments on commit d7c7254

Please sign in to comment.