Skip to content

Commit

Permalink
fix(nodejs): remove unused @grpc/proto-loader & sync `@grpc/grpc-js…
Browse files Browse the repository at this point in the history
…` version (#515)

* fix(nodejs): remove unused `@grpc/proto-loader` dependency
* fix(nodejs): sync `@grpc/grpc-js` version with the same version as `@getoutreach/grpc-client`
  • Loading branch information
malept committed Jun 18, 2024
1 parent 27cf9f3 commit 465a0eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ updates:
# stencil-golang managed dependencies
ignore:
- dependency-name: "@grpc/grpc-js"
- dependency-name: "@grpc/proto-loader"
- dependency-name: "@getoutreach/grpc-client"
- dependency-name: "@getoutreach/find"
- dependency-name: "@types/google-protobuf"
Expand Down
5 changes: 2 additions & 3 deletions templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,8 @@ go:
nodejs:
dependencies:
- name: "@grpc/grpc-js"
version: "1.7.3"
- name: "@grpc/proto-loader"
version: ^0.5.5
# This version should be synced with the same dependency in @getoutreach/grpc-client
version: "1.8.22"
- name: "@getoutreach/grpc-client"
version: ^2.3.0
- name: "@getoutreach/find"
Expand Down

0 comments on commit 465a0eb

Please sign in to comment.