Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: set @types/node to >= #1575

Merged

Commits on Apr 2, 2021

  1. deps: set @types/node to star version

    When using `protobuf.js` as a dependency in a project it is important
    that `@types/node` package gets de-duped and has the same version as for
    the rest of the modules in the project. Otherwise, typing conflicts
    could happen as they do between v13 and v14 node types.
    indutny committed Apr 2, 2021
    Copy the full SHA
    b5087f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Copy the full SHA
    8e70da5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ab32c0e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    01c0e38 View commit details
    Browse the repository at this point in the history