From a676c9eb7ad26ec4df7a6675dac1c70ffcfe2695 Mon Sep 17 00:00:00 2001 From: Charles Dufour Date: Thu, 25 Jul 2024 10:00:21 +0200 Subject: [PATCH] Fix jest --- mobile-tools/package.json | 3 ++- website/package.json | 4 +++- yarn.lock | 3 +++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/mobile-tools/package.json b/mobile-tools/package.json index 357f5108b..de77168a9 100644 --- a/mobile-tools/package.json +++ b/mobile-tools/package.json @@ -14,7 +14,8 @@ "concurrently": "^8.2.0", "jest": "^29.5.0", "nodemon": "^2.0.22", - "prettier": "^3.3.3" + "prettier": "^3.3.3", + "typescript": "5.4.5" }, "dependencies": { "argon2": "^0.30.3", diff --git a/website/package.json b/website/package.json index 163e335d7..cdffa8ac9 100644 --- a/website/package.json +++ b/website/package.json @@ -110,6 +110,8 @@ "jest-html-reporters": "3.1.7", "nodemon": "^3.1.1", "prettier": "3.2.5", - "sass": "^1.77.2" + "sass": "^1.77.2", + "ts-node": "10.9.2", + "typescript": "5.4.5" } } diff --git a/yarn.lock b/yarn.lock index d3ab8e53d..166cb08bb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7711,6 +7711,7 @@ __metadata: nodemon: ^2.0.22 prettier: ^3.3.3 shared: "workspace:^" + typescript: 5.4.5 languageName: unknown linkType: soft @@ -11009,7 +11010,9 @@ __metadata: slugify: ^1.6.6 smoothscroll-polyfill: 0.4.4 tailwindcss: ^3.4.3 + ts-node: 10.9.2 tss-react: ^4.9.10 + typescript: 5.4.5 uuid: ^9.0.1 yaml-import: 2.0.0 zod: ^3.23.8