Skip to content

Commit 2de8d50

Browse files
indutnyalexander-fenster
andcommittedApr 29, 2021
deps: set @types/node to >= (#1575)
* 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>
1 parent b37b296 commit 2de8d50

File tree

2 files changed

+12333
-3144
lines changed

2 files changed

+12333
-3144
lines changed
 

‎package-lock.json

+12,332-3,143
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@protobufjs/pool": "^1.1.0",
5353
"@protobufjs/utf8": "^1.1.0",
5454
"@types/long": "^4.0.1",
55-
"@types/node": "^13.7.0",
55+
"@types/node": ">=13.7.0",
5656
"long": "^4.0.0"
5757
},
5858
"devDependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.