Skip to content

Commit

Permalink
refactor: update tableColumns type and improve code readability
Browse files Browse the repository at this point in the history
  • Loading branch information
xjh22222228 committed Jan 5, 2025
1 parent 15f69e9 commit e147634
Show file tree
Hide file tree
Showing 13 changed files with 216 additions and 198 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"dependencies": {
"@ant-design/icons": "^5.5.2",
"@ant-design/v5-patch-for-react-19": "^1.0.3",
"@number-flow/react": "^0.4.4",
"@reduxjs/toolkit": "^2.5.0",
"@toast-ui/editor": "^3.2.2",
"antd": "^5.22.7",
Expand All @@ -38,25 +39,25 @@
"recharts": "^2.15.0",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"sass": "^1.83.0",
"sass": "^1.83.1",
"use-keep-state": "^1.3.0"
},
"devDependencies": {
"@types/blueimp-md5": "^2.18.2",
"@types/bytes": "^3.1.5",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.2",
"@types/lodash": "^4.17.14",
"@types/node": "^22.10.5",
"@types/react": "^19.0.2",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^19.0.2",
"@types/react-redux": "^7.1.34",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^9.17.0",
"eslint-plugin-react": "7.37.3",
"typescript": "^5.7.2",
"vite": "^6.0.6"
"vite": "^6.0.7"
}
}
Loading

0 comments on commit e147634

Please sign in to comment.