mirror of https://github.com/grpc/grpc-node.git
Merge pull request #2504 from haines/update-long
proto-loader: Update long dependency to match protobufjs
This commit is contained in:
commit
a1525bf298
|
@ -45,9 +45,8 @@
|
|||
"proto-loader-gen-types": "./build/bin/proto-loader-gen-types.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/long": "^4.0.1",
|
||||
"lodash.camelcase": "^4.3.0",
|
||||
"long": "^4.0.0",
|
||||
"long": "^5.0.0",
|
||||
"protobufjs": "^7.2.4",
|
||||
"yargs": "^17.7.2"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue