Skip to content

Commit f89ff82

Browse files
committed
fix shadcn ui
1 parent 0836f39 commit f89ff82

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

packages/ui/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,10 @@
7474
"vaul": "^1.1.2",
7575
"zod": "^3.23.8"
7676
},
77-
"overrides": {
78-
"@types/react": "npm:[email protected]",
79-
"@types/react-dom": "npm:[email protected]"
77+
"pnpm": {
78+
"overrides": {
79+
"@types/react": "^19.0.1",
80+
"@types/react-dom": "^19.0.1"
81+
}
8082
}
8183
}

0 commit comments

Comments
 (0)