You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cleanup unused dependencies and fix dependency categorization (#4146)
* chore: remove unused @types/core-js dependencies
- Remove @types/core-js from evm and vm packages
- These dependencies are not used anywhere in the codebase
* chore: move test/benchmark-only dependencies to devDependencies
- Move @types/debug from dependencies to devDependencies in evm package
- Reorganize devDependencies alphabetically in tx and vm packages
- These dependencies are only used in tests, benchmarks, or for TypeScript types
* chore: add missing devDependencies for TypeScript types
- Add @types/debug to mpt, blockchain, binarytree, and vm packages
- Add @types/benchmark to rlp package
- These packages use debug/benchmark in source code but were missing type definitions
* commit lockfile
* fix .lastIndex error
---------
Co-authored-by: ScottyPoi <[email protected]>
0 commit comments