Skip to content

Commit

Permalink
Merge pull request #2197 from murgatroid99/proto-loader_long_upgrade_…
Browse files Browse the repository at this point in the history
…undo

proto-loader: Undo upgrade of 'long' dependency
  • Loading branch information
murgatroid99 authored Aug 17, 2022
2 parents f49c42c + d0e7f35 commit 1b1930f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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.7.1",
"version": "0.7.2",
"author": "Google Inc.",
"contributors": [
{
Expand Down Expand Up @@ -45,8 +45,9 @@
"proto-loader-gen-types": "./build/bin/proto-loader-gen-types.js"
},
"dependencies": {
"@types/long": "^4.0.1",
"lodash.camelcase": "^4.3.0",
"long": "^5.0.0",
"long": "^4.0.0",
"protobufjs": "^7.0.0",
"yargs": "^16.2.0"
},
Expand Down

0 comments on commit 1b1930f

Please sign in to comment.