chore(deps): 升级和替换依赖并更新文档

- 替换@vitejs/plugin-react-swc到@vitejs/plugin-react ^5.1.2
This commit is contained in:
zhengw
2026-01-06 14:10:24 +08:00
parent fcb43c0cbd
commit 0730d6feb7
4 changed files with 517 additions and 289 deletions

View File

@@ -19,14 +19,14 @@
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "~5.6.1",
"antd": "^6.1.2",
"@ant-design/icons": "^6.1.0",
"antd": "^6.1.4",
"big.js": "^7.0.1",
"dayjs": "^1.11.19",
"qs": "^6.14.0",
"qs": "^6.14.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"valtio": "^2.2.0",
"valtio": "^2.3.0",
"zustand": "^5.0.9"
},
"devDependencies": {
@@ -36,7 +36,7 @@
"@types/qs": "^6.14.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react-swc": "^4.2.2",
"@vitejs/plugin-react": "^5.1.2",
"globals": "^16.5.0",
"rollup-plugin-visualizer": "^6.0.5",
"typescript": "~5.9.3",