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

This commit is contained in:
renovate[bot] 2023-11-19 15:43:08 +00:00 committed by GitHub
parent e72d87e7b5
commit d75a92f9d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 26 deletions

View file

@ -40,7 +40,7 @@
"react-dom": "18.2.0",
"react-files": "3.0.0",
"react-router-dom": "6.19.0",
"recharts": "2.9.3",
"recharts": "2.10.0",
"tailwind-merge": "1.14.0",
"tailwindcss": "3.3.5",
"tailwindcss-animate": "1.0.7",
@ -4961,11 +4961,6 @@
"url": "https://joebell.co.uk"
}
},
"node_modules/classnames": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.2.tgz",
"integrity": "sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw=="
},
"node_modules/clsx": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.0.0.tgz",
@ -8473,18 +8468,6 @@
}
}
},
"node_modules/react-resize-detector": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/react-resize-detector/-/react-resize-detector-8.1.0.tgz",
"integrity": "sha512-S7szxlaIuiy5UqLhLL1KY3aoyGHbZzsTpYal9eYMwCyKqoqoVLCmIgAgNyIM1FhnP2KyBygASJxdhejrzjMb+w==",
"dependencies": {
"lodash": "^4.17.21"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
}
},
"node_modules/react-router": {
"version": "6.19.0",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-6.19.0.tgz",
@ -8618,22 +8601,21 @@
}
},
"node_modules/recharts": {
"version": "2.9.3",
"resolved": "https://registry.npmjs.org/recharts/-/recharts-2.9.3.tgz",
"integrity": "sha512-B61sKrDlTxHvYwOCw8eYrD6rTA2a2hJg0avaY8qFI1ZYdHKvU18+J5u7sBMFg//wfJ/C5RL5+HsXt5e8tcJNLg==",
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/recharts/-/recharts-2.10.0.tgz",
"integrity": "sha512-ItfXIVD5zW9RnYq1bRGZdMy1Ssuh0pd9GhnNm354dRK4ovB9zfIw/jlTz7UHUSnFZI6n9tLG8EfN1iKukeFa8A==",
"dependencies": {
"classnames": "^2.2.5",
"clsx": "^2.0.0",
"eventemitter3": "^4.0.1",
"lodash": "^4.17.19",
"react-is": "^16.10.2",
"react-resize-detector": "^8.0.4",
"react-smooth": "^2.0.4",
"react-smooth": "^2.0.5",
"recharts-scale": "^0.4.4",
"tiny-invariant": "^1.3.1",
"victory-vendor": "^36.6.8"
},
"engines": {
"node": ">=12"
"node": ">=14"
},
"peerDependencies": {
"prop-types": "^15.6.0",

View file

@ -39,7 +39,7 @@
"react-dom": "18.2.0",
"react-files": "3.0.0",
"react-router-dom": "6.19.0",
"recharts": "2.9.3",
"recharts": "2.10.0",
"tailwind-merge": "1.14.0",
"tailwindcss": "3.3.5",
"tailwindcss-animate": "1.0.7",