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

Relocated typescript dep to be under dependencies

This commit is contained in:
Chomp 2025-01-13 23:40:22 +00:00
parent 03a88bdf18
commit 4baab4e3f5

View File

@ -49,7 +49,8 @@
"tsyringe": "4.8.0", "tsyringe": "4.8.0",
"winston": "3.17.0", "winston": "3.17.0",
"winston-daily-rotate-file": "5.0.0", "winston-daily-rotate-file": "5.0.0",
"ws": "8.18.0" "ws": "8.18.0",
"typescript": "5.7.3"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "1.9.4", "@biomejs/biome": "1.9.4",
@ -73,7 +74,6 @@
"minimist": "1.2.8", "minimist": "1.2.8",
"resedit": "2.0.3", "resedit": "2.0.3",
"tsx": "4.19.2", "tsx": "4.19.2",
"typescript": "5.7.3",
"vitest": "2.1.8" "vitest": "2.1.8"
}, },
"targets": { "targets": {