Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency @graphql-codegen/typescript-react-apollo to v4.3.1 #9458

Merged
merged 1 commit into from
Sep 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"@graphql-codegen/near-operation-file-preset": "3.0.0",
"@graphql-codegen/typescript": "4.0.9",
"@graphql-codegen/typescript-operations": "4.2.3",
"@graphql-codegen/typescript-react-apollo": "4.3.0",
"@graphql-codegen/typescript-react-apollo": "4.3.1",
"@graphql-eslint/eslint-plugin": "3.20.1",
"@prettier/plugin-ruby": "4.0.4",
"@swc/core": "^1.4.2",
Expand Down
11 changes: 5 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3431,9 +3431,9 @@ __metadata:
languageName: node
linkType: hard

"@graphql-codegen/typescript-react-apollo@npm:4.3.0":
version: 4.3.0
resolution: "@graphql-codegen/typescript-react-apollo@npm:4.3.0"
"@graphql-codegen/typescript-react-apollo@npm:4.3.1":
version: 4.3.1
resolution: "@graphql-codegen/typescript-react-apollo@npm:4.3.1"
dependencies:
"@graphql-codegen/plugin-helpers": "npm:^3.0.0"
"@graphql-codegen/visitor-plugin-common": "npm:2.13.1"
Expand All @@ -3442,8 +3442,7 @@ __metadata:
tslib: "npm:~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
graphql-tag: ^2.0.0
checksum: 10c0/c5e58729367571867a8e2e17a640a6ff42070b8c7f498a2bfea35b0b4ae74b62245981feb5d26a03601db58967c54e74b341b681247bd9241b63327510c151e7
checksum: 10c0/e33b20b5e8202ddb2a23072a2f3a811fa1530d42b84efb33e8aa4d72a196ec0b21ce2808d62d438fe129bcb37d4427b2b843a73bde7a9fac584e085bd628fba5
languageName: node
linkType: hard

Expand Down Expand Up @@ -21041,7 +21040,7 @@ __metadata:
"@graphql-codegen/near-operation-file-preset": "npm:3.0.0"
"@graphql-codegen/typescript": "npm:4.0.9"
"@graphql-codegen/typescript-operations": "npm:4.2.3"
"@graphql-codegen/typescript-react-apollo": "npm:4.3.0"
"@graphql-codegen/typescript-react-apollo": "npm:4.3.1"
"@graphql-eslint/eslint-plugin": "npm:3.20.1"
"@juggle/resize-observer": "npm:3.4.0"
"@lezer/common": "npm:1.2.1"
Expand Down
Loading