mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
chore(deps): update dependency recharts to v2.2.0
This commit is contained in:
parent
36ca414174
commit
515a7d0625
2 changed files with 8 additions and 8 deletions
14
frontend/package-lock.json
generated
14
frontend/package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue