From 4c374d2340116419c5c130dcc329a835261a88d4 Mon Sep 17 00:00:00 2001 From: Matthias Le Brun Date: Tue, 12 Dec 2023 15:03:20 +0100 Subject: [PATCH] Bump default fontSize from 15 to 16px & fix sticky headers (#490) Addresses a zoom bug on iOS --- clients/banking/package.json | 4 ++-- .../banking/src/components/TransactionList.tsx | 2 +- clients/onboarding/package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/clients/banking/package.json b/clients/banking/package.json index 827038754..52effcdbc 100644 --- a/clients/banking/package.json +++ b/clients/banking/package.json @@ -24,8 +24,8 @@ "@sentry/react": "7.85.0", "@swan-io/boxed": "1.2.0", "@swan-io/chicane": "1.4.1", - "@swan-io/lake": "4.0.4", - "@swan-io/shared-business": "4.0.4", + "@swan-io/lake": "4.1.1", + "@swan-io/shared-business": "4.1.1", "@urql/exchange-graphcache": "6.4.0", "core-js": "3.33.3", "dayjs": "1.11.10", diff --git a/clients/banking/src/components/TransactionList.tsx b/clients/banking/src/components/TransactionList.tsx index 177684f20..6528d0257 100644 --- a/clients/banking/src/components/TransactionList.tsx +++ b/clients/banking/src/components/TransactionList.tsx @@ -152,7 +152,7 @@ export const TransactionList = ({ {({ large }) => ( node)} keyExtractor={item => item.id} groupBy={ diff --git a/clients/onboarding/package.json b/clients/onboarding/package.json index 9f895c67c..33a2b263a 100644 --- a/clients/onboarding/package.json +++ b/clients/onboarding/package.json @@ -24,8 +24,8 @@ "@sentry/react": "7.85.0", "@swan-io/boxed": "1.2.0", "@swan-io/chicane": "1.4.1", - "@swan-io/lake": "4.0.4", - "@swan-io/shared-business": "4.0.4", + "@swan-io/lake": "4.1.1", + "@swan-io/shared-business": "4.1.1", "@urql/exchange-graphcache": "6.4.0", "core-js": "3.33.3", "dayjs": "1.11.10", diff --git a/yarn.lock b/yarn.lock index 44222ae69..cfdd2d028 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2700,10 +2700,10 @@ history "^5.3.0" use-sync-external-store "^1.2.0" -"@swan-io/lake@4.0.4": - version "4.0.4" - resolved "https://registry.yarnpkg.com/@swan-io/lake/-/lake-4.0.4.tgz#b48a31ab8121a73b3c84197262af34090d81194a" - integrity sha512-LfjC1uaY6vTKDckHilswzlDx7Q+FU+wrvs3uoSvNOC/AwoO1NhHi/tFdE2QSgnAUhY+9dm2dNDPHYORPvljPnQ== +"@swan-io/lake@4.1.1": + version "4.1.1" + resolved "https://registry.yarnpkg.com/@swan-io/lake/-/lake-4.1.1.tgz#80fe7090ec8741e8e7d4def2c911ff57f4d825d0" + integrity sha512-b22x0eMPUXmhdg/r/NFisXG6EDFbXo7QG4/q5Vzp3GBozte1yBMBYtwWo1wAPHmn5OJZA3/GF6U6VlhzKztxcA== dependencies: "@popperjs/core" "^2.11.8" "@react-three/drei" "^9.90.0" @@ -2726,10 +2726,10 @@ urql "^4.0.6" uuid "^9.0.1" -"@swan-io/shared-business@4.0.4": - version "4.0.4" - resolved "https://registry.yarnpkg.com/@swan-io/shared-business/-/shared-business-4.0.4.tgz#087e7ca519fa88eb8c915a28024e479126188ed2" - integrity sha512-KMLoEedhCeC5wEL7RQunIP71QhJn/tRY+p0ooeQIlkBKfWyqRwtYtRE+Qzl3tZrvpKsTliXwg9iIeO8LTJdNdw== +"@swan-io/shared-business@4.1.1": + version "4.1.1" + resolved "https://registry.yarnpkg.com/@swan-io/shared-business/-/shared-business-4.1.1.tgz#f514bbe6a3164916b4a0d4d12e0f027c52b20ea6" + integrity sha512-zAuIX4qN/FQ+2d6Ypsao++TyZhxLY5P1KwiOs4iIjlr3VRBQBgzt1x2wcLg+yn8UqXvaywMbQt6PoPIbT8o3Tg== dependencies: "@formatjs/intl" "^2.9.9" "@googlemaps/js-api-loader" "1.16.2"