Skip to content

Commit

Permalink
Update lake (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodyowl authored Oct 1, 2024
1 parent 0be293b commit bfc2f86
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions clients/banking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@swan-io/boxed": "2.3.0",
"@swan-io/chicane": "2.1.0",
"@swan-io/graphql-client": "0.2.1",
"@swan-io/lake": "8.15.14",
"@swan-io/lake": "8.16.0",
"@swan-io/request": "1.0.6",
"@swan-io/shared-business": "8.15.14",
"@swan-io/shared-business": "8.16.0",
"@swan-io/use-form": "2.0.5",
"core-js": "3.37.1",
"dayjs": "1.11.12",
Expand Down
2 changes: 1 addition & 1 deletion clients/banking/src/utils/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Dict } from "@swan-io/boxed";
import { FlagCode } from "@swan-io/lake/src/components/Flag";
import { deriveUnion, memoize } from "@swan-io/lake/src/utils/function";
import { getRifmProps } from "@swan-io/lake/src/utils/rifm";
import { DateFormat } from "@swan-io/shared-business/src/components/DatePicker";
import { DateFormat } from "@swan-io/shared-business/src/utils/i18n";
import {
LANGUAGE_FALLBACK,
getLanguagesHelpers,
Expand Down
4 changes: 2 additions & 2 deletions clients/onboarding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@swan-io/boxed": "2.3.0",
"@swan-io/chicane": "2.1.0",
"@swan-io/graphql-client": "0.2.1",
"@swan-io/lake": "8.15.14",
"@swan-io/lake": "8.16.0",
"@swan-io/request": "1.0.6",
"@swan-io/shared-business": "8.15.14",
"@swan-io/shared-business": "8.16.0",
"@swan-io/use-form": "2.0.5",
"core-js": "3.37.1",
"dayjs": "1.11.12",
Expand Down
4 changes: 2 additions & 2 deletions clients/payment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@swan-io/boxed": "2.3.0",
"@swan-io/chicane": "2.1.0",
"@swan-io/graphql-client": "0.2.1",
"@swan-io/lake": "8.15.14",
"@swan-io/shared-business": "8.15.14",
"@swan-io/lake": "8.16.0",
"@swan-io/shared-business": "8.16.0",
"@swan-io/use-form": "2.0.5",
"core-js": "3.37.1",
"dayjs": "1.11.12",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2123,10 +2123,10 @@
"@swan-io/request" "^1.0.6"
ts-pattern "^5.1.0"

"@swan-io/lake@8.15.14":
version "8.15.14"
resolved "https://registry.yarnpkg.com/@swan-io/lake/-/lake-8.15.14.tgz#670bcfa461fee39ef9b0c5afde0c8c6f63ae0d0b"
integrity sha512-R6XmK8O/TUHziJKliTSRAlL88VPNjMNQpMT4JCsWMINYEETrqZ8CGdaisoMpdihgPRgjHwoZiHgi6H8FUF8iMQ==
"@swan-io/lake@8.16.0":
version "8.16.0"
resolved "https://registry.yarnpkg.com/@swan-io/lake/-/lake-8.16.0.tgz#7c05aea441f317f6c8f0b9a221f7cb6895bd3962"
integrity sha512-kXlkK6zm0Gz6N3ll0NpyqWDMR4uwJfTKA/Uc/wFDEd2XshywfF081VrZEjUlqnTCp5njydrozqdZasyqsHYPdg==
dependencies:
"@react-three/drei" "^9.109.2"
"@react-three/fiber" "^8.16.8"
Expand All @@ -2151,10 +2151,10 @@
resolved "https://registry.yarnpkg.com/@swan-io/request/-/request-1.0.6.tgz#e46c7a92d4088a484bfd60e180bd2768adb68568"
integrity sha512-HirhY0gu6aZk95YGXONcmwrfwQ0u5+uZGAtwtSDmrXfCLEGubXb1qIdRMex1e65TroXnTzBG3A65M5EvUB28ZQ==

"@swan-io/shared-business@8.15.14":
version "8.15.14"
resolved "https://registry.yarnpkg.com/@swan-io/shared-business/-/shared-business-8.15.14.tgz#b15ca4a26ed1d521f3434078bc8e445f9b9a3471"
integrity sha512-3pIBqfStC/Y7kPazdRg5msfmIaDOiqUr3kegLwTJp8ONux8HT92J+SDQPEOrd0Dtjh/hTH7tP5oB14f+C+H2ow==
"@swan-io/shared-business@8.16.0":
version "8.16.0"
resolved "https://registry.yarnpkg.com/@swan-io/shared-business/-/shared-business-8.16.0.tgz#1bcedf3f59117b969ce091540a639b9eb78cfb6e"
integrity sha512-GpsIFSB8BqXmp1ISyLrPFIRpWYJ38Afs8RPDhYA/Y7pQRyRLRJU+uhz0iER8dLuy6JACbvH2fX5L2K/bd0GFAQ==
dependencies:
"@formatjs/intl" "^2.10.4"
"@placekit/client-js" "^2.3.0"
Expand Down

0 comments on commit bfc2f86

Please sign in to comment.