chore(deps): update dependency recharts to v2.6.0

This commit is contained in:
renovate[bot] 2023-05-10 07:10:55 +00:00 committed by GitHub
parent 9d95d5437d
commit 4a5fb1db70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -30,7 +30,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.11.1",
"recharts": "2.5.0",
"recharts": "2.6.0",
"tailwindcss": "3.3.2",
"typescript": "5.0.4",
"vite": "4.3.5",
@ -7255,9 +7255,9 @@
}
},
"node_modules/recharts": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/recharts/-/recharts-2.5.0.tgz",
"integrity": "sha512-0EQYz3iA18r1Uq8VqGZ4dABW52AKBnio37kJgnztIqprELJXpOEsa0SzkqU1vjAhpCXCv52Dx1hiL9119xsqsQ==",
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/recharts/-/recharts-2.6.0.tgz",
"integrity": "sha512-Y6PgYMmqAxj2cw1FClB1ldcn1xqjJIFysDNGZoyn4faVqNFP4Vx94fDqUz+OgpdTU3APMwIpu/JTVPPGGRUOGQ==",
"dependencies": {
"classnames": "^2.2.5",
"eventemitter3": "^4.0.1",
@ -13712,9 +13712,9 @@
}
},
"recharts": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/recharts/-/recharts-2.5.0.tgz",
"integrity": "sha512-0EQYz3iA18r1Uq8VqGZ4dABW52AKBnio37kJgnztIqprELJXpOEsa0SzkqU1vjAhpCXCv52Dx1hiL9119xsqsQ==",
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/recharts/-/recharts-2.6.0.tgz",
"integrity": "sha512-Y6PgYMmqAxj2cw1FClB1ldcn1xqjJIFysDNGZoyn4faVqNFP4Vx94fDqUz+OgpdTU3APMwIpu/JTVPPGGRUOGQ==",
"requires": {
"classnames": "^2.2.5",
"eventemitter3": "^4.0.1",

View file

@ -29,7 +29,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.11.1",
"recharts": "2.5.0",
"recharts": "2.6.0",
"tailwindcss": "3.3.2",
"typescript": "5.0.4",
"vite": "4.3.5",