fix: override React types to v18 to fix lucide-react compatibility

This commit is contained in:
Nathan Flurry 2026-02-04 14:03:16 -08:00
parent 9e748d1bd9
commit f3a8c8235a
2 changed files with 25 additions and 31 deletions

View file

@ -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"
}
}
}