mirror of https://github.com/grpc/grpc-node.git
proto-loader: Don't force long@5
This commit is contained in:
parent
f457a9bfa1
commit
2b67d5b010
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@grpc/proto-loader",
|
"name": "@grpc/proto-loader",
|
||||||
"version": "0.6.10",
|
"version": "0.6.11",
|
||||||
"author": "Google Inc.",
|
"author": "Google Inc.",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/long": "^4.0.1",
|
"@types/long": "^4.0.1",
|
||||||
"lodash.camelcase": "^4.3.0",
|
"lodash.camelcase": "^4.3.0",
|
||||||
"long": "^5.2.0",
|
"long": "^4.0.0 || ^5.2.0",
|
||||||
"protobufjs": "^6.10.0",
|
"protobufjs": "^6.10.0",
|
||||||
"yargs": "^16.2.0"
|
"yargs": "^16.2.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue