返回提交历史
Modified
package-lock.json
+4
-5
Modified
package.json
+1
-1
XFEstudio/SpaceNinjaServer
fix: typescript version unsupported by eslint (#853)
61f63dd4
代码差异
2 个文件
+5
-6
@@ -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.5"
31
"typescript": ">=4.7.4 <5.6.0"
32
32
},
33
33
"engines": {
34
34
"node": ">=18.15.0",
@@ -4013,11 +4013,10 @@
4013
4013
}
4014
4014
},
4015
4015
"node_modules/typescript": {
4016
"version": "5.7.3",
4017
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz",
4018
"integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==",
4016
"version": "5.5.4",
4017
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
4018
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
4019
4019
"dev": true,
4020
"license": "Apache-2.0",
4021
4020
"bin": {
4022
4021
"tsc": "bin/tsc",
4023
4022
"tsserver": "bin/tsserver"
@@ -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.5"
35
"typescript": ">=4.7.4 <5.6.0"
36
36
},
37
37
"engines": {
38
38
"node": ">=18.15.0",