0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:50:43 -05:00

Updated packages

This commit is contained in:
Dev 2024-08-01 09:17:24 +01:00
parent 8b293b29d8
commit 532491bc91

View File

@ -35,8 +35,8 @@
"dependencies": { "dependencies": {
"atomically": "~1.7", "atomically": "~1.7",
"buffer-crc32": "~1.0", "buffer-crc32": "~1.0",
"date-fns": "~2.30", "date-fns": "~3.6",
"date-fns-tz": "~2.0", "date-fns-tz": "~3.1",
"i18n": "~0.15", "i18n": "~0.15",
"json-fixer": "~1.6", "json-fixer": "~1.6",
"json5": "~2.2", "json5": "~2.2",
@ -48,40 +48,40 @@
"source-map-support": "~0.5", "source-map-support": "~0.5",
"string-similarity-js": "~2.1", "string-similarity-js": "~2.1",
"tsyringe": "~4.8", "tsyringe": "~4.8",
"typescript": "~5.4", "typescript": "~5.5",
"winston": "~3.13", "winston": "~3.13",
"winston-daily-rotate-file": "~5.0", "winston-daily-rotate-file": "~5.0",
"ws": "~8.17" "ws": "~8.18"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "1.8.3", "@biomejs/biome": "1.8.3",
"@pnpm/exe": "8.15.4", "@pnpm/exe": "8.15.9",
"@swc/cli": "~0.3", "@swc/cli": "~0.4",
"@swc/core": "~1.4", "@swc/core": "~1.7",
"@types/i18n": "~0.13", "@types/i18n": "~0.13",
"@types/node": "~20.11", "@types/node": "~22.0",
"@types/proper-lockfile": "~4.1", "@types/proper-lockfile": "~4.1",
"@types/semver": "~7.5", "@types/semver": "~7.5",
"@types/ws": "~8.5", "@types/ws": "~8.5",
"@vitest/coverage-istanbul": "~1.6", "@vitest/coverage-istanbul": "~2",
"@vitest/ui": "~1.6", "@vitest/ui": "~2",
"@yao-pkg/pkg": "5.11.5", "@yao-pkg/pkg": "5.12",
"@yao-pkg/pkg-fetch": "3.5.9", "@yao-pkg/pkg-fetch": "3.5.9",
"cross-env": "~7.0", "cross-env": "~7.0",
"fs-extra": "~11.2", "fs-extra": "~11.2",
"gulp": "~4.0", "gulp": "~5.0",
"gulp-decompress": "~3.0", "gulp-decompress": "~3.0",
"gulp-download": "~0.0.1", "gulp-download": "~0.0.1",
"gulp-execa": "~6.0", "gulp-execa": "~7.0",
"gulp-rename": "~2.0", "gulp-rename": "~2.0",
"madge": "~6.1", "madge": "~7",
"minimist": "~1.2", "minimist": "~1.2",
"resedit": "~2.0", "resedit": "~2.0",
"ts-node-dev": "~2.0", "ts-node-dev": "~2.0",
"tsconfig-paths": "~4.2", "tsconfig-paths": "~4.2",
"typedoc": "~0.25", "typedoc": "~0.26",
"typemoq": "~2.1", "typemoq": "~2.1",
"vitest": "~1.6" "vitest": "~2.0"
}, },
"targets": { "targets": {
"default": { "default": {