Skip to content

Commit 39038f7

Browse files
authored
chore: upgrade protobuf-ts plugin version (#1162)
1 parent a40245e commit 39038f7

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)