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: 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>

b308b91f
Sainan <63328889+Sainan@users.noreply.github.com>
提交于

代码差异

2 个文件 +5 -5
Modified package-lock.json +4 -4
@@ -17,7 +17,7 @@
17 17 "mongoose": "^8.11.0",
18 18 "morgan": "^1.10.0",
19 19 "ncp": "^2.0.0",
20 "typescript": ">=5.5 <5.6.0",
20 "typescript": "^5.5",
21 21 "warframe-public-export-plus": "^0.5.53",
22 22 "warframe-riven-info": "^0.1.2",
23 23 "winston": "^3.17.0",
@@ -3720,9 +3720,9 @@
3720 3720 }
3721 3721 },
3722 3722 "node_modules/typescript": {
3723 "version": "5.5.4",
3724 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
3725 "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
3723 "version": "5.8.3",
3724 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
3725 "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
3726 3726 "license": "Apache-2.0",
3727 3727 "bin": {
3728 3728 "tsc": "bin/tsc",
Modified package.json +1 -1
@@ -24,7 +24,7 @@
24 24 "mongoose": "^8.11.0",
25 25 "morgan": "^1.10.0",
26 26 "ncp": "^2.0.0",
27 "typescript": ">=5.5 <5.6.0",
27 "typescript": "^5.5",
28 28 "warframe-public-export-plus": "^0.5.53",
29 29 "warframe-riven-info": "^0.1.2",
30 30 "winston": "^3.17.0",