Skip to content

Commit 1c8647a

Browse files
authored
chore: bump protobuf-ts/plugin version (#1029)
1 parent 8d6f4a6 commit 1c8647a

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/[email protected].4 [email protected] --no-lockfile --disable-pnp)
84+
(cd $PROTOC_DIR/.typescript-protobuf && yarn add @protobuf-ts/[email protected].5 [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)