mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-16 12:03:27 +00:00
fix: override React types to v18 to fix lucide-react compatibility
This commit is contained in:
parent
9e748d1bd9
commit
f3a8c8235a
2 changed files with 25 additions and 31 deletions
|
|
@ -12,5 +12,11 @@
|
|||
"devDependencies": {
|
||||
"turbo": "^2.4.0",
|
||||
"vitest": "^3.0.0"
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"@types/react": "^18.3.3",
|
||||
"@types/react-dom": "^18.3.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue