HomePhabricator

[Cashtab] Remove unused deps

Description

[Cashtab] Remove unused deps

Summary:
Depends on D15246

Remove dependencies no longer used in Cashtab

bc-bip68 - must have been accidentally added while testing lock time
lodash.isempty - was once used with bch-api utxo org methods, should have been deleted when chronik implemented
lodash.isequal - same
long - used when chronik first introduced and numbers were of this type
prompts - probably from original create react app before it was ejected
, lodash.isempty, lodash.isequal, long, tailwindscss, and prompts

Test Plan:
npm run build
grep -r --exclude-dir={node_modules,build,coverage} 'bc-bip68' and no output
grep -r --exclude-dir={node_modules,build,coverage} 'lodash.isempty' and no output
grep -r --exclude-dir={node_modules,build,coverage} 'lodash.isequal' and no output
grep -r --exclude-dir={node_modules,build,coverage} 'long' and no output
grep -r --exclude-dir={node_modules,build,coverage} 'prompts' and no output

Reviewers: #bitcoin_abc, Fabien

Reviewed By: #bitcoin_abc, Fabien

Subscribers: Fabien

Differential Revision: https://reviews.bitcoinabc.org/D15247

Details

Provenance
bytesofmanAuthored on Jan 23 2024, 14:58
bytesofmanPushed on Jan 23 2024, 17:34
Reviewer
Restricted Project
Differential Revision
D15247: [Cashtab] Remove unused deps
Parents
rABC4f9a895df6a4: [Cashtab] Move dependency key next to devDependencies
Branches
Unknown
Tags
Unknown