From 37feb7160c3334b29b4f55d775a71edae0e6a15d Mon Sep 17 00:00:00 2001 From: Bill O'Connell <91283923+wdoconnell@users.noreply.github.com> Date: Fri, 15 Sep 2023 15:59:36 -0400 Subject: [PATCH] chore: allow ts 5 as a peer dep (#226) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d658b1d..8610e79 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "protoc-gen-ts", "description": "Compile protocol buffers descriptors to Typescript.", - "version": "0.8.7", + "version": "0.8.8", "license": "MIT", "author": { "email": "thesayyn@gmail.com", @@ -26,7 +26,7 @@ }, "peerDependencies": { "google-protobuf": "^3.13.0", - "typescript": "4.x.x" + "typescript": ">= 4.9.x" }, "devDependencies": { "@bazel/bazelisk": "^1.9.0",