Remove dependency on vitest, seems to be referenced by other dependencies (!410)

Referencing vitest directly causes `npm install` to fail for fresh installs, removing this allows it to install all dependencies successfully.

Reviewed-on: https://dev.sp-tarkov.com/SPT/Server/pulls/410
Co-authored-by: Archangel <jesse@archangel.wtf>
Co-committed-by: Archangel <jesse@archangel.wtf>
This commit is contained in:
Archangel 2024-09-20 13:33:48 +00:00 committed by chomp
parent 47b2aee91a
commit 4851784626

View File

@ -80,8 +80,7 @@
"ts-node-dev": "~2.0",
"tsconfig-paths": "~4.2",
"typedoc": "~0.26",
"typemoq": "~2.1",
"vitest": "~2.0"
"typemoq": "~2.1"
},
"targets": {
"default": {