From 59744b65ea13f7730326edf76bd1909716633377 Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Thu, 20 Mar 2025 21:04:06 +0100 Subject: [PATCH] chore(commons): add zod dependency This dependency will be used to define our DTOs in the commons project and define the type only once. Signed-off-by: Philip Molares --- commons/package.json | 3 ++- yarn.lock | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/commons/package.json b/commons/package.json index 8a13e82ee..2238c03ac 100644 --- a/commons/package.json +++ b/commons/package.json @@ -48,7 +48,8 @@ "js-yaml": "4.1.0", "reveal.js": "5.1.0", "ws": "8.18.0", - "yjs": "13.6.23" + "yjs": "13.6.23", + "zod": "3.24.2" }, "devDependencies": { "@jest/types": "29.6.3", diff --git a/yarn.lock b/yarn.lock index 78432f6be..f54daa6d4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2650,6 +2650,7 @@ __metadata: typescript: "npm:5.6.3" ws: "npm:8.18.0" yjs: "npm:13.6.23" + zod: "npm:^3.24.2" languageName: unknown linkType: soft @@ -20653,3 +20654,10 @@ __metadata: checksum: 10c0/dceb44c28578b31641e13695d200d34ec4ab3966a5729814d5445b194933c096b7ced71494ce53a0e8820685d1d010df8b2422e5bf2cdea7e469d97ffbea306f languageName: node linkType: hard + +"zod@npm:^3.24.2": + version: 3.24.2 + resolution: "zod@npm:3.24.2" + checksum: 10c0/c638c7220150847f13ad90635b3e7d0321b36cce36f3fc6050ed960689594c949c326dfe2c6fa87c14b126ee5d370ccdebd6efb304f41ef5557a4aaca2824565 + languageName: node + linkType: hard