chore: update dependencies in package.json

This commit is contained in:
shiyu
2025-12-25 17:34:32 +08:00
parent a69d6c21a6
commit ad2e2858da
2 changed files with 22 additions and 60 deletions

View File

@@ -10,11 +10,11 @@
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "6.x",
"@ant-design/icons": "^6.1.0",
"@ant-design/v5-patch-for-react-19": "^1.0.3",
"@monaco-editor/react": "^4.7.0",
"@uiw/react-md-editor": "^4.0.11",
"antd": "^5.27.0",
"antd": "^5.29.3",
"artplayer": "^5.3.0",
"date-fns": "^4.1.0",
"monaco-editor": "^0.55.1",
@@ -31,9 +31,9 @@
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^16.3.0",
"globals": "^16.5.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.39.1",
"typescript-eslint": "^8.50.1",
"vite": "^7.3.0"
}
}