From 8cdac92dbe85877bfd83b1ad97c1267bd42ec92d Mon Sep 17 00:00:00 2001 From: Oliver Lazoroski Date: Tue, 26 Dec 2023 12:22:36 +0100 Subject: [PATCH] feat(ts-perf): upgrade to the latest version of @protobuf-ts/plugin --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index e4c82391..13e67f00 100755 --- a/install.sh +++ b/install.sh @@ -80,11 +80,11 @@ if command -v yarn &> /dev/null then echo "Installing typescript protoc plugin" mkdir $PROTOC_DIR/.typescript-protobuf - (cd $PROTOC_DIR/.typescript-protobuf && yarn add @protobuf-ts/plugin@2.9.0 prettier@2.8.8 --no-lockfile --disable-pnp) + (cd $PROTOC_DIR/.typescript-protobuf && yarn add @protobuf-ts/plugin@2.9.3 prettier@2.8.8 --no-lockfile --disable-pnp) ln -s $PROTOC_DIR/.typescript-protobuf/node_modules/.bin/protoc-gen-ts $PROTOC_DIR/bin/protoc-gen-ts ln -s $PROTOC_DIR/.typescript-protobuf/node_modules/.bin/prettier $PROTOC_DIR/bin/prettier else echo 'yarn is not installed. Skipping...' fi -echo "Finished installing plugins" \ No newline at end of file +echo "Finished installing plugins"