Skip to content

Commit 03f245a

Browse files
authored
Merge branch 'main' into introduce-max-participant-limit-reached
2 parents f417389 + 39038f7 commit 03f245a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ if command -v yarn &> /dev/null
8181
then
8282
echo "Installing typescript protoc plugin"
8383
mkdir $PROTOC_DIR/.typescript-protobuf
84-
(cd $PROTOC_DIR/.typescript-protobuf && yarn add @protobuf-ts/plugin@2.9.6 [email protected] --no-lockfile --disable-pnp)
84+
(cd $PROTOC_DIR/.typescript-protobuf && yarn add @protobuf-ts/plugin@2.10.0 [email protected] --no-lockfile --disable-pnp)
8585
ln -s $PROTOC_DIR/.typescript-protobuf/node_modules/.bin/protoc-gen-ts $PROTOC_DIR/bin/protoc-gen-ts
8686
ln -s $PROTOC_DIR/.typescript-protobuf/node_modules/.bin/prettier $PROTOC_DIR/bin/prettier
8787
else

0 commit comments

Comments
 (0)