Skip to content

Commit c30291a

Browse files
committed
feat(seller-stats): Implement seller statistics in the dashboard
1 parent 6d43403 commit c30291a

14 files changed

+772
-16
lines changed

Diff for: .eslintrc.cjs

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ module.exports = {
6161
"no-console": "off",
6262
"no-undef": "off",
6363
"@typescript-eslint/no-unused-vars": "off",
64+
"react/no-unstable-nested-components": "off",
6465
"jsx-a11y/mouse-events-have-key-events": "off",
6566
"react/button-has-type": "off",
6667
"react/no-array-index-key": "off",

Diff for: package-lock.json

+267-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"react-router-dom": "^6.23.1",
5757
"react-spinners": "^0.14.1",
5858
"react-toastify": "^10.0.5",
59+
"recharts": "^2.12.7",
5960
"redux": "^5.0.1",
6061
"redux-logger": "^3.0.6",
6162
"redux-thunk": "^3.1.0",

0 commit comments

Comments
 (0)