1
0

perf: 升级依赖

This commit is contained in:
2025-09-15 22:06:15 +08:00
parent 7d0062eae0
commit f28360e6ec
2 changed files with 22 additions and 144 deletions

View File

@@ -11,26 +11,26 @@
"clean": "rimraf dist"
},
"dependencies": {
"@ant-design/icons": "^6.0.0",
"@ant-design/icons": "^6.0.2",
"@ant-design/pro-components": "^2.8.10",
"@ant-design/x": "^1.6.0",
"@ant-design/x": "^1.6.1",
"@echofly/fetch-event-source": "^3.0.2",
"@fortawesome/fontawesome-free": "^6.7.2",
"@lightenna/react-mermaid-diagram": "^1.0.21",
"ahooks": "^3.9.4",
"ahooks": "^3.9.5",
"amis": "^6.13.0",
"amis-core": "^6.13.0",
"antd": "^5.27.1",
"antd": "^5.27.3",
"axios": "1.11.0",
"chart.js": "^4.5.0",
"echarts-for-react": "^3.0.2",
"es-toolkit": "^1.39.10",
"mermaid": "^11.10.1",
"mermaid": "^11.11.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.3.0",
"react-dom": "^18.3.1",
"react-markdown": "^10.1.0",
"react-router": "^7.8.2",
"react-router": "^7.9.1",
"remark-gfm": "^4.0.1",
"styled-components": "^6.1.19",
"yocto-queue": "^1.2.1",
@@ -40,11 +40,11 @@
"@types/react": "^18.3.24",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react-swc": "^3.11.0",
"globals": "^16.3.0",
"globals": "^16.4.0",
"rimraf": "^6.0.1",
"sass": "^1.91.0",
"sass": "^1.92.1",
"typescript": "~5.8.3",
"vite": "^7.1.3",
"vite": "^7.1.5",
"vite-plugin-javascript-obfuscator": "^3.1.0",
"vitest": "^3.2.4"
}