Skip to content

Commit

Permalink
Bump @graphql-codegen/typescript from 4.0.9 to 4.1.3
Browse files Browse the repository at this point in the history
Bumps [@graphql-codegen/typescript](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript) from 4.0.9 to 4.1.3.
- [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]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 5e2ce60 commit 045aaad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 53 deletions.
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@graphql-codegen/cli": "^5.0.4",
"@graphql-codegen/introspection": "^4.0.3",
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-codegen/typescript": "^4.1.3",
"@graphql-codegen/typescript-operations": "^4.4.0",
"@graphql-codegen/typescript-react-apollo": "^4.3.2",
"@types/react": "^18.3.12",
Expand Down
53 changes: 1 addition & 52 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1389,22 +1389,6 @@ __metadata:
languageName: node
linkType: hard

"@graphql-codegen/plugin-helpers@npm:^5.0.4":
version: 5.0.4
resolution: "@graphql-codegen/plugin-helpers@npm:5.0.4"
dependencies:
"@graphql-tools/utils": ^10.0.0
change-case-all: 1.0.15
common-tags: 1.8.2
import-from: 4.0.0
lodash: ~4.17.0
tslib: ~2.6.0
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
checksum: 0f0272afbbc79e665fb23bb823721587470e12f77aba39426e2524386ccbb6dec8d42c0ccaf8e0b95fcda030c83cb4e6302bce3c3f7b2c1ed50c33a40619fcd0
languageName: node
linkType: hard

"@graphql-codegen/plugin-helpers@npm:^5.1.0":
version: 5.1.0
resolution: "@graphql-codegen/plugin-helpers@npm:5.1.0"
Expand Down Expand Up @@ -1494,21 +1478,6 @@ __metadata:
languageName: node
linkType: hard

"@graphql-codegen/typescript@npm:^4.0.9":
version: 4.0.9
resolution: "@graphql-codegen/typescript@npm:4.0.9"
dependencies:
"@graphql-codegen/plugin-helpers": ^5.0.4
"@graphql-codegen/schema-ast": ^4.0.2
"@graphql-codegen/visitor-plugin-common": 5.3.1
auto-bind: ~4.0.0
tslib: ~2.6.0
peerDependencies:
graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
checksum: 843081bc484d209658158fcc5eabf5b4d2e2edc860686d656d16ddd76bf585a7d060438cf5ae4c9f69bf75c6be641c1a822095b0d5e9fc77cd94a9b11e517939
languageName: node
linkType: hard

"@graphql-codegen/typescript@npm:^4.1.2":
version: 4.1.2
resolution: "@graphql-codegen/typescript@npm:4.1.2"
Expand Down Expand Up @@ -1559,26 +1528,6 @@ __metadata:
languageName: node
linkType: hard

"@graphql-codegen/visitor-plugin-common@npm:5.3.1":
version: 5.3.1
resolution: "@graphql-codegen/visitor-plugin-common@npm:5.3.1"
dependencies:
"@graphql-codegen/plugin-helpers": ^5.0.4
"@graphql-tools/optimize": ^2.0.0
"@graphql-tools/relay-operation-optimizer": ^7.0.0
"@graphql-tools/utils": ^10.0.0
auto-bind: ~4.0.0
change-case-all: 1.0.15
dependency-graph: ^0.11.0
graphql-tag: ^2.11.0
parse-filepath: ^1.0.2
tslib: ~2.6.0
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
checksum: 273f99a91233b0f68988185498f9170a0b46a311d65b57029e0e2bd03d72d7c90bb3b1f5e49233fee459a770119f7d0674dd01306b2cc1ddb27d30f940fb1f98
languageName: node
linkType: hard

"@graphql-codegen/visitor-plugin-common@npm:5.6.0":
version: 5.6.0
resolution: "@graphql-codegen/visitor-plugin-common@npm:5.6.0"
Expand Down Expand Up @@ -2890,7 +2839,7 @@ __metadata:
"@apollo/client": ^3.11.10
"@graphql-codegen/cli": ^5.0.4
"@graphql-codegen/introspection": ^4.0.3
"@graphql-codegen/typescript": ^4.0.9
"@graphql-codegen/typescript": ^4.1.3
"@graphql-codegen/typescript-operations": ^4.4.0
"@graphql-codegen/typescript-react-apollo": ^4.3.2
"@react-icons/all-files": ^4.1.0
Expand Down

0 comments on commit 045aaad

Please sign in to comment.