Skip to content

Commit c154b0a

Browse files
authored
Merge pull request #838 from murgatroid99/protobufjs_typescript_types_backport
Protobufjs typescript types backport
2 parents a7bbbd6 + 85c9a4e commit c154b0a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/grpc-native-core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"node-pre-gyp"
3030
],
3131
"dependencies": {
32+
"@types/protobufjs": "^5.0.31",
3233
"lodash.camelcase": "^4.3.0",
3334
"lodash.clone": "^4.5.0",
3435
"nan": "^2.13.2",

packages/grpc-native-core/templates/package.json.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"node-pre-gyp"
3232
],
3333
"dependencies": {
34+
"@types/protobufjs": "^5.0.31",
3435
"lodash.camelcase": "^4.3.0",
3536
"lodash.clone": "^4.5.0",
3637
"nan": "^2.13.2",

0 commit comments

Comments
 (0)