From 18f1a18c3a67c1751df73b0ed4a9c62ffc9ccd85 Mon Sep 17 00:00:00 2001 From: Matthias Le Brun Date: Wed, 27 Nov 2024 11:14:58 +0100 Subject: [PATCH] Fix issue with UBO deletion (#1028) --- clients/banking/package.json | 2 +- clients/onboarding/package.json | 2 +- clients/payment/package.json | 2 +- pnpm-lock.yaml | 30 +++++++++++++++--------------- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/clients/banking/package.json b/clients/banking/package.json index c9ee9d390..e3071c386 100644 --- a/clients/banking/package.json +++ b/clients/banking/package.json @@ -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", diff --git a/clients/onboarding/package.json b/clients/onboarding/package.json index fd0b7b57c..50d38f1bf 100644 --- a/clients/onboarding/package.json +++ b/clients/onboarding/package.json @@ -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", diff --git a/clients/payment/package.json b/clients/payment/package.json index ce4518cf0..815972008 100644 --- a/clients/payment/package.json +++ b/clients/payment/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3a09e49f5..b612e6736 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -171,8 +171,8 @@ importers: specifier: 2.1.0 version: 2.1.0(react@18.3.1) '@swan-io/graphql-client': - specifier: 0.4.1 - version: 0.4.1(graphql@16.9.0)(react@18.3.1)(typescript@5.6.3) + specifier: 0.4.2 + version: 0.4.2(graphql@16.9.0)(react@18.3.1)(typescript@5.6.3) '@swan-io/lake': specifier: 11.1.6 version: 11.1.6(@types/react@18.3.12)(@types/three@0.163.0)(typescript@5.6.3) @@ -268,8 +268,8 @@ importers: specifier: 2.1.0 version: 2.1.0(react@18.3.1) '@swan-io/graphql-client': - specifier: 0.4.1 - version: 0.4.1(graphql@16.9.0)(react@18.3.1)(typescript@5.6.3) + specifier: 0.4.2 + version: 0.4.2(graphql@16.9.0)(react@18.3.1)(typescript@5.6.3) '@swan-io/lake': specifier: 11.1.6 version: 11.1.6(@types/react@18.3.12)(@types/three@0.163.0)(typescript@5.6.3) @@ -359,8 +359,8 @@ importers: specifier: 2.1.0 version: 2.1.0(react@18.3.1) '@swan-io/graphql-client': - specifier: 0.4.1 - version: 0.4.1(graphql@16.9.0)(react@18.3.1)(typescript@5.6.3) + specifier: 0.4.2 + version: 0.4.2(graphql@16.9.0)(react@18.3.1)(typescript@5.6.3) '@swan-io/lake': specifier: 11.1.6 version: 11.1.6(@types/react@18.3.12)(@types/three@0.163.0)(typescript@5.6.3) @@ -2049,7 +2049,7 @@ packages: resolution: {integrity: sha512-sXXKG+uL9IrKqViTtao2Ws6dy0znu9sOaP1di/jKGW1M6VssO8vlpXCQcpZ+jisQ1tTFAC5Jo/EOzFbggBagFQ==} '@swan-io/boxed@3.1.1': - resolution: {integrity: sha512-brWJrD0SZiRknQSPBQmiTKp1308uTMZXwvA3oRJ4qpUFOkx3RLocmjV5SEM5gH6OoFW32JPQySvaV4EpSedPZg==} + resolution: {integrity: sha512-brWJrD0SZiRknQSPBQmiTKp1308uTMZXwvA3oRJ4qpUFOkx3RLocmjV5SEM5gH6OoFW32JPQySvaV4EpSedPZg==, tarball: https://registry.npmjs.org/@swan-io/boxed/-/boxed-3.1.1.tgz} peerDependencies: typescript: '>=5.0.0' peerDependenciesMeta: @@ -2057,33 +2057,33 @@ packages: optional: true '@swan-io/chicane@2.1.0': - resolution: {integrity: sha512-G8jhwRoE0HrJYBpU9d3vD/z+boboklTasOwO6a2LWyrCZqfssdBqG40GRhIuxAR2QqZnUY3CNjYsXYY4GJ+rOA==} + resolution: {integrity: sha512-G8jhwRoE0HrJYBpU9d3vD/z+boboklTasOwO6a2LWyrCZqfssdBqG40GRhIuxAR2QqZnUY3CNjYsXYY4GJ+rOA==, tarball: https://registry.npmjs.org/@swan-io/chicane/-/chicane-2.1.0.tgz} peerDependencies: react: '>=18.0.0' - '@swan-io/graphql-client@0.4.1': - resolution: {integrity: sha512-JAPRlHjyL607Fna/axaFKtz8Q3Lregd4K6DuKQYlq+Rt53/PosTodBfKSFGGXYF7FCZT1JcP9B+ly5F5euNSTA==} + '@swan-io/graphql-client@0.4.2': + resolution: {integrity: sha512-dQEYAPmWzy43dE31hVQDchi8ndapKuvZP6M8a/EgDSCoc4W49OaGjTEZbwm+/vumAO7Xf9l8PgyCijvT89M67A==, tarball: https://registry.npmjs.org/@swan-io/graphql-client/-/graphql-client-0.4.2.tgz} hasBin: true peerDependencies: react: ^18.2.0 '@swan-io/lake@11.1.6': - resolution: {integrity: sha512-mYnUG+F9/urHs0aPUwTZnpiPkkhncJ7VFEK3iW2ULLuoG3dyRPKulhmgF+v3qordo7iFGDMicBgmyp9Q3aRieQ==} + resolution: {integrity: sha512-mYnUG+F9/urHs0aPUwTZnpiPkkhncJ7VFEK3iW2ULLuoG3dyRPKulhmgF+v3qordo7iFGDMicBgmyp9Q3aRieQ==, tarball: https://registry.npmjs.org/@swan-io/lake/-/lake-11.1.6.tgz} engines: {node: '>=20.9.0', pnpm: ^9.13.0} '@swan-io/request@1.0.6': - resolution: {integrity: sha512-HirhY0gu6aZk95YGXONcmwrfwQ0u5+uZGAtwtSDmrXfCLEGubXb1qIdRMex1e65TroXnTzBG3A65M5EvUB28ZQ==} + resolution: {integrity: sha512-HirhY0gu6aZk95YGXONcmwrfwQ0u5+uZGAtwtSDmrXfCLEGubXb1qIdRMex1e65TroXnTzBG3A65M5EvUB28ZQ==, tarball: https://registry.npmjs.org/@swan-io/request/-/request-1.0.6.tgz} peerDependencies: '@swan-io/boxed': '>=2.2.1' '@swan-io/shared-business@11.1.6': - resolution: {integrity: sha512-EJOVAIMZygW+qKF9E3qsJSin1i/yH+qW80XHEpFF54DoCofCdrUAehwNuVEJG3jBj14+xQX3Hu1uBfUMr+o28A==} + resolution: {integrity: sha512-EJOVAIMZygW+qKF9E3qsJSin1i/yH+qW80XHEpFF54DoCofCdrUAehwNuVEJG3jBj14+xQX3Hu1uBfUMr+o28A==, tarball: https://registry.npmjs.org/@swan-io/shared-business/-/shared-business-11.1.6.tgz} engines: {node: '>=20.9.0', pnpm: ^9.13.0} peerDependencies: '@swan-io/lake': 11.1.6 '@swan-io/use-form@3.1.0': - resolution: {integrity: sha512-X6NpZ7LCeo7eS9RVCZrtpX+3GXZFUfUZpIwtVa2GNmqTLgyDbLhN8N6zBv+dmHL9KAQ+Zng2fTCCQpCZvmDu5A==} + resolution: {integrity: sha512-X6NpZ7LCeo7eS9RVCZrtpX+3GXZFUfUZpIwtVa2GNmqTLgyDbLhN8N6zBv+dmHL9KAQ+Zng2fTCCQpCZvmDu5A==, tarball: https://registry.npmjs.org/@swan-io/use-form/-/use-form-3.1.0.tgz} peerDependencies: react: '>=18.0.0' @@ -7451,7 +7451,7 @@ snapshots: react: 18.3.1 use-sync-external-store: 1.2.2(react@18.3.1) - '@swan-io/graphql-client@0.4.1(graphql@16.9.0)(react@18.3.1)(typescript@5.6.3)': + '@swan-io/graphql-client@0.4.2(graphql@16.9.0)(react@18.3.1)(typescript@5.6.3)': dependencies: '@0no-co/graphql.web': 1.0.9(graphql@16.9.0) '@swan-io/boxed': 3.1.1(typescript@5.6.3)