From e042e1500f9cf9b95005f1e823da80d360a4c2ef Mon Sep 17 00:00:00 2001 From: Marco Beretta <81851188+berry-13@users.noreply.github.com> Date: Sun, 6 Jul 2025 15:32:47 +0200 Subject: [PATCH] feat: Add jotai as a peer dependency --- client/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/package.json b/client/package.json index 67cbec2820..04ce5acf36 100644 --- a/client/package.json +++ b/client/package.json @@ -109,6 +109,9 @@ "tailwindcss-radix": "^2.8.0", "zod": "^3.22.4" }, + "peerDependencies": { + "jotai": "^2.12.5" + }, "devDependencies": { "@babel/plugin-transform-runtime": "^7.22.15", "@babel/preset-env": "^7.22.15",