Skip to content

Commit

Permalink
Update protobuf-JS to 3.21.4 (#1452)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampajano authored Jul 23, 2024
1 parent 20790fc commit 8ba8fbe
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "gRPC-Web CommonJS client example",
"license": "Apache-2.0",
"dependencies": {
"google-protobuf": "~3.14.0",
"google-protobuf": "~3.21.4",
"grpc-web": "~1.5.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion net/grpc/gateway/examples/echo/node-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@grpc/grpc-js": "~1.1.8",
"@grpc/proto-loader": "~0.5.0",
"async": "~3.2.3",
"google-protobuf": "~3.14.0",
"google-protobuf": "~3.21.4",
"lodash": "~4.17.0"
}
}
4 changes: 2 additions & 2 deletions net/grpc/gateway/examples/echo/ts-example/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"devDependencies": {
"@types/google-protobuf": "~3.7.0",
"@types/google-protobuf": "~3.15.12",
"@types/jquery": "~3.3.6",
"@types/node": "~10.17.0",
"google-protobuf": "~3.14.0",
"google-protobuf": "~3.21.4",
"grpc-web": "~1.5.0",
"jquery": "~3.5.1",
"mock-xmlhttprequest": "~2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion net/grpc/gateway/examples/echo/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ You will need a `package.json` file
{
"name": "grpc-web-commonjs-example",
"dependencies": {
"google-protobuf": "~3.14.0",
"google-protobuf": "~3.21.4",
"grpc-web": "~1.5.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion net/grpc/gateway/examples/helloworld/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ the `client.js` files.
"@grpc/grpc-js": "~1.0.5",
"@grpc/proto-loader": "~0.5.4",
"async": "~1.5.2",
"google-protobuf": "~3.14.0",
"google-protobuf": "~3.21.4",
"grpc-web": "~1.5.0",
"lodash": "~4.17.0",
"webpack": "~5.82.1",
Expand Down
2 changes: 1 addition & 1 deletion net/grpc/gateway/examples/helloworld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@grpc/grpc-js": "~1.1.8",
"@grpc/proto-loader": "~0.5.4",
"async": "~3.2.3",
"google-protobuf": "~3.14.0",
"google-protobuf": "~3.21.4",
"grpc-web": "~1.5.0",
"lodash": "~4.17.0",
"webpack": "~5.82.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/grpc-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@types/google-protobuf": "~3.7.0",
"@types/google-protobuf": "~3.15.12",
"command-exists": "~1.2.8",
"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.4",
"gulp": "~4.0.2",
"gulp-connect": "~5.7.0",
"gulp-eval": "~1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "mocha -b interop_client.js"
},
"dependencies": {
"google-protobuf": "~3.14.0",
"google-protobuf": "~3.21.4",
"grpc-web": "~1.5.0"
},
"devDependencies": {
Expand Down

0 comments on commit 8ba8fbe

Please sign in to comment.