Skip to content

Commit

Permalink
Update GraphQL client to 0.2.2 (#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodyowl authored Oct 1, 2024
1 parent 6b66cc0 commit 3bd926c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion clients/banking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@sentry/browser": "8.20.0",
"@swan-io/boxed": "2.3.0",
"@swan-io/chicane": "2.1.0",
"@swan-io/graphql-client": "0.2.1",
"@swan-io/graphql-client": "0.2.2",
"@swan-io/lake": "8.16.0",
"@swan-io/request": "1.0.6",
"@swan-io/shared-business": "8.16.0",
Expand Down
2 changes: 1 addition & 1 deletion clients/onboarding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@sentry/browser": "8.20.0",
"@swan-io/boxed": "2.3.0",
"@swan-io/chicane": "2.1.0",
"@swan-io/graphql-client": "0.2.1",
"@swan-io/graphql-client": "0.2.2",
"@swan-io/lake": "8.16.0",
"@swan-io/request": "1.0.6",
"@swan-io/shared-business": "8.16.0",
Expand Down
2 changes: 1 addition & 1 deletion clients/payment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@sentry/browser": "8.20.0",
"@swan-io/boxed": "2.3.0",
"@swan-io/chicane": "2.1.0",
"@swan-io/graphql-client": "0.2.1",
"@swan-io/graphql-client": "0.2.2",
"@swan-io/lake": "8.16.0",
"@swan-io/shared-business": "8.16.0",
"@swan-io/use-form": "2.0.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2113,10 +2113,10 @@
"@emotion/hash" "^0.9.2"
use-sync-external-store "^1.2.2"

"@swan-io/graphql-client@0.2.1":
version "0.2.1"
resolved "https://registry.yarnpkg.com/@swan-io/graphql-client/-/graphql-client-0.2.1.tgz#5a661f46b6dc90982ad908378a4618e9970230d5"
integrity sha512-DlbJxAgnqj/xEQ6HDxJ0ghoGkF9qAhMzhYDyW94k8BSIqQTxXb76L9scAEP5NwyX8dwK0Xj4UeUVhl17GFlKTA==
"@swan-io/graphql-client@0.2.2":
version "0.2.2"
resolved "https://registry.yarnpkg.com/@swan-io/graphql-client/-/graphql-client-0.2.2.tgz#63830c9fcdcee0c322a695382a287467fce36e39"
integrity sha512-ucdsfIGuWdPu1il6uOUiP5pw/dhasB1dy8Ry+bW72XTSKmHGe0ihuEB4+NN2y+OCTgqwpV7kqUGRjBU7eGlMCQ==
dependencies:
"@0no-co/graphql.web" "^1.0.6"
"@swan-io/boxed" "^2.3.0"
Expand Down

0 comments on commit 3bd926c

Please sign in to comment.