Skip to content

Deps should be upgraded ( prettier, ethers ) #911

@arowana-official

Description

@arowana-official

Dependencies of TypeChain ( prettier, ethers ) should be upgraded.

prettier conflicts with prettier-plugin-solidity plugin because prettier-plugin-solidity depends on prettier v3 which returns promise on format API while v2 would return a string.

This cause conflict that either prettier-plugin-solidity being broken or typechain operations being broken.

Also TypeChain should use less dependencies as possible and rely on latest node APIs as possible to avoid future conflicts like this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions