XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFESpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFESpaceNinjaServer

chore: specify minimum typescript version required to compile

3a995ef6
Sainan <sainan@calamity.inc>
提交于

代码差异

2 个文件 +2 -2
Modified package-lock.json +1 -1
@@ -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",
Modified package.json +1 -1
@@ -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",