chore: add recharts dependency, move CHART_COLORS to rechartsTheme
Also fixes duplicate CHART_COLORS export in index.ts by switching from export * to a named export of rechartsTheme only.
This commit is contained in:
@@ -40,7 +40,8 @@
|
||||
"lucide-react": "^1.7.0",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"react-router-dom": "^7.0.0"
|
||||
"react-router-dom": "^7.0.0",
|
||||
"recharts": "^3.8.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^19.0.0",
|
||||
|
||||
Reference in New Issue
Block a user