Merge pull request #1254 from renovate-bot/renovate/recharts-2.x

Update dependency recharts to v2.14.0
This commit is contained in:
Alexander Holliday
2024-12-02 16:27:41 -08:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@
"react-router": "^6.23.0",
"react-router-dom": "^6.23.1",
"react-toastify": "^10.0.5",
"recharts": "2.13.3",
"recharts": "2.14.0",
"redux-persist": "6.0.0",
"vite-plugin-svgr": "^4.2.0"
},
@@ -5442,9 +5442,9 @@
}
},
"node_modules/recharts": {
"version": "2.13.3",
"resolved": "https://registry.npmjs.org/recharts/-/recharts-2.13.3.tgz",
"integrity": "sha512-YDZ9dOfK9t3ycwxgKbrnDlRC4BHdjlY73fet3a0C1+qGMjXVZe6+VXmpOIIhzkje5MMEL8AN4hLIe4AMskBzlA==",
"version": "2.14.0",
"resolved": "https://registry.npmjs.org/recharts/-/recharts-2.14.0.tgz",
"integrity": "sha512-kgDvDdNOh/gHQ4Q8hu7VrLNKs/bP/meG/XaRnsQG+Yp4PxugfPvaRFC0m4q7RWdlw0HxIkTSdcsGrsVQsg2qTA==",
"license": "MIT",
"dependencies": {
"clsx": "^2.0.0",

View File

@@ -31,7 +31,7 @@
"react-router": "^6.23.0",
"react-router-dom": "^6.23.1",
"react-toastify": "^10.0.5",
"recharts": "2.13.3",
"recharts": "2.14.0",
"redux-persist": "6.0.0",
"vite-plugin-svgr": "^4.2.0"
},