Skip to content

Commit 8d6206a

Browse files
authored
Merge pull request #152 from luannguyenQV/fix/shadcn
Fix/shadcn
2 parents d89a74e + 48e15b4 commit 8d6206a

File tree

3 files changed

+17
-13
lines changed

3 files changed

+17
-13
lines changed

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"react-dropzone": "^14.2.3",
6464
"react-editor-js": "^2.1.0",
6565
"react-email": "^3.0.1",
66-
"react-hook-form": "^7.46.1",
66+
"react-hook-form": "^7.54.2",
6767
"react-html-parser": "^2.0.2",
6868
"react-select": "^5.8.0",
6969
"react-textarea-autosize": "^8.5.3",

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
}

pnpm-lock.yaml

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)