Skip to content

Commit

Permalink
fix: unimported
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Prohaszka <[email protected]>
  • Loading branch information
sprohaszka-ledger committed Apr 23, 2024
1 parent 732169b commit 7ab805a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
17 changes: 16 additions & 1 deletion libs/ledger-live-common/.unimportedrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,8 @@
"src/consoleWarnExpectToEqual.ts",
"src/deposit/mock.ts",
"src/families/bitcoin/mockBtc.ts",
"src/families/solana/bridge/mock.ts",
"src/families/solana/bridge/mock-data.ts",
"src/families/tron/api/superRepresentativesData.mock.ts",
"src/families/tron/data.mock.ts",
"src/featureFlags/mock.tsx",
Expand Down Expand Up @@ -377,6 +379,19 @@
"scheduler",
"stacktrace-parser",
"use-sync-external-store/shim",
"whatwg-fetch"
"whatwg-fetch",
"@noble/curves/ed25519",
"@noble/hashes/sha256",
"@noble/hashes/sha3",
"@noble/curves/secp256k1",
"@solana/buffer-layout",
"bn.js",
"borsh",
"bigint-buffer",
"jayson/lib/client/browser",
"node-fetch",
"rpc-websockets/dist/lib/client",
"rpc-websockets/dist/lib/client/websocket",
"superstruct"
]
}
1 change: 0 additions & 1 deletion libs/ledger-live-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@
"@svgr/core": "^5.5.0",
"@tanstack/react-query": "^5.28.9",
"@testing-library/react": "^14.1.2",
"@types/bn.js": "^5.1.1",
"@types/bs58": "^4.0.1",
"@types/cbor": "^6.0.0",
"@types/invariant": "^2.2.36",
Expand Down
11 changes: 5 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7ab805a

Please sign in to comment.