From 3a299cae98e664bffcde558137c6c1c60b103d39 Mon Sep 17 00:00:00 2001 From: Dries Augustyns Date: Thu, 1 Jan 2026 10:58:39 +0100 Subject: [PATCH] chore: Include types as dep for shared --- yarn.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/yarn.lock b/yarn.lock index 034f8cb..e20d307 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3104,6 +3104,7 @@ __metadata: resolution: "@plunk/shared@workspace:packages/shared" dependencies: "@plunk/db": "npm:*" + "@plunk/types": "npm:*" "@plunk/typescript-config": "npm:*" "@types/node": "npm:^24.10.0" typescript: "npm:^5.7.2"