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

Revert "build(deps-dev): bump typescript from 5.5.3 to 5.7.2 (#626)"

This reverts commit d50c6b8c76c2d8eb8ea8c68cc0124e39b3ac8e3e.

eeaac6f0
Sainan <sainan@calamity.inc>
提交于

代码差异

2 个文件 +5 -5
Modified package-lock.json +4 -4
@@ -28,7 +28,7 @@
28 28 "prettier": "^3.4.2",
29 29 "ts-node-dev": "^2.0.0",
30 30 "tsconfig-paths": "^4.2.0",
31 "typescript": "^5.7"
31 "typescript": "^5.5"
32 32 },
33 33 "engines": {
34 34 "node": ">=18.15.0",
@@ -3812,9 +3812,9 @@
3812 3812 }
3813 3813 },
3814 3814 "node_modules/typescript": {
3815 "version": "5.7.2",
3816 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz",
3817 "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==",
3815 "version": "5.5.3",
3816 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz",
3817 "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==",
3818 3818 "dev": true,
3819 3819 "bin": {
3820 3820 "tsc": "bin/tsc",
Modified package.json +1 -1
@@ -32,7 +32,7 @@
32 32 "prettier": "^3.4.2",
33 33 "ts-node-dev": "^2.0.0",
34 34 "tsconfig-paths": "^4.2.0",
35 "typescript": "^5.7"
35 "typescript": "^5.5"
36 36 },
37 37 "engines": {
38 38 "node": ">=18.15.0",