From bc1b0009516974d4a6117f0a547ff50b3024900d Mon Sep 17 00:00:00 2001 From: Antonin Cezard Date: Sat, 7 Jun 2025 16:04:43 +0200 Subject: [PATCH] fix: add jest types in dependencies Fast fix for broken production mode, it should not rely on jest types to be present to function --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index 0cb0b6b..783e4d4 100644 --- a/backend/package.json +++ b/backend/package.json @@ -9,6 +9,7 @@ "dependencies": { "@types/cors": "^2.8.17", "@types/express": "^5.0.0", + "@types/jest": "^29.5.14", "@types/node": "^22.9.0", "@types/wol": "^1.0.4", "cors": "^2.8.5", @@ -35,7 +36,6 @@ }, "devDependencies": { "@eslint/js": "^9.19.0", - "@types/jest": "^29.5.14", "eslint": "^9.19.0", "globals": "^15.14.0", "jest": "^29.7.0",