From 3a995ef6d1084d1c65312884f1289e2394e56cb1 Mon Sep 17 00:00:00 2001 From: Sainan Date: Thu, 13 Mar 2025 13:26:24 +0100 Subject: [PATCH] chore: specify minimum typescript version required to compile --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index a9c49d28..c7a9d1bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "express": "^5", "mongoose": "^8.11.0", "morgan": "^1.10.0", - "typescript": ">=4.7.4 <5.6.0", + "typescript": ">=5.5 <5.6.0", "warframe-public-export-plus": "^0.5.44", "warframe-riven-info": "^0.1.2", "winston": "^3.17.0", diff --git a/package.json b/package.json index 16610896..3cb5e8cc 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "express": "^5", "mongoose": "^8.11.0", "morgan": "^1.10.0", - "typescript": ">=4.7.4 <5.6.0", + "typescript": ">=5.5 <5.6.0", "warframe-public-export-plus": "^0.5.44", "warframe-riven-info": "^0.1.2", "winston": "^3.17.0",