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

This commit is contained in:
renovate[bot] 2022-12-08 13:04:42 +00:00 committed by GitHub
parent 36ca414174
commit 515a7d0625
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.4.5",
"react-scripts": "5.0.1",
"recharts": "2.1.16",
"recharts": "2.2.0",
"tailwindcss": "3.2.4",
"typescript": "4.9.4"
}
@ -16004,9 +16004,9 @@
}
},
"node_modules/recharts": {
"version": "2.1.16",
"resolved": "https://registry.npmjs.org/recharts/-/recharts-2.1.16.tgz",
"integrity": "sha512-aYn1plTjYzRCo3UGxtWsduslwYd+Cuww3h/YAAEoRdGe0LRnBgYgaXSlVrNFkWOOSXrBavpmnli9h7pvRuk5wg==",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/recharts/-/recharts-2.2.0.tgz",
"integrity": "sha512-/uRJ0oaESGyz//PgAzvrwXEhrKaNha1ELLysEMRklbnsddiVQsSNicP7DWiz8qFcyYXy3BrDqrUjiLiVRTSMtA==",
"dependencies": {
"@types/d3-interpolate": "^2.0.0",
"@types/d3-scale": "^3.0.0",
@ -30449,9 +30449,9 @@
}
},
"recharts": {
"version": "2.1.16",
"resolved": "https://registry.npmjs.org/recharts/-/recharts-2.1.16.tgz",
"integrity": "sha512-aYn1plTjYzRCo3UGxtWsduslwYd+Cuww3h/YAAEoRdGe0LRnBgYgaXSlVrNFkWOOSXrBavpmnli9h7pvRuk5wg==",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/recharts/-/recharts-2.2.0.tgz",
"integrity": "sha512-/uRJ0oaESGyz//PgAzvrwXEhrKaNha1ELLysEMRklbnsddiVQsSNicP7DWiz8qFcyYXy3BrDqrUjiLiVRTSMtA==",
"requires": {
"@types/d3-interpolate": "^2.0.0",
"@types/d3-scale": "^3.0.0",

View file

@ -27,7 +27,7 @@
"react-dom": "18.2.0",
"react-router-dom": "6.4.5",
"react-scripts": "5.0.1",
"recharts": "2.1.16",
"recharts": "2.2.0",
"tailwindcss": "3.2.4",
"typescript": "4.9.4"
},