Skip to content

Commit 76ecae6

Browse files
committed
fix: package json
1 parent d89a74e commit 76ecae6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/ui/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,15 @@
6767
"lucide-react": "^0.469.0",
6868
"postcss": "^8.4.28",
6969
"react-day-picker": "^8.10.1",
70-
"react-hook-form": "^7.53.0",
70+
"react-hook-form": "^7.54.2",
7171
"tailwind-merge": "^1.14.0",
7272
"tailwindcss": "3.4.4",
7373
"tailwindcss-animate": "^1.0.7",
7474
"vaul": "^0.9.0",
7575
"zod": "^3.23.8"
76+
},
77+
"overrides": {
78+
"@types/react": "npm:[email protected]",
79+
"@types/react-dom": "npm:[email protected]"
7680
}
7781
}

0 commit comments

Comments
 (0)