mirror of https://github.com/grpc/grpc-node.git
Merge pull request #838 from murgatroid99/protobufjs_typescript_types_backport
Protobufjs typescript types backport
This commit is contained in:
commit
c154b0a2ad
|
@ -29,6 +29,7 @@
|
|||
"node-pre-gyp"
|
||||
],
|
||||
"dependencies": {
|
||||
"@types/protobufjs": "^5.0.31",
|
||||
"lodash.camelcase": "^4.3.0",
|
||||
"lodash.clone": "^4.5.0",
|
||||
"nan": "^2.13.2",
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
"node-pre-gyp"
|
||||
],
|
||||
"dependencies": {
|
||||
"@types/protobufjs": "^5.0.31",
|
||||
"lodash.camelcase": "^4.3.0",
|
||||
"lodash.clone": "^4.5.0",
|
||||
"nan": "^2.13.2",
|
||||
|
|
Loading…
Reference in New Issue