Skip to content

Commit 4cc6245

Browse files
committed
[supervisor] terminal API enhancements
1 parent aae2e45 commit 4cc6245

File tree

18 files changed

+1185
-557
lines changed

18 files changed

+1185
-557
lines changed

components/content-service-api/typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
"devDependencies": {
2222
"@types/google-protobuf": "^3.2.7",
23-
"grpc-tools": "^1.7.2",
24-
"grpc_tools_node_protoc_ts": "^2.5.0",
23+
"grpc-tools": "^1.10.0",
24+
"grpc_tools_node_protoc_ts": "^5.1.0",
2525
"typescript-formatter": "^7.2.2"
2626
}
2727
}

components/ide/code/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN sudo apt-get update \
2828
&& sudo apt-get clean -y \
2929
&& rm -rf /var/lib/apt/lists/*
3030

31-
ENV GP_CODE_COMMIT 001c337aa00d9eff6faa2c07255451d1c33602e0
31+
ENV GP_CODE_COMMIT ae8dc44299153ca820ac9e13cc9def5bb6baafd1
3232
RUN mkdir gp-code \
3333
&& cd gp-code \
3434
&& git init \

components/image-builder-api/typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
"devDependencies": {
2222
"@types/google-protobuf": "^3.2.7",
23-
"grpc-tools": "^1.7.2",
24-
"grpc_tools_node_protoc_ts": "^2.5.0",
23+
"grpc-tools": "^1.10.0",
24+
"grpc_tools_node_protoc_ts": "^5.1.0",
2525
"typescript-formatter": "^7.2.2"
2626
}
2727
}

0 commit comments

Comments
 (0)