chore: remove typescript version limit
All checks were successful
Build / build (push) Successful in 43s
Build / build (pull_request) Successful in 1m21s

This is no longer needed now that the eslint stuff is up-to-date enough.
This commit is contained in:
Sainan 2025-04-10 21:20:28 +02:00
parent 3f47f89b56
commit f2954a7ed5
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -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",

View File

@ -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",