fix: pin react types to v18 to fix lucide-react compatibility

This commit is contained in:
Nathan Flurry 2026-02-05 00:39:26 -08:00
parent 44be09371e
commit 5ae61df99b
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"
}
}
}