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

This commit is contained in:
renovate[bot] 2023-03-10 18:17:16 +00:00 committed by GitHub
parent 11c8159bfb
commit b36a2eb67c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -28,7 +28,7 @@
"react-dom": "18.2.0",
"react-router-dom": "6.9.0",
"react-scripts": "5.0.1",
"recharts": "2.3.2",
"recharts": "2.4.3",
"tailwindcss": "3.2.7",
"typescript": "4.9.5"
}
@ -16049,9 +16049,9 @@
}
},
"node_modules/recharts": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/recharts/-/recharts-2.3.2.tgz",
"integrity": "sha512-2II30fGzKaypHfHNQNUhCfiLMxrOS/gF0WFahDIEFgXtJkVEe2DpZWFfEfAn+RU3B7/h2V/B05Bwmqq3rTXwLw==",
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/recharts/-/recharts-2.4.3.tgz",
"integrity": "sha512-/hkRHTQShEOKDYd2OlKLIvGA0X9v/XVO/mNeRoDHg0lgFRL2KbGzeqVnStI3mMfORUZ6Hak4JbQ+uDiin1Foqg==",
"dependencies": {
"classnames": "^2.2.5",
"eventemitter3": "^4.0.1",
@ -30557,9 +30557,9 @@
}
},
"recharts": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/recharts/-/recharts-2.3.2.tgz",
"integrity": "sha512-2II30fGzKaypHfHNQNUhCfiLMxrOS/gF0WFahDIEFgXtJkVEe2DpZWFfEfAn+RU3B7/h2V/B05Bwmqq3rTXwLw==",
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/recharts/-/recharts-2.4.3.tgz",
"integrity": "sha512-/hkRHTQShEOKDYd2OlKLIvGA0X9v/XVO/mNeRoDHg0lgFRL2KbGzeqVnStI3mMfORUZ6Hak4JbQ+uDiin1Foqg==",
"requires": {
"classnames": "^2.2.5",
"eventemitter3": "^4.0.1",

View file

@ -27,7 +27,7 @@
"react-dom": "18.2.0",
"react-router-dom": "6.9.0",
"react-scripts": "5.0.1",
"recharts": "2.3.2",
"recharts": "2.4.3",
"tailwindcss": "3.2.7",
"typescript": "4.9.5"
},