Skip to content

Commit

Permalink
test: fix imports
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Le Seigle <[email protected]>
  • Loading branch information
abdurrahman-ledger and KVNLS committed Oct 3, 2024
1 parent 8753933 commit 12c2a38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@ledgerhq/hw-transport-mocker": "workspace:^",
"@ledgerhq/hw-transport-node-hid": "workspace:^",
"@ledgerhq/hw-transport-node-speculos": "workspace:^",
"@ledgerhq/hw-transport-node-speculos-http": "workspace:^",
"@ledgerhq/live-common": "workspace:^",
"@ledgerhq/live-config": "workspace:^",
"@ledgerhq/live-countervalues": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/src/live-common-setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { LiveConfig } from "@ledgerhq/live-config/LiveConfig";
import { liveConfig } from "@ledgerhq/live-common/config/sharedConfig";
import SpeculosHttpTransport, {
SpeculosHttpTransportOpts,
} from "../../../libs/ledgerjs/packages/hw-transport-node-speculos-http/lib/SpeculosHttpTransport";
} from "@ledgerhq/hw-transport-node-speculos-http";

checkLibs({
NotEnoughBalance,
Expand Down

0 comments on commit 12c2a38

Please sign in to comment.