Skip to content

Commit fd461ae

Browse files
committed
🔧 chore(package.json, TableSelect, roleApi, tabStore, DataModeModal, DriverModal, MenuInterfacePermission, ButtonDetail, ButtonInterfacePermission, User): update dependencies in package.json, refactor TableSelect for improved state management, enhance roleApi to return typed results, clean up tabStore logic, and optimize various components for better readability and performance.
1 parent 5a362ab commit fd461ae

29 files changed

Lines changed: 729 additions & 691 deletions

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
"@tanstack/react-router": "^1.140.0",
3434
"@zxcvbn-ts/core": "^3.0.4",
3535
"ahooks": "^3.9.6",
36-
"antd": "^6.0.1",
36+
"antd": "^6.1.0",
3737
"axios": "^1.13.2",
3838
"clsx": "^2.1.1",
3939
"crypto-js": "^4.2.0",
4040
"dayjs": "^1.11.19",
4141
"echarts": "^6.0.0",
42-
"i18next": "^25.7.1",
42+
"i18next": "^25.7.2",
4343
"jsencrypt": "^3.5.4",
4444
"keepalive-for-react": "^5.0.7",
4545
"lodash-es": "^4.17.21",
@@ -68,14 +68,14 @@
6868
"@types/react-dom": "^19.2.3",
6969
"@types/react-is": "^19.2.0",
7070
"@types/react-resizable": "^3.0.8",
71-
"@vitejs/plugin-react": "^5.1.1",
71+
"@vitejs/plugin-react": "^5.1.2",
7272
"babel-plugin-react-compiler": "^1.0.0",
7373
"sass-embedded": "^1.93.3",
7474
"styled-components": "^6.1.19",
7575
"tailwindcss": "^4.1.17",
7676
"terser": "^5.44.1",
7777
"typescript": "~5.9.3",
78-
"vite": "^8.0.0-beta.0",
78+
"vite": "^8.0.0-beta.1",
7979
"vite-plugin-compression": "^0.5.1",
8080
"vite-plugin-mock-dev-server": "^2.0.6"
8181
},

0 commit comments

Comments
 (0)