From c0927138592f91ad5e182bf543974da245e20611 Mon Sep 17 00:00:00 2001 From: Jafar Rezaei Date: Sat, 8 Oct 2022 12:07:35 +0400 Subject: [PATCH] upgrade `google-protobuf` version to fix bundle size issues Based on this issue: https://github.com/protocolbuffers/protobuf-javascript/issues/124 on google-protobuf the new changes fixed and reduced the bundle size. So here we upgrade `google-protobuf` version to fix bundle size issues --- packages/grpc-web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grpc-web/package.json b/packages/grpc-web/package.json index e796b8d6..db110101 100644 --- a/packages/grpc-web/package.json +++ b/packages/grpc-web/package.json @@ -30,7 +30,7 @@ "google-closure-compiler": "~20200224.0.0", "google-closure-deps": "~20210601.0.0", "google-closure-library": "~20210808.0.0", - "google-protobuf": "~3.14.0", + "google-protobuf": "~3.21.1", "gulp": "~4.0.2", "gulp-connect": "~5.7.0", "gulp-eval": "~1.0.0",