Skip to content

Commit

Permalink
Upgrade grpc-js library
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince Rachit Sinha authored and roboquat committed Aug 31, 2021
1 parent 6f07f1c commit a0f4ed5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion components/content-service-api/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lib"
],
"dependencies": {
"@grpc/grpc-js": "^1.3.6",
"@grpc/grpc-js": "^1.3.7",
"google-protobuf": "^3.17.3",
"inversify": "^5.0.1",
"node-pre-gyp": "^0.13.0",
Expand Down
2 changes: 1 addition & 1 deletion components/image-builder-api/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@gitpod/content-service": "0.1.5",
"@gitpod/gitpod-protocol": "0.1.5",
"@grpc/grpc-js": "^1.3.6",
"@grpc/grpc-js": "^1.3.7",
"google-protobuf": "^3.17.3",
"inversify": "^5.0.1",
"opentracing": "^0.14.4"
Expand Down
2 changes: 1 addition & 1 deletion components/supervisor-api/typescript-grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lib"
],
"dependencies": {
"@grpc/grpc-js": "^1.3.6",
"@grpc/grpc-js": "^1.3.7",
"google-protobuf": "^3.17.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion components/ws-daemon-api/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"dependencies": {
"@gitpod/content-service": "0.1.5",
"@grpc/grpc-js": "^1.3.6",
"@grpc/grpc-js": "^1.3.7",
"google-protobuf": "^3.17.3",
"inversify": "^5.0.1",
"node-pre-gyp": "^0.13.0",
Expand Down
2 changes: 1 addition & 1 deletion components/ws-manager-api/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@gitpod/content-service": "0.1.5",
"@gitpod/gitpod-protocol": "0.1.5",
"@grpc/grpc-js": "^1.3.6",
"@grpc/grpc-js": "^1.3.7",
"google-protobuf": "^3.17.3",
"inversify": "^5.0.1",
"opentracing": "^0.14.4"
Expand Down
2 changes: 1 addition & 1 deletion components/ws-manager-bridge-api/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lib"
],
"dependencies": {
"@grpc/grpc-js": "^1.3.6",
"@grpc/grpc-js": "^1.3.7",
"google-protobuf": "^3.17.3",
"inversify": "^5.0.1",
"node-pre-gyp": "^0.13.0",
Expand Down

0 comments on commit a0f4ed5

Please sign in to comment.