From 48517846263143a3809505a96544c57fab6ec52f Mon Sep 17 00:00:00 2001 From: Archangel Date: Fri, 20 Sep 2024 13:33:48 +0000 Subject: [PATCH] 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 Co-committed-by: Archangel --- project/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/project/package.json b/project/package.json index b72c890a..e9437ad3 100644 --- a/project/package.json +++ b/project/package.json @@ -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": {