From 9f270127d33907b5040049f657a4e614cda3bbb7 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 d0c7c54e12..de53d37127 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",