Skip to content

Commit

Permalink
update @polkdadot/* dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lvndry committed Oct 18, 2023
1 parent 22adbb7 commit a69b1fe
Show file tree
Hide file tree
Showing 5 changed files with 235 additions and 362 deletions.
2 changes: 1 addition & 1 deletion apps/ledger-live-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@ledgerhq/types-cryptoassets": "workspace:^",
"@ledgerhq/types-devices": "workspace:^",
"@ledgerhq/types-live": "workspace:^",
"@polkadot/react-identicon": "2.11.3",
"@polkadot/react-identicon": "^3.6.3",
"@sentry/electron": "^4.3.0",
"@sentry/node": "7.37.1",
"@sentry/tracing": "7.37.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/ledger-live-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"@ledgerhq/types-devices": "workspace:^",
"@ledgerhq/types-live": "workspace:^",
"@likashefqet/react-native-image-zoom": "^1.3.0",
"@polkadot/reactnative-identicon": "2.11.3",
"@polkadot/reactnative-identicon": "^3.6.3",
"@react-native-async-storage/async-storage": "^1.19.2",
"@react-native-clipboard/clipboard": "^1.11.2",
"@react-native-community/netinfo": "^9.3.7",
Expand Down
8 changes: 1 addition & 7 deletions libs/coin-framework/src/bot/specs.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// helpers for spec
import { DeviceModelId } from "@ledgerhq/devices";
import { log } from "@ledgerhq/logs";
import { CryptoCurrency, TokenCurrency } from "@ledgerhq/types-cryptoassets";
import { Account, TransactionCommon } from "@ledgerhq/types-live";
Expand Down Expand Up @@ -84,11 +82,7 @@ export function deviceActionFlow<T extends TransactionCommon>(
expect({
[stepTitle]: stepValueTransform(stepValue),
}).toMatchObject({
// FIXME: OCR of speculos couldn't retrieve S properly
// Issue on speculos repository : https://github.com/LedgerHQ/speculos/issues/204
[stepTitle]: expectedValue(arg, acc)
.replace(/S/g, arg.appCandidate.model === DeviceModelId.nanoS ? "S" : "")
.trim(),
[stepTitle]: expectedValue(arg, acc).trim(),
});
});
}
Expand Down
8 changes: 4 additions & 4 deletions libs/coin-polkadot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
"@ledgerhq/logs": "workspace:^",
"@ledgerhq/types-cryptoassets": "workspace:^",
"@ledgerhq/types-live": "workspace:^",
"@polkadot/types": "9.8.2",
"@polkadot/types-known": "9.8.2",
"@polkadot/util": "10.3.1",
"@polkadot/util-crypto": "10.3.1",
"@polkadot/types": "^10.9.1",
"@polkadot/types-known": "^10.9.1",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "12.5.1",
"bignumber.js": "^9.1.2",
"expect": "^27.4.6",
"invariant": "^2.2.2",
Expand Down
Loading

0 comments on commit a69b1fe

Please sign in to comment.