-
Notifications
You must be signed in to change notification settings - Fork 171
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
The sdk is depending on several deprecated packages:
npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
├─┬ @hashgraph/[email protected]
│ └─┬ @hiero-ledger/[email protected]
│ └─┬ [email protected]
│ └─┬ [email protected]
│ └─┬ @react-native/[email protected]
│ └─┬ @react-native/[email protected]
│ └─┬ [email protected]
│ └── [email protected]
├─┬ @hashgraph/[email protected]
│ └─┬ @hiero-ledger/[email protected]
│ └─┬ [email protected]
│ └─┬ [email protected]
│ └─┬ [email protected]
│ └── [email protected]
├─┬ @hashgraph/[email protected]
│ └─┬ @hiero-ledger/[email protected]
│ └─┬ [email protected]
│ └─┬ [email protected]
│ ├─┬ @react-native/[email protected]
│ │ └── [email protected] deduped
│ ├─┬ @react-native/[email protected]
│ │ └─┬ @react-native/[email protected]
│ │ └─┬ [email protected]
│ │ └─┬ [email protected]
│ │ └── [email protected] deduped
│ ├─┬ [email protected]
│ │ └─┬ [email protected]
│ │ └─┬ [email protected]
│ │ └── [email protected] deduped
│ └── [email protected]
The need for update of glob package was addressed previously in #2930
Steps to reproduce
- Create a project depending on
"@hashgraph/sdk": "2.79.0", - Run
npm i - Run
npm list globand other packages to investigate the dependency tree.
Additional context
No response
Hedera network
testnet
Version
v2.79.0
Operating system
Linux
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working