Skip to content

Commit

Permalink
deps: set @types/node to >= (#1575)
Browse files Browse the repository at this point in the history
* 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.

* fix: use @types/node >=13.7.0

* fix: use @types/node >=13.7.0

Co-authored-by: Alexander Fenster <fenster@google.com>
Co-authored-by: Alexander Fenster <github@fenster.name>
  • Loading branch information
3 people committed Apr 29, 2021
1 parent b37b296 commit 2de8d50
Show file tree
Hide file tree
Showing 2 changed files with 12,333 additions and 3,144 deletions.

0 comments on commit 2de8d50

Please sign in to comment.