Skip to content

Commit

Permalink
Fix versions due to buf v2 incompatiblity with connectrpc-es
Browse files Browse the repository at this point in the history
  • Loading branch information
f0o committed Aug 18, 2024
1 parent 1373567 commit c4fd5aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions protobuf/buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins:
out: .
opt:
- paths=source_relative
- plugin: buf.build/bufbuild/es
- plugin: buf.build/bufbuild/es:v1.10.0
out: .
- plugin: buf.build/connectrpc/es
- plugin: buf.build/connectrpc/es:v1.4.0
out: .
4 changes: 2 additions & 2 deletions protobuf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Protocol Buffers for Node.js",
"type": "module",
"dependencies": {
"@bufbuild/protobuf": "^2.0.0",
"@bufbuild/protobuf": "^1.10.0",
"typescript": "^5.5.4"
}
}
}

0 comments on commit c4fd5aa

Please sign in to comment.