chore(deps): update dependencies and remove unused package

This commit is contained in:
shiyu
2025-12-25 17:38:27 +08:00
parent ad2e2858da
commit ad016baaf9
3 changed files with 4 additions and 6 deletions

View File

@@ -5,11 +5,11 @@
"": {
"name": "web",
"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",
@@ -26,9 +26,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",
},
},

View File

@@ -11,7 +11,6 @@
},
"dependencies": {
"@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.29.3",

View File

@@ -1,6 +1,5 @@
import { createRoot } from 'react-dom/client';
import App from './App.tsx';
import '@ant-design/v5-patch-for-react-19';
import 'antd/dist/reset.css';
import './global.css';
import { BrowserRouter } from 'react-router';