Skip to content

Commit

Permalink
Merge pull request #2551 from murgatroid99/grpc-js_proto_loader_version
Browse files Browse the repository at this point in the history
grpc-js: Update dependency on @grpc/proto-loader
  • Loading branch information
murgatroid99 authored Aug 22, 2023
2 parents 1df90db + f9af919 commit 53536d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grpc-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"generate-test-types": "proto-loader-gen-types --keepCase --longs String --enums String --defaults --oneofs --includeComments --include-dirs test/fixtures/ -O test/generated/ --grpcLib ../../src/index test_service.proto"
},
"dependencies": {
"@grpc/proto-loader": "^0.7.0",
"@grpc/proto-loader": "^0.7.8",
"@types/node": ">=12.12.47"
},
"files": [
Expand Down

0 comments on commit 53536d9

Please sign in to comment.