File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
net/grpc/gateway/examples Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " gRPC-Web CommonJS client example" ,
5
5
"license" : " Apache-2.0" ,
6
6
"dependencies" : {
7
- "google-protobuf" : " ~3.14.0 " ,
7
+ "google-protobuf" : " ~3.21.4 " ,
8
8
"grpc-web" : " ~1.5.0"
9
9
},
10
10
"devDependencies" : {
Original file line number Diff line number Diff line change 6
6
"@grpc/grpc-js" : " ~1.1.8" ,
7
7
"@grpc/proto-loader" : " ~0.5.0" ,
8
8
"async" : " ~3.2.3" ,
9
- "google-protobuf" : " ~3.14.0 " ,
9
+ "google-protobuf" : " ~3.21.4 " ,
10
10
"lodash" : " ~4.17.0"
11
11
}
12
12
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"devDependencies" : {
3
- "@types/google-protobuf" : " ~3.7.0 " ,
3
+ "@types/google-protobuf" : " ~3.15.12 " ,
4
4
"@types/jquery" : " ~3.3.6" ,
5
5
"@types/node" : " ~10.17.0" ,
6
- "google-protobuf" : " ~3.14.0 " ,
6
+ "google-protobuf" : " ~3.21.4 " ,
7
7
"grpc-web" : " ~1.5.0" ,
8
8
"jquery" : " ~3.5.1" ,
9
9
"mock-xmlhttprequest" : " ~2.0.0" ,
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ You will need a `package.json` file
173
173
{
174
174
"name": "grpc-web-commonjs-example",
175
175
"dependencies": {
176
- "google-protobuf": "~3.14.0 ",
176
+ "google-protobuf": "~3.21.4 ",
177
177
"grpc-web": "~1.5.0"
178
178
},
179
179
"devDependencies": {
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ the `client.js` files.
212
212
"@grpc/grpc-js": "~1.0.5",
213
213
"@grpc/proto-loader": "~0.5.4",
214
214
"async": "~1.5.2",
215
- "google-protobuf": "~3.14.0 ",
215
+ "google-protobuf": "~3.21.4 ",
216
216
"grpc-web": "~1.5.0",
217
217
"lodash": "~4.17.0",
218
218
"webpack": "~5.82.1",
Original file line number Diff line number Diff line change 7
7
"@grpc/grpc-js" : " ~1.1.8" ,
8
8
"@grpc/proto-loader" : " ~0.5.4" ,
9
9
"async" : " ~3.2.3" ,
10
- "google-protobuf" : " ~3.14.0 " ,
10
+ "google-protobuf" : " ~3.21.4 " ,
11
11
"grpc-web" : " ~1.5.0" ,
12
12
"lodash" : " ~4.17.0" ,
13
13
"webpack" : " ~5.82.1" ,
Original file line number Diff line number Diff line change 25
25
},
26
26
"license" : " Apache-2.0" ,
27
27
"devDependencies" : {
28
- "@types/google-protobuf" : " ~3.7.0 " ,
28
+ "@types/google-protobuf" : " ~3.15.12 " ,
29
29
"command-exists" : " ~1.2.8" ,
30
30
"google-closure-compiler" : " ~20200224.0.0" ,
31
31
"google-closure-deps" : " ~20210601.0.0" ,
32
32
"google-closure-library" : " ~20210808.0.0" ,
33
- "google-protobuf" : " ~3.14.0 " ,
33
+ "google-protobuf" : " ~3.21.4 " ,
34
34
"gulp" : " ~4.0.2" ,
35
35
"gulp-connect" : " ~5.7.0" ,
36
36
"gulp-eval" : " ~1.0.0" ,
Original file line number Diff line number Diff line change 7
7
"test" : " mocha -b interop_client.js"
8
8
},
9
9
"dependencies" : {
10
- "google-protobuf" : " ~3.14.0 " ,
10
+ "google-protobuf" : " ~3.21.4 " ,
11
11
"grpc-web" : " ~1.5.0"
12
12
},
13
13
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments