From b308b91f447ff123700d7c6c742f54562895cd1d Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Thu, 10 Apr 2025 12:54:43 -0700 Subject: [PATCH] chore: remove typescript version limit (#1547) This is no longer needed now that the eslint stuff is up-to-date enough. Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/1547 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 46cdebbe..8a09d9ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "mongoose": "^8.11.0", "morgan": "^1.10.0", "ncp": "^2.0.0", - "typescript": ">=5.5 <5.6.0", + "typescript": "^5.5", "warframe-public-export-plus": "^0.5.53", "warframe-riven-info": "^0.1.2", "winston": "^3.17.0", @@ -3720,9 +3720,9 @@ } }, "node_modules/typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", + "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index f9f680b6..77358348 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "mongoose": "^8.11.0", "morgan": "^1.10.0", "ncp": "^2.0.0", - "typescript": ">=5.5 <5.6.0", + "typescript": "^5.5", "warframe-public-export-plus": "^0.5.53", "warframe-riven-info": "^0.1.2", "winston": "^3.17.0",