mirror of https://github.com/grpc/grpc-web.git
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
This commit is contained in:
parent
b0ea9c7c45
commit
c092713859
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue