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

SpaceNinjaServer

A simple server for a small space ninja game

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

XFEstudio/SpaceNinjaServer

Bump typescript from 5.1.6 to 5.2.2 (#63)

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

a33dd3f1
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
提交于

代码差异

2 个文件 +5 -5
Modified package-lock.json +4 -4
@@ -26,7 +26,7 @@
26 26 "prettier": "^3.0.0",
27 27 "ts-node-dev": "^2.0.0",
28 28 "tsconfig-paths": "^4.2.0",
29 "typescript": "^5.1.6"
29 "typescript": "^5.2.2"
30 30 },
31 31 "engines": {
32 32 "node": ">=18.15.0",
@@ -3730,9 +3730,9 @@
3730 3730 }
3731 3731 },
3732 3732 "node_modules/typescript": {
3733 "version": "5.1.6",
3734 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz",
3735 "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==",
3733 "version": "5.2.2",
3734 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
3735 "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
3736 3736 "dev": true,
3737 3737 "bin": {
3738 3738 "tsc": "bin/tsc",
Modified package.json +1 -1
@@ -29,7 +29,7 @@
29 29 "prettier": "^3.0.0",
30 30 "ts-node-dev": "^2.0.0",
31 31 "tsconfig-paths": "^4.2.0",
32 "typescript": "^5.1.6"
32 "typescript": "^5.2.2"
33 33 },
34 34 "engines": {
35 35 "node": ">=18.15.0",