chore: add peer dependencies for multiple packages in package-lock.json and update package.json with overrides for react-simple-maps

This commit is contained in:
Usman Baig
2026-01-19 01:08:57 +01:00
parent 39e5a47e74
commit 46acc599e9
2 changed files with 25 additions and 1 deletions

View File

@@ -27,6 +27,12 @@
"recharts": "^2.15.0",
"sonner": "^2.0.7"
},
"overrides": {
"react-simple-maps": {
"react": "$react",
"react-dom": "$react-dom"
}
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"@types/d3-scale": "^4.0.9",