Skip to content

Commit 00a1a88

Browse files
committed
fix(): Set peer dependencies.
1 parent 7d312b1 commit 00a1a88

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

package-lock.json

+10-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,9 @@
7272
"semantic-release": "^22.0.12",
7373
"serve": "^14.2.1",
7474
"storybook": "^7.6.5",
75-
"tailwindcss-animate": "^1.0.7",
76-
"zod": "^3.22.4"
75+
"tailwindcss-animate": "^1.0.7"
7776
},
7877
"dependencies": {
79-
"@hookform/resolvers": "^3.3.2",
8078
"@radix-ui/react-accordion": "^1.1.2",
8179
"@radix-ui/react-alert-dialog": "^1.0.5",
8280
"@radix-ui/react-aspect-ratio": "^1.0.3",
@@ -113,17 +111,19 @@
113111
"lucide-react": "^0.298.0",
114112
"next-themes": "^0.2.1",
115113
"react-day-picker": "^8.9.1",
116-
"react-hook-form": "^7.49.2",
117114
"react-resizable-panels": "^1.0.5",
118115
"sonner": "^1.3.1",
119116
"tailwind-merge": "^2.1.0",
120-
"vaul": "^0.8.0"
117+
"vaul": "^0.8.0",
118+
"zod": "^3.22.4"
121119
},
122120
"peerDependencies": {
123121
"@tailwindcss/typography": "^0.5.10",
122+
"@hookform/resolvers": "^3.3.2",
124123
"react": "^18.2.0",
125124
"react-dom": "^18.2.0",
126125
"tailwindcss": "^3.3.6",
127-
"tailwindcss-animate": "^1.0.7"
126+
"tailwindcss-animate": "^1.0.7",
127+
"react-hook-form": "^7.49.2"
128128
}
129129
}

0 commit comments

Comments
 (0)