Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
chore(deps-dev): bump @graphql-codegen/typescript from 4.0.9 to 4.1.0 (
Browse files Browse the repository at this point in the history
…#1766)

Bumps [@graphql-codegen/typescript](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript) from 4.0.9 to 4.1.0.
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/typescript/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/[email protected]/packages/plugins/typescript/typescript)

---
updated-dependencies:
- dependency-name: "@graphql-codegen/typescript"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 7dbd7a9 commit 90a6940
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-codegen/typescript": "^4.1.0",
"@graphql-codegen/typescript-react-query": "^6.1.0",
"@kyaku/eslint-config": "*",
"@kyaku/prettier-config": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-codegen/typescript": "^4.1.0",
"@graphql-codegen/typescript-resolvers": "^4.3.0",
"@kyaku/eslint-config": "*",
"@kyaku/prettier-config": "*",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3037,7 +3037,7 @@ __metadata:
resolution: "@kyaku/api@workspace:packages/api"
dependencies:
"@graphql-codegen/cli": "npm:^5.0.2"
"@graphql-codegen/typescript": "npm:^4.0.9"
"@graphql-codegen/typescript": "npm:^4.1.0"
"@graphql-codegen/typescript-resolvers": "npm:^4.3.0"
"@graphql-tools/merge": "npm:^9.0.7"
"@graphql-tools/schema": "npm:^10.0.6"
Expand Down Expand Up @@ -3220,7 +3220,7 @@ __metadata:
resolution: "@kyaku/web@workspace:apps/web"
dependencies:
"@graphql-codegen/cli": "npm:^5.0.2"
"@graphql-codegen/typescript": "npm:^4.0.9"
"@graphql-codegen/typescript": "npm:^4.1.0"
"@graphql-codegen/typescript-react-query": "npm:^6.1.0"
"@kyaku/api": "npm:*"
"@kyaku/auth": "npm:*"
Expand Down

0 comments on commit 90a6940

Please sign in to comment.