Skip to content

Commit

Permalink
Fix issue with UBO deletion (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodyowl authored Nov 27, 2024
1 parent 37ce9d4 commit 18f1a18
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion clients/banking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@sentry/browser": "8.35.0",
"@swan-io/boxed": "3.1.1",
"@swan-io/chicane": "2.1.0",
"@swan-io/graphql-client": "0.4.1",
"@swan-io/graphql-client": "0.4.2",
"@swan-io/lake": "11.1.6",
"@swan-io/request": "1.0.6",
"@swan-io/shared-business": "11.1.6",
Expand Down
2 changes: 1 addition & 1 deletion clients/onboarding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@sentry/browser": "8.35.0",
"@swan-io/boxed": "3.1.1",
"@swan-io/chicane": "2.1.0",
"@swan-io/graphql-client": "0.4.1",
"@swan-io/graphql-client": "0.4.2",
"@swan-io/lake": "11.1.6",
"@swan-io/request": "1.0.6",
"@swan-io/shared-business": "11.1.6",
Expand Down
2 changes: 1 addition & 1 deletion clients/payment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@sentry/browser": "8.35.0",
"@swan-io/boxed": "3.1.1",
"@swan-io/chicane": "2.1.0",
"@swan-io/graphql-client": "0.4.1",
"@swan-io/graphql-client": "0.4.2",
"@swan-io/lake": "11.1.6",
"@swan-io/shared-business": "11.1.6",
"@swan-io/use-form": "3.1.0",
Expand Down
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 18f1a18

Please sign in to comment.