Skip to content

Commit

Permalink
Merge pull request #2112 from murgatroid99/proto-loader_long_fix
Browse files Browse the repository at this point in the history
proto-loader: Don't force long@5
  • Loading branch information
murgatroid99 committed May 3, 2022
2 parents f457a9b + 2b67d5b commit 3fe12d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/proto-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grpc/proto-loader",
"version": "0.6.10",
"version": "0.6.11",
"author": "Google Inc.",
"contributors": [
{
Expand Down Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@types/long": "^4.0.1",
"lodash.camelcase": "^4.3.0",
"long": "^5.2.0",
"long": "^4.0.0 || ^5.2.0",
"protobufjs": "^6.10.0",
"yargs": "^16.2.0"
},
Expand Down

0 comments on commit 3fe12d7

Please sign in to comment.