From 85fee76f69e1820583389eddd00b694cdce6519f Mon Sep 17 00:00:00 2001 From: Livio Spring Date: Thu, 21 Aug 2025 20:07:32 +0200 Subject: [PATCH] chore(console): fix buf plugin versions --- console/buf.gen.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/console/buf.gen.yaml b/console/buf.gen.yaml index 1737c2dedb7..bfb5f7e51cc 100644 --- a/console/buf.gen.yaml +++ b/console/buf.gen.yaml @@ -3,10 +3,10 @@ version: v1 managed: enabled: true plugins: - - plugin: buf.build/protocolbuffers/js + - plugin: buf.build/protocolbuffers/js:v3.21.4 out: src/app/proto/generated opt: import_style=commonjs,binary - - plugin: buf.build/grpc/web + - plugin: buf.build/grpc/web:v1.5.0 out: src/app/proto/generated opt: import_style=typescript,mode=grpcweb - plugin: buf.build/grpc-ecosystem/openapiv2