diff --git a/package-lock.json b/package-lock.json index 2115f25..87e9bfe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,6 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@hookform/resolvers": "^3.3.2", "@radix-ui/react-accordion": "^1.1.2", "@radix-ui/react-alert-dialog": "^1.0.5", "@radix-ui/react-aspect-ratio": "^1.0.3", @@ -46,11 +45,11 @@ "lucide-react": "^0.298.0", "next-themes": "^0.2.1", "react-day-picker": "^8.9.1", - "react-hook-form": "^7.49.2", "react-resizable-panels": "^1.0.5", "sonner": "^1.3.1", "tailwind-merge": "^2.1.0", - "vaul": "^0.8.0" + "vaul": "^0.8.0", + "zod": "^3.22.4" }, "devDependencies": { "@rollup/plugin-commonjs": "^22.0.0", @@ -81,13 +80,14 @@ "semantic-release": "^22.0.12", "serve": "^14.2.1", "storybook": "^7.6.5", - "tailwindcss-animate": "^1.0.7", - "zod": "^3.22.4" + "tailwindcss-animate": "^1.0.7" }, "peerDependencies": { + "@hookform/resolvers": "^3.3.2", "@tailwindcss/typography": "^0.5.10", "react": "^18.2.0", "react-dom": "^18.2.0", + "react-hook-form": "^7.49.2", "tailwindcss": "^3.3.6", "tailwindcss-animate": "^1.0.7" } @@ -2694,6 +2694,7 @@ "version": "3.3.2", "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.3.2.tgz", "integrity": "sha512-Tw+GGPnBp+5DOsSg4ek3LCPgkBOuOgS5DsDV7qsWNH9LZc433kgsWICjlsh2J9p04H2K66hsXPPb9qn9ILdUtA==", + "peer": true, "peerDependencies": { "react-hook-form": "^7.0.0" } @@ -19476,6 +19477,7 @@ "version": "7.49.2", "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.49.2.tgz", "integrity": "sha512-TZcnSc17+LPPVpMRIDNVITY6w20deMdNi6iehTFLV1x8SqThXGwu93HjlUVU09pzFgZH7qZOvLMM7UYf2ShAHA==", + "peer": true, "engines": { "node": ">=18", "pnpm": "8" @@ -22973,7 +22975,6 @@ "version": "3.22.4", "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.4.tgz", "integrity": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==", - "dev": true, "funding": { "url": "https://github.com/sponsors/colinhacks" } @@ -24715,6 +24716,7 @@ "version": "3.3.2", "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.3.2.tgz", "integrity": "sha512-Tw+GGPnBp+5DOsSg4ek3LCPgkBOuOgS5DsDV7qsWNH9LZc433kgsWICjlsh2J9p04H2K66hsXPPb9qn9ILdUtA==", + "peer": true, "requires": {} }, "@isaacs/cliui": { @@ -36476,6 +36478,7 @@ "version": "7.49.2", "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.49.2.tgz", "integrity": "sha512-TZcnSc17+LPPVpMRIDNVITY6w20deMdNi6iehTFLV1x8SqThXGwu93HjlUVU09pzFgZH7qZOvLMM7UYf2ShAHA==", + "peer": true, "requires": {} }, "react-is": { @@ -39021,8 +39024,7 @@ "zod": { "version": "3.22.4", "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.4.tgz", - "integrity": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==", - "dev": true + "integrity": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==" } } } diff --git a/package.json b/package.json index 9155d3d..5f6092c 100644 --- a/package.json +++ b/package.json @@ -72,11 +72,9 @@ "semantic-release": "^22.0.12", "serve": "^14.2.1", "storybook": "^7.6.5", - "tailwindcss-animate": "^1.0.7", - "zod": "^3.22.4" + "tailwindcss-animate": "^1.0.7" }, "dependencies": { - "@hookform/resolvers": "^3.3.2", "@radix-ui/react-accordion": "^1.1.2", "@radix-ui/react-alert-dialog": "^1.0.5", "@radix-ui/react-aspect-ratio": "^1.0.3", @@ -113,17 +111,19 @@ "lucide-react": "^0.298.0", "next-themes": "^0.2.1", "react-day-picker": "^8.9.1", - "react-hook-form": "^7.49.2", "react-resizable-panels": "^1.0.5", "sonner": "^1.3.1", "tailwind-merge": "^2.1.0", - "vaul": "^0.8.0" + "vaul": "^0.8.0", + "zod": "^3.22.4" }, "peerDependencies": { "@tailwindcss/typography": "^0.5.10", + "@hookform/resolvers": "^3.3.2", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwindcss": "^3.3.6", - "tailwindcss-animate": "^1.0.7" + "tailwindcss-animate": "^1.0.7", + "react-hook-form": "^7.49.2" } }