diff --git a/packages/atoms/package.json b/packages/atoms/package.json index c7aed64c4e..dfc36136bd 100644 --- a/packages/atoms/package.json +++ b/packages/atoms/package.json @@ -15,6 +15,7 @@ "@types/react": "18.0.26", "@types/react-dom": "^18.0.9", "@vitejs/plugin-react": "^2.2.0", + "react-hook-form": "^7.47.0", "rollup-plugin-node-builtins": "^2.1.2", "typescript": "^4.9.4", "vite": "^4.1.2" @@ -25,6 +26,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.0.0", "lucide-react": "^0.284.0", + "react": "^18.2.0", "tailwind-merge": "^1.14.0", "tailwindcss-animate": "^1.0.7" }