chore: specify minimum typescript version required to compile

This commit is contained in:
Sainan 2025-03-13 13:26:24 +01:00
parent de4fe0311c
commit 3a995ef6d1
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

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

View File

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