返回提交历史
Modified
package-lock.json
+1
-1
Modified
package.json
+1
-1
XFEstudio/XFESpaceNinjaServer
chore: specify minimum typescript version required to compile
3a995ef6
代码差异
2 个文件
+2
-2
@@ -16,7 +16,7 @@
16
16
"express": "^5",
17
17
"mongoose": "^8.11.0",
18
18
"morgan": "^1.10.0",
19
"typescript": ">=4.7.4 <5.6.0",
19
"typescript": ">=5.5 <5.6.0",
20
20
"warframe-public-export-plus": "^0.5.44",
21
21
"warframe-riven-info": "^0.1.2",
22
22
"winston": "^3.17.0",
@@ -21,7 +21,7 @@
21
21
"express": "^5",
22
22
"mongoose": "^8.11.0",
23
23
"morgan": "^1.10.0",
24
"typescript": ">=4.7.4 <5.6.0",
24
"typescript": ">=5.5 <5.6.0",
25
25
"warframe-public-export-plus": "^0.5.44",
26
26
"warframe-riven-info": "^0.1.2",
27
27
"winston": "^3.17.0",